project-structure
Safe 70Organize project folders with best practices
by Doyajin174
Messy folder structures slow down development and make codebases hard to navigate. This skill provides proven patterns from Next.js, Bulletproof React, and Feature-Sliced Design to help you organize projects that scale.
changelog-generator
Safe 69Generate release notes from git commits
by Doyajin174
Developers spend hours manually converting git commits into readable release notes. This skill automatically analyzes commit history, groups changes by type, and formats them into user-friendly release documentation.
adr-log
Safe 71Document architectural decisions with ADR templates
by Doyajin174
Technical teams forget why decisions were made. This skill helps create Architecture Decision Records that capture context, alternatives, and trade-offs for future team members and your future self.
component-model-analysis
Safe 71Analyze framework component models
by Dowwie
Understanding framework architecture helps you choose the right tool for your project. This skill evaluates how frameworks handle extensibility, dependency injection, and configuration to identify the best fit for your needs.
antipattern-catalog
Safe 71Catalog agent framework anti-patterns
by Dowwie
Agent frameworks often contain hidden architectural problems that cause bugs and technical debt. This skill provides a catalog of anti-patterns to identify, categorize, and remediate issues across structural, behavioral, observability, and performance categories.
srs-documentation
Safe 71Create formal SRS documents with IEEE 830 templates
by DoubleslashSE
Writing formal Software Requirements Specifications can be time consuming and error prone. This skill provides IEEE 830 compliant templates and checklists to help generate structured, professional SRS documents quickly and consistently.
skill-developer
Safe 69Create Claude Code Skills with Auto-Activation
by DojoCodingLabs
Claude Code skills provide intelligent, context-aware guidance that activates automatically based on your work. This guide teaches you to build skills with triggers, hooks, and memory patterns for specialized assistance.
doc-coauthoring
Safe 69Start structured doc co-authoring
by anthropics
Complex documents fail when context and structure are weak. This workflow guides you through context gathering, drafting, and reader testing stages to create documents that work for readers.
when-documenting-code-use-doc-generator
Low Risk 66Generate Documentation Automatically
by DNYoussef
Manual documentation is time-consuming and often outdated. This skill automatically generates comprehensive API documentation, README files, inline comments, and architecture diagrams by analyzing code structure.
requesting-code-review
Safe 70Request high-quality code reviews
by DMJGilbert
Developers often struggle with when and how to request effective code reviews. This skill provides templates, workflows, and guidance for requesting and processing code reviews that catch issues before they compound.
generating-rbs
Safe 69Generate RBS Type Signatures for Ruby
by DmitryPogrebnoy
This skill generates RBS type signatures for Ruby code from scratch. It analyzes Ruby source files and creates corresponding .rbs signature files with proper type definitions.
pr-description-writer
Safe 68Write detailed PR descriptions with visual elements
by DiversioTeam
Writing clear, comprehensive PR descriptions takes significant time and effort. This skill automates the creation of reviewer-friendly descriptions using structured formatting, visual diagrams, and organized sections.
plan-directory
Safe 70Create Structured Project Plans
by DiversioTeam
Managing complex projects without a structured plan leads to missed tasks and unclear progress. This skill scaffolds comprehensive project plans with numbered task files, checklists, and completion criteria that both humans and AI agents can execute.
code-review-digest-writer
Safe 71Generate Code Review Digest from PR Comments
by DiversioTeam
Code review feedback is scattered across many PRs and hard to track over time. This skill transforms PR review comments into a structured markdown digest that captures themes, repeated issues, and actionable best practices for your team.
bruno-api
Safe 71Generate API Documentation from Bruno Test Files
by DiversioTeam
Manual API documentation becomes outdated quickly and rarely captures authentication, permissions, and multi-tenant filtering details. This skill generates comprehensive, accurate API documentation by parsing Bruno test files and mapping them to Django backend implementation with line-numbered code references.
writing-skills
Low Risk 69Create and test Claude Code skills with TDD
by Dimon94
Creating effective skills requires systematic testing and persuasion-based design. This skill teaches RED-GREEN-REFACTOR methodology for documentation, helping you build bulletproof skills that agents follow even under pressure.
skill-developer
Safe 69Create and manage Claude Code skills
by Dimon94
Claude Code skills provide automated guidance and enforcement for AI assistants. This skill teaches you to create auto-activating skills with triggers, hooks, and guardrails to improve AI behavior. Build skills that activate when specific topics or files are detected.
flow-receiving-review
Safe 69Verify code review feedback before implementing
by Dimon94
Code review feedback can be incorrect or misguided. This skill provides a systematic 3-step process to verify feedback, ask clarifying questions, and respond appropriatelyโensuring technical rigor over blind compliance.
flow-brainstorming
Safe 70Capture requirements and explore solution options
by Dimon94
Teams often start building before understanding the true problem. This skill transforms vague ideas into clear requirements through structured conversation. It captures original intent, explores multiple approaches, and documents decisions for traceability.
file-header-guardian
Safe 69Add standardized file header comments
by Dimon94
Inconsistent file headers make codebases hard to navigate and maintain. This skill provides standardized @input/@output/@pos comment templates for TypeScript, Python, and Shell files to document dependencies and purpose.