error-handling-gate
Safe 71Review Error Handling Quality
by DanielPodolsky
Code reviews often miss error handling issues that cause silent failures and poor user experience. This gate provides a structured checklist to ensure all code handles failures gracefully with helpful user feedback.
documentation-fundamentals
Safe 71Write Clear Documentation
by DanielPodolsky
Poor documentation wastes team time and creates confusion. This skill enforces documentation standards for README files, JSDoc comments, and inline code explanations following the WHY not WHAT principle. Get consistent, maintainable documentation that explains context and rationale.
skill-writer
Safe 70Create Claude Code Agent Skills
by Dami-Randle
Users often struggle to create well-structured Agent Skills that follow best practices. This skill provides step-by-step guidance for creating, validating, and testing Claude Code Skills with proper structure, frontmatter, and documentation.
accessibility-check
Safe 71Check accessibility compliance
by Dami-Randle
This skill evaluates UI components and pages against WCAG 2.1 guidelines. It identifies accessibility issues and provides specific fixes. Use it to ensure your interfaces are usable by people with disabilities.
writing-skills
Safe 69Create Effective Skills for Claude
by Cygnusfear
Writing skills helps you build reusable, tested documentation that Claude can discover and apply. This skill adapts test-driven development to process documentation, ensuring your skills actually work when agents need them.
writing-plans
Safe 70Create implementation plans for features
by Cygnusfear
Breaking complex features into actionable tasks is difficult and error-prone. This skill provides a structured template for writing comprehensive implementation plans with test-driven steps, exact file paths, and verification commands.
update-docs
Safe 69Update Documentation
by Cygnusfear
Documentation drifts from codebase reality over time. This skill provides a systematic process to audit, update, and synchronize all documentation with current implementation state.
the-archivist
Safe 70Document Engineering Decisions with ADRs
by Cygnusfear
Engineering decisions often lose their rationale over time, causing teams to repeat mistakes or reverse carefully considered choices. The Archivist ensures every technical decision is documented with context, alternatives, and reasoning using Architecture Decision Records.
review-changes
Safe 69Review Git Changes Thoroughly
by Cygnusfear
Manual code review is time-consuming and inconsistent. This skill provides a systematic framework for reviewing git changes, checking plan compliance, and identifying engineering issues with specific line numbers and actionable recommendations.
obsidian-plan-wiki
Safe 74Create Obsidian Plan Wikis
by Cygnusfear
Complex projects require organized documentation that remains navigable as they grow. This skill provides templates and workflows for creating Obsidian-compatible markdown wikis with progressive disclosure, task tracking, and research integration.
gh-ticket
Safe 69Create comprehensive GitHub issues with full context
by Cygnusfear
Context is lost the moment you stop thinking about a problem. This skill captures maximum context at ticket creation time, including requirements, implementation details, file locations, and acceptance criteria. The result is tickets that developers can implement immediately without asking follow-up questions.
create-pr
Safe 69Create GitHub Pull Requests with Issue Links
by Cygnusfear
Creating pull requests without issue links misses opportunities to close issues automatically and track work. This skill ensures every PR links related issues and uses closing keywords for seamless issue management.
create-mcp-skill
Safe 69Create MCP-based skills
by Cygnusfear
Creating MCP server skills from scratch takes significant research and experimentation. This skill provides a proven template, discovery workflow, and performance best practices so you can build optimized skills in minutes instead of hours.
writing-skills
Low Risk 68Create and test agent skills with TDD
by Cycleaddict
Agents often skip documentation or use skills inconsistently under pressure. This skill provides a test-driven development framework for creating skills that agents actually follow. Build skills using RED-GREEN-REFACTOR cycles, then pressure-test them to ensure compliance even when agents face time pressure, sunk costs, or authority conflicts.
writing-plans
Safe 69Create detailed implementation plans
by Cycleaddict
Developers struggle to break down complex features into clear, executable tasks. This skill generates comprehensive implementation plans with exact file paths, test code, and step-by-step instructions following TDD principles.
pr-template-generator
Safe 68Generate Professional PR Descriptions
by CuriousLearner
Create comprehensive pull request descriptions that help reviewers understand changes quickly and improve code review quality. Generate structured templates for features, bug fixes, and refactors with checklists and context.
openapi-generator
Safe 67Generate OpenAPI specifications for APIs
by CuriousLearner
Creating API documentation manually is time-consuming and error-prone. This skill generates comprehensive OpenAPI 3.0+ specifications from code and APIs automatically.
onboarding-helper
Safe 67Create onboarding documentation for new developers
by CuriousLearner
New developers often struggle to understand complex projects and team processes. This skill generates comprehensive onboarding guides including environment setup, architecture overviews, first tasks, and team culture documentation tailored to your project.
documentation-generator
Safe 70Generate documentation for code
by CuriousLearner
Writing documentation takes significant time and is often neglected. This skill automates the creation of JSDoc, docstrings, README files, and API documentation across multiple programming languages.
code-explainer
Safe 67Explain code with clear descriptions
by CuriousLearner
Complex code can confuse team members and slow onboarding. This skill generates easy-to-understand explanations with analogies, diagrams, and step-by-step breakdowns adapted to any audience level.