writing-skills
Low Risk 67Create 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 68Capture 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 68Add 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.
devflow-file-standards
Safe 68Standardize File Naming Conventions
by Dimon94
Inconsistent file naming creates confusion and slows development teams. This skill provides standardized conventions for naming files, organizing directories, and formatting YAML metadata across AI-powered development workflows.
app-store-changelog
Safe 76Generate App Store release notes
by Dimillian
Writing clear App Store release notes takes time and careful wording. This skill collects changes from your git history since the last release and transforms technical commits into user-friendly What is New text.
de-slopify
Safe 69Remove AI Writing Artifacts from Docs
by Dicklesworthstone
Documentation generated by AI often contains telltale patterns like excessive emdashes, formulaic phrases, and forced enthusiasm. This skill provides systematic prompts and guidelines to identify and remove these artifacts so your documentation sounds authentically human.
global-conventions
Safe 69Enforce consistent project conventions
by DevanB
Teams struggle with inconsistent code styles and practices across different projects and contributors. This skill provides AI-powered guidance on project structure, commit messages, code reviews, and development standards to maintain consistency across all team members and projects.
tech-doc
Safe 68Write High-Quality Technical Documentation
by DCjanus
Transform scattered technical information into clear, structured documentation that teams can actually use. This skill provides proven writing frameworks that make technical content accessible and maintainable.
writing-skills
Low Risk 67Create and test AI skills with TDD
by davila7
Skills fail when not tested under pressure. This skill applies test-driven development to skill authoring, teaching you to verify skills work before deployment and close rationalization loopholes before users encounter them.
skill-development
Safe 71Create and structure Claude Code plugin skills
by davila7
Building effective AI skills requires understanding progressive disclosure and proper documentation structure. This skill teaches you how to create modular skills that load efficiently and trigger at the right time.
skill-creator
Safe 71Create Claude Code Skills
by davila7
Creating effective skills requires understanding domain workflows, reusable resources, and structured documentation. This skill provides a complete framework for designing, scaffolding, and packaging skills that extend Claude with specialized capabilities.
quality-documentation-manager
Safe 79Manage Quality Documentation for Regulated Industries
by davila7
Medical device organizations struggle with complex documentation requirements across multiple regulatory frameworks. This skill provides expert guidance on document control systems, regulatory compliance, and change management processes aligned with ISO 13485, FDA, and EU MDR requirements.
plugin-settings
Low Risk 75Configure plugin settings with YAML frontmatter
by davila7
Store plugin-specific configuration and state in .claude/plugin-name.local.md files using YAML frontmatter and markdown content. Enable per-project plugin customization that users can edit directly.
Process PDF documents efficiently
by davila7
Manual PDF processing is time-consuming and error-prone. This skill provides programmatic access to extract text, merge documents, fill forms, and convert files using Python libraries.
markitdown
Low Risk 86Convert Documents to Markdown
by davila7
Convert PDF, DOCX, PPTX, images, and other documents to clean Markdown format. Supports OCR for images, transcription for audio, and optional AI-enhanced image descriptions for better LLM processing.
docx
Low Risk 68Create and edit Word documents
by davila7
Automate Word document creation, editing, and analysis with full support for tracked changes, comments, and formatting. Convert documents, apply edits in review mode, and extract content with precision.
doc-coauthoring
Safe 69Co-author documentation with structured workflow
by davila7
Writing technical docs, proposals, or specs alone can lead to unclear results that confuse readers. This skill provides a three-stage workflow to gather context, refine content iteratively, and test readability before sharing.
ui-style-guide
Safe 70Apply Angular frontend coding standards
by DavidOpDeBeeck
Developers need consistent coding conventions to maintain code quality across Angular projects. This skill provides standardized patterns for components, state management, and TailwindCSS styling to ensure consistency and maintainability.