4.5 KiB
4.5 KiB
Local Skills Configuration
Lean Setup: Only the skills you actually use are active locally.
GitHub: All 62 skills remain available in the repository for the community.
📊 Active Skills (27 + symlinks)
🔥 Tier S - Core Development (9 skills)
Essential skills used automatically by the agent:
systematic-debugging- Root cause analysis and structured debuggingtest-driven-development- TDD workflow and red-green-refactorwriting-skills- Documentation and markdown expertisedoc-coauthoring- Structured technical documentation workflowplanning-with-files- Implementation plan creationsoftware-architecture- Quality-focused design principlessenior-architect- Scalable system design and architectureverification-before-completion- Pre-completion verification workflowgit-pushing- Automated staging and conventional commits
⭐ Tier A - Your Projects (12 skills)
Skills actively used for your specific projects:
docx-official(+ symlinkdocx) - Official Anthropic Word manipulationpdf-official(+ symlinkpdf) - Official Anthropic PDF manipulationpptx-official(+ symlinkpptx) - Official Anthropic PowerPoint manipulationxlsx-official(+ symlinkxlsx) - Official Anthropic Excel manipulationreact-best-practices- Vercel's 40+ performance optimization rulesweb-design-guidelines- Vercel's 100+ UI/UX audit rulesfrontend-dev-guidelines- Modern React/TS development patternswebapp-testing- Local web application testing with Playwrightplaywright-skill- Advanced Playwright automationmcp-builder- Model Context Protocol server creationnotebooklm- Google NotebookLM integrationui-ux-pro-max- Advanced design intelligence
📢 Marketing & SEO (1 skill)
content-creator- SEO-optimized marketing and brand voice
🏢 Corporate (4 skills)
brand-guidelines-anthropic- Official Anthropic brand stylingbrand-guidelines-community- Community brand guidelinesinternal-comms-anthropic- Official Anthropic communicationsinternal-comms-community- Community communications
📝 Additional (1 skill)
writing-plans- Strategic planning documentation
🗂️ Directory Structure
skills/
├── .disabled/ ← 35 skills (inactive locally, kept for GitHub)
├── .gitignore ← Prevents committing .disabled to GitHub
├── [27 active skills] ← Only what you use
└── [4 symlinks] ← docx, pdf, pptx, xlsx → official versions
🔄 Re-enabling Skills
If you need a disabled skill, simply move it back:
cd /Users/nicco/Antigravity\ Projects/antigravity-awesome-skills/skills
mv .disabled/SKILL_NAME ./
Example:
mv .disabled/loki-mode ./ # Re-enable Loki Mode
📦 Disabled Skills (35)
Located in skills/.disabled/:
Development Tools
backend-dev-guidelinesfrontend-designreact-ui-patternstest-fixingtesting-patternsreceiving-code-reviewrequesting-code-review
Infrastructure
linux-shell-scriptingusing-git-worktrees
Security
aws-penetration-testingethical-hacking-methodologypentest-checklisttop-web-vulnerabilities
Creative & Design
algorithmic-artcanvas-designclaude-d3js-skilltheme-factoryslack-gif-creator
Architecture & Planning
brainstormingcore-componentsskill-creatorskill-developer
Workflow & Process
executing-plansfile-organizerfinishing-a-development-branchkaizenusing-superpowers
Autonomous
loki-modedispatching-parallel-agentssubagent-driven-development
Product & Business
app-store-optimizationproduct-manager-toolkitprompt-engineering
UI/UX
web-artifacts-builder
🎯 Benefits of This Configuration
✅ Faster Agent Response - Only parses 27 skills instead of 62
✅ Cleaner Context - Less noise when selecting skills
✅ GitHub Intact - All 62 skills available for community
✅ Easy Recovery - Disabled skills can be re-enabled anytime
🔧 Maintenance
To Disable More Skills
cd skills
mv SKILL_NAME .disabled/
To Re-enable Skills
cd skills
mv .disabled/SKILL_NAME ./
To Reset to Full Configuration
cd skills
mv .disabled/* ./
rmdir .disabled
rm .gitignore
Last Updated: 2026-01-15
Active Skills: 27 + 4 symlinks = 31 total
Disabled Skills: 35 (temporarily inactive)