docx
Riesgo bajo 70Create and edit Word documents
por 7Spade
This skill enables Claude to create, edit, and analyze Word documents (.docx files). It handles document structure, tracked changes, comments, and formatting preservation for professional document workflows.
doc-coauthoring
Seguro 69Co-author documents with structured AI guidance
por 7Spade
Writing complex documentation alone leads to gaps and unclear content. This skill guides you through a proven three-stage workflow that ensures your documents work for readers, not just writers.
delon-form-dynamic-schema-forms
Seguro 68Build Dynamic Forms with @delon/form
por 7Spade
Creating complex forms requires extensive boilerplate code. @delon/form enables declarative form generation using JSON Schema, reducing development time and ensuring consistent validation across your Angular application.
yaml-authoring
Seguro 69Create YAML Architecture Diagrams
por 7nohe
Writing YAML for infrastructure diagrams can be error-prone with cryptic validation errors. This skill provides clear syntax guides, examples, and troubleshooting for Figram YAML diagrams so you can create AWS architecture diagrams without guessing.
techdoc-search-and-orchestrate
Seguro 70Search Technical Documentation Efficiently
por 727474430
Technical documentation queries often clutter conversation context with large text blocks. This skill routes all documentation requests to a specialized agent, keeping your main conversation clean and token-efficient while ensuring accurate, context-aware responses.
skill-template
Seguro 70Create production-ready DocEngineering skills
por 64andrewwalker
Building skills from scratch requires boilerplate setup and structure decisions. This template provides a proven starting point with best practices for tool permissions, file organization, and error handling patterns.
git-operation
Seguro 68Create proper Git commit messages
por 5t111111
Developers often write unclear or inconsistent commit messages. This skill provides clear guidelines for writing professional Git commit messages in English with proper formatting.
planning-guidelines
Seguro 70Apply Planning Guidelines for Portfolio Buddy
por 5MinFutures
Features for Portfolio Buddy 2 need careful planning to preserve existing code and work across mobile and desktop. This skill provides clear principles for code preservation, responsive design patterns, and decision frameworks that ensure consistent, maintainable development.
migration-tracker
Seguro 69Track Portfolio Buddy migration status and feature parity
por 5MinFutures
Managing a large migration project without clear tracking leads to confusion about completed work and missing features. This skill provides a structured record of 40 migration features with their status, known issues, and tech debt priorities.
mermaid-flowchart
Seguro 67Create flowcharts with Mermaid syntax
por 46ki75
Creating flowcharts manually takes time and requires graphical tools. This skill provides instant access to Mermaid flowchart syntax, allowing you to generate professional diagrams directly from text descriptions.
markdown
Seguro 69Lint and fix markdown formatting automatically
por 46ki75
Markdown files often contain style inconsistencies that reduce readability. This skill uses markdownlint-cli2 to automatically detect and fix common formatting problems while identifying issues that need human judgment.
ai-maestro-documentation-search
Seguro 69Search documentation proactively
por 23blocks-OS
Developers often miss existing implementations or use incorrect function signatures when working with unfamiliar code. This skill enforces proactive documentation search before any implementation, reducing errors and ensuring code consistency with established patterns.
documentation-audit
Seguro 69Verify documentation accuracy against codebase
por 2389-research
Documentation drift causes confusion and bugs when code changes but docs are not updated. This skill systematically verifies claims in markdown documentation against the actual codebase using a two-pass approach with pattern expansion to catch similar issues.
claude-skills
Seguro 85Create and validate Claude Skills
por 2025Emma
Building Claude Skills from domain documentation is time-consuming and error-prone. This meta-skill provides scaffolding templates, validation scripts, and a quality gate checklist so you can create production-ready skills in minutes instead of hours.
github-pr-best-practices
Seguro 69Create professional GitHub pull requests
por 1natsu172
Creating pull requests without clear standards leads to confusing reviews and delayed merges. This skill provides proven templates and guidelines for writing PR titles, descriptions, and formats following conventional commit standards. Supports both English and Japanese output.
learn
Seguro 69Capture project insights automatically
por 0xrdan
Project insights are lost when sessions end. This skill extracts patterns, quirks, and decisions from conversations and persists them to a knowledge base that survives context compaction and new sessions.
create-skill
Seguro 71Create New Agent Skills
por 0xmsc
Creating Agent Skills requires understanding a specific file format and directory structure. This skill provides step-by-step guidance for building skills that work with Claude, Codex, and Claude Code.
memory-bank
Seguro 69Maintain project context across sessions
por 0xkynz
Claude loses context between sessions. Memory Bank creates structured documentation that preserves project knowledge, decisions, and progress so you never lose your place.
doc-writer
Seguro 68Generate task documentation from templates
por 0xhiroki
Manual documentation takes time and often becomes outdated. This skill automates creation of numbered task docs using templates and repository context, ensuring consistent structure and accurate references.
python-typing-patterns
Seguro 80Apply Python Type Hints Effectively
por 0xDarkMatter
Python type hints improve code quality and catch bugs early. This skill provides patterns for TypeVar, Generic, Protocol, TypedDict, and runtime validation with Pydantic and typeguard.