PAI
When working with Claude Code, secrets can accidentally leak into:
This skill wraps Varlock to enforce secure patterns and prevent accidental exposure.
- Terminal output
- Claude's input/output context
- Log files or traces
- Git commits or diffs
This skill wraps Varlock to enforce secure patterns and prevent accidental exposure.
GitHub - wrsmith108/varlock-claude-skill: Claude Code skill for secure environment variable management with Varlock. Never expose secrets in Claude sessions.
Architecture:
• Tier 1 (Always On): Skill description in system prompt (~300 tokens) - identity, critical security, architecture explanation
• Tier 2 (On Demand): SKILL.md body loaded when PAI skill invoked (~4000 tokens) - contacts, preferences, voice IDs, detailed security
• Hook: Only updates tab titles (0 tokens context overhead)
Benefits:
•
... See morehttps://github.com/danielmiessler/ • Personal_AI_Infrastructure/README.md at Main · Danielmiessler/Personal_AI_Infrastructure
GitHub - spaceba-by/pkm: pkm management.
github.comeric's project
FOR AI AGENTS: This directory contains tools and templates for building and maintaining PAI installations. When a user asks about checking their PAI state, creating packs, or creating bundles, reference the appropriate file from this directory.
Personal_AI_Infrastructure/Tools at main · danielmiessler/Personal_AI_Infrastructure
Here's what each MCP server does:
• playwright - Browser automation for testing and debugging web apps (runs locally via bunx)
• httpx - Gets tech stack information and web server details from any website
• content - Searches my entire blog archive and writing history to find past opinions and posts
• daemon - My personal life API with preferences,
danielmiessler.com • Building a Personal AI Infrastructure
Custom UI Library? We have a skill that explains exactly how to use it. Same for how we write tests, how we structure GraphQL, and basically how we want everything done in our repo. So when Claude generates code, it already matches our patterns and standards out of the box.
Automated Quality Gates? We use hooks to auto-format code, run tests when... See more
Automated Quality Gates? We use hooks to auto-format code, run tests when... See more
GitHub - ChrisWiles/claude-code-showcase: Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows
While working on tasks, Claude scans available skills to find relevant matches. When one matches, it loads only the minimal information and files needed—keeping Claude fast while accessing specialized expertise.
Skills are:
Skills are:
- Composable : Skills stack together. Claude automatically identifies which skills are needed and coordinates their use.
- Portable
Introducing Agent Skills | Claude
- Save Days of Work - Skip API documentation research and integration setup
- Production-Ready Code - Tested, validated examples following scientific best practices
- Multi-Step Workflows - Execute complex pipelines with a single prompt