Skip to content

Commit 9d09626

Browse files
committed
docs: populate full skill registry with all 71 skills
1 parent 014da3e commit 9d09626

File tree

1 file changed

+73
-52
lines changed

1 file changed

+73
-52
lines changed

README.md

Lines changed: 73 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -42,58 +42,79 @@ Below is the complete list of available skills. Each skill folder contains a `SK
4242

4343
> [!NOTE] > **Document Skills**: We provide both **community** and **official Anthropic** versions for DOCX, PDF, PPTX, and XLSX. Locally, the official versions are used by default (via symlinks). In the repository, both versions are available for flexibility.
4444
45-
| Skill Name | Description | Path |
46-
| :------------------------------- | :------------------------------------------------------------- | :--------------------------------------------- |
47-
| **Address GitHub Comments** | Systematic PR feedback handling using gh CLI. | `skills/address-github-comments` ⭐ NEW |
48-
| **Algorithmic Art** | Creative generative art using p5.js and seeded randomness. | `skills/algorithmic-art` |
49-
| **App Store Optimization** | Complete ASO toolkit for iOS and Android app performance. | `skills/app-store-optimization` |
50-
| **Autonomous Agent Patterns** | Design patterns for autonomous coding agents and tools. | `skills/autonomous-agent-patterns` ⭐ NEW |
51-
| **AWS Pentesting** | Specialized security assessment for Amazon Web Services. | `skills/aws-penetration-testing` |
52-
| **Backend Guidelines** | Core architecture patterns for Node/Express microservices. | `skills/backend-dev-guidelines` |
53-
| **Concise Planning** | Atomic, actionable task planning and checklists. | `skills/concise-planning` ⭐ NEW |
54-
| **Brainstorming** | Requirement discovery and intent exploration framework. | `skills/brainstorming` |
55-
| **Brand Guidelines (Anthropic)** | Official Anthropic brand styling and visual standards. | `skills/brand-guidelines-anthropic` ⭐ NEW |
56-
| **Brand Guidelines (Community)** | Community-contributed brand guidelines and templates. | `skills/brand-guidelines-community` |
57-
| **Bun Development** | Modern JavaScript/TypeScript development with Bun runtime. | `skills/bun-development` ⭐ NEW |
58-
| **Canvas Design** | Beautiful static visual design in PDF and PNG. | `skills/canvas-design` |
59-
| **Claude D3.js** | Advanced data visualization with D3.js. | `skills/claude-d3js-skill` |
60-
| **Content Creator** | SEO-optimized marketing and brand voice toolkit. | `skills/content-creator` |
61-
| **Core Components** | Design system tokens and baseline UI patterns. | `skills/core-components` |
62-
| **Doc Co-authoring** | Structured workflow for technical documentation. | `skills/doc-coauthoring` |
63-
| **DOCX (Official)** | Official Anthropic MS Word document manipulation. | `skills/docx-official` ⭐ NEW |
64-
| **Ethical Hacking** | Comprehensive penetration testing lifecycle methodology. | `skills/ethical-hacking-methodology` |
65-
| **Frontend Design** | Production-grade UI component implementation. | `skills/frontend-design` |
66-
| **Frontend Guidelines** | Modern React/TS development patterns and file structure. | `skills/frontend-dev-guidelines` |
67-
| **Git Pushing** | Automated staging and conventional commits. | `skills/git-pushing` |
68-
| **GitHub Workflow Automation** | AI-powered PR reviews, issue triage, and CI/CD integration. | `skills/github-workflow-automation` ⭐ NEW |
69-
| **Internal Comms (Anthropic)** | Official Anthropic corporate communication templates. | `skills/internal-comms-anthropic` ⭐ NEW |
70-
| **Internal Comms (Community)** | Community-contributed communication templates. | `skills/internal-comms-community` |
71-
| **JavaScript Mastery** | 33+ essential JavaScript concepts every developer should know. | `skills/javascript-mastery` ⭐ NEW |
72-
| **Kaizen** | Continuous improvement and error-proofing (Poka-Yoke). | `skills/kaizen` |
73-
| **Linux Shell Scripting** | Production-ready shell scripts for automation. | `skills/linux-shell-scripting` |
74-
| **LLM App Patterns** | RAG pipelines, agent architectures, and LLMOps patterns. | `skills/llm-app-patterns` ⭐ NEW |
75-
| **Loki Mode** | Fully autonomous startup development engine. | `skills/loki-mode` |
76-
| **MCP Builder** | High-quality Model Context Protocol (MCP) server creation. | `skills/mcp-builder` |
77-
| **NotebookLM** | Source-grounded querying via Google NotebookLM. | `skills/notebooklm` |
78-
| **PDF (Official)** | Official Anthropic PDF document manipulation. | `skills/pdf-official` ⭐ NEW |
79-
| **Pentest Checklist** | Structured security assessment planning and scoping. | `skills/pentest-checklist` |
80-
| **PPTX (Official)** | Official Anthropic PowerPoint manipulation. | `skills/pptx-official` ⭐ NEW |
81-
| **Product Toolkit** | RICE prioritization and product discovery frameworks. | `skills/product-manager-toolkit` |
82-
| **Prompt Engineering** | Expert patterns for LLM instruction optimization. | `skills/prompt-engineering` |
83-
| **Prompt Library** | Curated role-based and task-specific prompt templates. | `skills/prompt-library` ⭐ NEW |
84-
| **React Best Practices** | Vercel's 40+ performance optimization rules for React. | `skills/react-best-practices` ⭐ NEW (Vercel) |
85-
| **React UI Patterns** | Standardized loading states and error handling for React. | `skills/react-ui-patterns` |
86-
| **Senior Architect** | Scalable system design and architecture diagrams. | `skills/senior-architect` |
87-
| **Skill Creator** | Meta-skill for building high-performance agentic skills. | `skills/skill-creator` |
88-
| **Software Architecture** | Quality-focused design principles and analysis. | `skills/software-architecture` |
89-
| **Systematic Debugging** | Root cause analysis and structured fix verification. | `skills/systematic-debugging` |
90-
| **TDD** | Test-Driven Development workflow and red-green-refactor. | `skills/test-driven-development` |
91-
| **UI/UX Pro Max** | Advanced design intelligence and 50+ styling options. | `skills/ui-ux-pro-max` |
92-
| **Web Artifacts** | Complex React/Tailwind/Shadcn UI artifact builder. | `skills/web-artifacts-builder` |
93-
| **Web Design Guidelines** | Vercel's 100+ UI/UX audit rules (accessibility, performance). | `skills/web-design-guidelines` ⭐ NEW (Vercel) |
94-
| **Webapp Testing** | Local web application testing with Playwright. | `skills/webapp-testing` |
95-
| **Workflow Automation** | Multi-step automations, API integration, AI-native pipelines. | `skills/workflow-automation` ⭐ NEW |
96-
| **XLSX (Official)** | Official Anthropic Excel spreadsheet manipulation. | `skills/xlsx-official` ⭐ NEW |
45+
| Skill Name | Description | Path |
46+
| :--------------------------------- | :-------------------------------------------------------------- | :--------------------------------------------- |
47+
| **Address GitHub Comments** | Systematic PR feedback handling using gh CLI. | `skills/address-github-comments` ⭐ NEW |
48+
| **Algorithmic Art** | Creative generative art using p5.js and seeded randomness. | `skills/algorithmic-art` |
49+
| **App Store Optimization** | Complete ASO toolkit for iOS and Android app performance. | `skills/app-store-optimization` |
50+
| **Autonomous Agent Patterns** | Design patterns for autonomous coding agents and tools. | `skills/autonomous-agent-patterns` ⭐ NEW |
51+
| **AWS Pentesting** | Specialized security assessment for Amazon Web Services. | `skills/aws-penetration-testing` |
52+
| **Backend Guidelines** | Core architecture patterns for Node/Express microservices. | `skills/backend-dev-guidelines` |
53+
| **Concise Planning** | Atomic, actionable task planning and checklists. | `skills/concise-planning` ⭐ NEW |
54+
| **Brainstorming** | Requirement discovery and intent exploration framework. | `skills/brainstorming` |
55+
| **Brand Guidelines (Anthropic)** | Official Anthropic brand styling and visual standards. | `skills/brand-guidelines-anthropic` ⭐ NEW |
56+
| **Brand Guidelines (Community)** | Community-contributed brand guidelines and templates. | `skills/brand-guidelines-community` |
57+
| **Bun Development** | Modern JavaScript/TypeScript development with Bun runtime. | `skills/bun-development` ⭐ NEW |
58+
| **Canvas Design** | Beautiful static visual design in PDF and PNG. | `skills/canvas-design` |
59+
| **Claude D3.js** | Advanced data visualization with D3.js. | `skills/claude-d3js-skill` |
60+
| **Content Creator** | SEO-optimized marketing and brand voice toolkit. | `skills/content-creator` |
61+
| **Core Components** | Design system tokens and baseline UI patterns. | `skills/core-components` |
62+
| **Dispatching Parallel Agents** | Work on independent tasks without shared state. | `skills/dispatching-parallel-agents` |
63+
| **Doc Co-authoring** | Structured workflow for technical documentation. | `skills/doc-coauthoring` |
64+
| **DOCX (Official)** | Official Anthropic MS Word document manipulation. | `skills/docx-official` ⭐ NEW |
65+
| **Ethical Hacking** | Comprehensive penetration testing lifecycle methodology. | `skills/ethical-hacking-methodology` |
66+
| **Executing Plans** | Execute written implementation plans in structured sessions. | `skills/executing-plans` |
67+
| **File Organizer** | Context-aware file organization and duplicate cleanup. | `skills/file-organizer` |
68+
| **Finishing Dev Branch** | Structured workflow for merging, PRs, and branch cleanup. | `skills/finishing-a-development-branch` |
69+
| **Frontend Design** | Production-grade UI component implementation. | `skills/frontend-design` |
70+
| **Frontend Guidelines** | Modern React/TS development patterns and file structure. | `skills/frontend-dev-guidelines` |
71+
| **Git Pushing** | Automated staging and conventional commits. | `skills/git-pushing` |
72+
| **GitHub Workflow Automation** | AI-powered PR reviews, issue triage, and CI/CD integration. | `skills/github-workflow-automation` ⭐ NEW |
73+
| **Internal Comms (Anthropic)** | Official Anthropic corporate communication templates. | `skills/internal-comms-anthropic` ⭐ NEW |
74+
| **Internal Comms (Community)** | Community-contributed communication templates. | `skills/internal-comms-community` |
75+
| **JavaScript Mastery** | 33+ essential JavaScript concepts every developer should know. | `skills/javascript-mastery` ⭐ NEW |
76+
| **Kaizen** | Continuous improvement and error-proofing (Poka-Yoke). | `skills/kaizen` |
77+
| **Linux Shell Scripting** | Production-ready shell scripts for automation. | `skills/linux-shell-scripting` |
78+
| **LLM App Patterns** | RAG pipelines, agent architectures, and LLMOps patterns. | `skills/llm-app-patterns` ⭐ NEW |
79+
| **Loki Mode** | Fully autonomous startup development engine. | `skills/loki-mode` |
80+
| **MCP Builder** | High-quality Model Context Protocol (MCP) server creation. | `skills/mcp-builder` |
81+
| **NotebookLM** | Source-grounded querying via Google NotebookLM. | `skills/notebooklm` |
82+
| **PDF (Official)** | Official Anthropic PDF document manipulation. | `skills/pdf-official` ⭐ NEW |
83+
| **Pentest Checklist** | Structured security assessment planning and scoping. | `skills/pentest-checklist` |
84+
| **Planning With Files** | Manus-style file-based planning for complex tasks. | `skills/planning-with-files` |
85+
| **Playwright Automation** | Complete browser automation and testing with Playwright. | `skills/playwright-skill` |
86+
| **PPTX (Official)** | Official Anthropic PowerPoint manipulation. | `skills/pptx-official` ⭐ NEW |
87+
| **Product Toolkit** | RICE prioritization and product discovery frameworks. | `skills/product-manager-toolkit` |
88+
| **Prompt Engineering** | Expert patterns for LLM instruction optimization. | `skills/prompt-engineering` |
89+
| **Prompt Library** | Curated role-based and task-specific prompt templates. | `skills/prompt-library` ⭐ NEW |
90+
| **React Best Practices** | Vercel's 40+ performance optimization rules for React. | `skills/react-best-practices` ⭐ NEW (Vercel) |
91+
| **React UI Patterns** | Standardized loading states and error handling for React. | `skills/react-ui-patterns` |
92+
| **Receiving Code Review** | Technical verification of code review feedback. | `skills/receiving-code-review` |
93+
| **Requesting Code Review** | Pre-merge requirements verification workflow. | `skills/requesting-code-review` |
94+
| **Senior Architect** | Scalable system design and architecture diagrams. | `skills/senior-architect` |
95+
| **Senior Fullstack** | Comprehensive fullstack guide (React, Node, Postgres). | `skills/senior-fullstack` |
96+
| **Skill Creator** | Meta-skill for building high-performance agentic skills. | `skills/skill-creator` |
97+
| **Skill Developer** | Create and manage skills using Anthropic best practices. | `skills/skill-developer` |
98+
| **Slack GIF Creator** | Create animated GIFs optimized for Slack. | `skills/slack-gif-creator` |
99+
| **Software Architecture** | Quality-focused design principles and analysis. | `skills/software-architecture` |
100+
| **Subagent Driven Dev** | Orchestrate independent subtasks in current session. | `skills/subagent-driven-development` |
101+
| **Systematic Debugging** | Root cause analysis and structured fix verification. | `skills/systematic-debugging` |
102+
| **TDD** | Test-Driven Development workflow and red-green-refactor. | `skills/test-driven-development` |
103+
| **Test Fixing** | Systematically fix failing tests using smart error grouping. | `skills/test-fixing` |
104+
| **Testing Patterns** | Jest patterns, factories, and TDD workflow strategies. | `skills/testing-patterns` |
105+
| **Theme Factory** | Toolkit for styling artifacts with pre-set or generated themes. | `skills/theme-factory` |
106+
| **Top 100 Vulnerabilities** | OWASP-aligned web vulnerability taxonomy and mitigations. | `skills/top-web-vulnerabilities` |
107+
| **UI/UX Pro Max** | Advanced design intelligence and 50+ styling options. | `skills/ui-ux-pro-max` |
108+
| **Using Git Worktrees** | Isolated workspaces for safe feature development. | `skills/using-git-worktrees` |
109+
| **Using Superpowers** | Establish skill usage protocols at conversation start. | `skills/using-superpowers` |
110+
| **Verification Before Completion** | Run verification commands before claiming success. | `skills/verification-before-completion` |
111+
| **Web Artifacts** | Complex React/Tailwind/Shadcn UI artifact builder. | `skills/web-artifacts-builder` |
112+
| **Web Design Guidelines** | Vercel's 100+ UI/UX audit rules (accessibility, performance). | `skills/web-design-guidelines` ⭐ NEW (Vercel) |
113+
| **Webapp Testing** | Local web application testing with Playwright. | `skills/webapp-testing` |
114+
| **Workflow Automation** | Multi-step automations, API integration, AI-native pipelines. | `skills/workflow-automation` ⭐ NEW |
115+
| **Writing Plans** | Create specs for multi-step tasks before coding. | `skills/writing-plans` |
116+
| **Writing Skills** | Create and verify skills before deployment. | `skills/writing-skills` |
117+
| **XLSX (Official)** | Official Anthropic Excel spreadsheet manipulation. | `skills/xlsx-official` ⭐ NEW |
97118

98119
> [!TIP]
99120
> Use the `validate_skills.py` script in the `scripts/` directory to ensure all skills are properly formatted and ready for use.

0 commit comments

Comments
 (0)