changelog-generator
Safe 69Generate user-friendly changelogs from git commits
by ComposioHQ
Writing changelogs manually takes hours of work to translate technical commits into customer-friendly language. This skill automatically analyzes git history, categorizes changes, and creates polished release notes that users can understand.
python-style-guide
Safe 71Apply Python Style Guidelines
by CodingKaiser
This skill provides comprehensive Python programming guidelines following Google's Python Style Guide. It ensures code consistency, readability, and maintainability across Python projects.
writing-skills
Safe 69Create Effective Skills for Claude
by CodingCossack
Agents repeatedly make the same mistakes across sessions. This skill provides a test-driven methodology for documenting proven techniques as reusable skills that future Claude instances can apply immediately.
commit
Safe 69Create conventional git commits with emoji
by Codename-11
Developers spend too much time formatting commit messages. This skill automates conventional commit creation with emoji prefixes, ensuring consistent and readable version history across any project.
architecture-diagram
Safe 70Generate architecture diagrams
by Cocoon-AI
Creating technical architecture diagrams by hand takes significant time and requires design skills. This skill provides ready-to-use HTML templates with a consistent dark theme, semantic colors, and SVG graphics that render correctly in any browser.
decisions
Safe 71Load past architectural decisions
by Clouder0
Teams often repeat past mistakes or forget why certain choices were made. This skill provides access to historical decision records so new decisions align with established patterns and avoid re-litigating settled questions.
conventions
Safe 71Load Coding Conventions
by Clouder0
Teams need consistent coding standards to maintain code quality across projects. This skill loads project conventions to ensure code follows established patterns during writing and review.
spec
Safe 69Generate structured software specifications
by Clionegohan
Writing clear software specifications from requirements is time-consuming and error-prone. This skill transforms natural language requirements into structured EPIC/Story/Subtask specifications using EARS notation through an interactive three-phase workflow.
document-writing-coordination
Safe 70Coordinate multi-agent document writing
by ClementWalter
Large documentation projects require coordination across multiple writers. This skill breaks documents into sections, delegates to specialized doc agents, and ensures consistency through structured review workflows.
testing-patterns
Safe 70Apply testing patterns with Vitest
by CleanExpo
Writing tests for new features, agents, and API routes requires consistent patterns. This skill provides ready-to-use Vitest patterns for unit tests, agent tests, and API tests with Supabase mocking.
docs-agent
Safe 69Update project documentation automatically
by CleanExpo
Documentation drift causes confusion and wasted time. This skill uses AI to automatically sync README files, API docs, and internal documentation with codebase changes. Keep your project docs accurate without manual effort.
how-to-create-claude-code-skill
Safe 68Create Claude Code skills with proper structure
by ClaudeCode-NPC
You need clear guidance to build Claude Code skills that trigger correctly. This guide explains required files, naming conventions, and folder organization patterns so you can write compliant skills that work as expected.
claude-plugin
Safe 71Index code symbols for faster navigation
by ChipFlow
This skill adds MCP tools for fast symbol search across Python, C++, and Rust codebases. It automatically indexes functions, classes, and methods into a local SQLite database, enabling quick lookups without full codebase scans.
skill-creator
Safe 68Create Claude Code skills properly
by ChinchillaEnterprises
Creating skills without proper structure causes errors and confusion. This skill provides step-by-step guidance for naming, file structure, and deployment. Follow these rules to ensure your skills work correctly and can be shared across projects.
software-architecture
Safe 71Create software architecture documentation
by Chemiseblanc
Software projects often lack clear architecture documentation. This skill provides templates and patterns for documenting system design, component relationships, and data flows using Mermaid diagrams.
commit-message
Safe 69Format commit messages with proven conventions
by Chemiseblanc
Poorly formatted commit messages make history hard to read and automate. This skill applies Conventional Commits for summary lines and Linux kernel style for body text, creating clear and searchable commit history.
chronicle-session-documenter
Low Risk 67Document AI development sessions in Obsidian
by ChandlerHardy
Teams often lose context after AI-assisted work sessions. This skill creates structured Obsidian notes from Chronicle sessions so decisions and changes are easy to find.
chronicle-assistant-guide
Safe 69Learn Chronicle best practices
by ChandlerHardy
Chronicle tracks every AI session, creating a searchable history of your work. This guide provides essential directives for AI assistants to leverage past sessions, avoid repeated mistakes, and follow proven workflows.
context-fundamentals
Safe 76Master AI Context Engineering Fundamentals
by ChakshuGautam
Understanding context windows and attention mechanics is crucial for building effective AI agents. This skill teaches you how to optimize context usage, manage token budgets, and design efficient agent architectures.
example-skill
Safe 71Learn Claude Code skill structure with examples
by ChaiWithJai
Creating your first Claude Code skill can be confusing without guidance. This template demonstrates the correct structure and principles for building effective skills.