Browse Skills

6825 skills found

mydetailarea-reports.md
0
1 export mydetailarea-reports
2 rruiz22 from "rruiz22/my-detail-area"
3 Professional report generation system for MyDetailArea dealership management. Creates business intelligence reports with data visualization, multi-format export (HTML/PDF/Excel/CSV), and Notion-style design. Use when generating operational reports, financial analytics, performance dashboards, or custom data exports for the dealership system.
2026-01-05
docs-generator.md
0
1 export docs-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate documentation from code, create API references, update README files, and maintain project documentation. Use when user says "document this", "generate docs", "update README", "create API docs", or when documentation is needed.
2026-01-05
html-semantic-engineering.md
0
1 export html-semantic-engineering
2 matthewharwood from "matthewharwood/fantasy-phonics"
3 30 pragmatic rules for production HTML covering semantic markup, accessibility (WCAG 2.1 AA), performance optimization, forms, and security. Use when writing HTML, building page structures, creating forms, implementing accessibility, or optimizing for SEO and Core Web Vitals.
2026-01-05
doc-optimizer.md
0
1 export doc-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimize documentation for conciseness and clarity by strengthening vague instructions and removing redundancy. Use when asked to optimize, condense, or clarify documentation files, Claude Skill, Claude Command, etc.
2026-01-05
executive-summary-formatter.md
0
1 export executive-summary-formatter
2 mjpensa from "mjpensa/force"
3 Transform poorly formatted executive summaries into professionally formatted documents matching a specific brand template. Use when the user provides an executive summary (text, markdown, docx, or PDF) and wants it reformatted with precise brand styling including Work Sans fonts, branded color scheme (red
2026-01-05
architecture-patterns.md
0
1 export architecture-patterns
2 vanman2024 from "vanman2024/dev-lifecycle-marketplace"
3 Architecture design templates, mermaid diagrams, documentation patterns, and validation tools. Use when designing system architecture, creating architecture documentation, generating mermaid diagrams, documenting component relationships, designing data flows, planning deployments, creating API architectures, or when user mentions architecture diagrams, system design, mermaid, architecture documentation, or component design.
2026-01-05
context-manager.md
0
1 export context-manager
2 jiunbae from "jiunbae/agent-skills"
3 Automatically discovers and loads relevant project context from markdown documentation before each task. This skill should be used at the start of every task to ensure Claude has access to project plans, architecture, implementation status, and feedback. It intelligently matches context documents based on keywords, file paths, and task types, then loads relevant documentation to inform the current work.
2026-01-05
markdown.md
0
1 export markdown
2 cliftonc from "cliftonc/drizzle-cube-skills"
3 Configure markdown content portlets in drizzle-cube dashboards for static text, documentation, and formatted content. Use when adding text, documentation, headers, or formatted content to dashboards.
2026-01-05
vibe-matcher.md
0
1 export vibe-matcher
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Synesthete designer that translates emotional vibes and brand keywords into concrete visual DNA (colors, typography, layouts, interactions). Use when users describe desired "feel" (edgy, trustworthy, premium, playful, minimal) and need specific design specifications. NOT for technical implementation or coding.
2026-01-05
rust-tdd.md
0
1 export rust-tdd
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test-Driven Development for Rust. Use when creating new functionality, writing tests, or fixing bugs through the Red-Green-Refactor TDD cycle.
2026-01-05
markdown-adrs.md
0
1 export markdown-adrs
2 madskilling from "madskilling/madskills"
3 Create and maintain MADR-format Architectural Decision Records in Markdown under `docs/decisions`. Use when the user wants to document important decisions.
2026-01-05
ai-anti-patterns.md
0
1 export ai-anti-patterns
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when reviewing AI-generated text, checking for AI writing patterns, detecting undisclosed AI content, or before finalizing any written content. Covers 12 categories of AI writing indicators from Wikipedia's comprehensive guide.
2026-01-05
operator-substitutions.md
0
1 export operator-substitutions
2 site-bender from "site-bender/sitebender"
3 Using Toolsmith functions instead of raw JavaScript operators and methods (&&, ||, !, .length, ===, etc.). Use when writing conditionals, comparisons, logic operations, or working with collections. Prefer Toolsmith functions to reduce cognitive load and improve readability.
2026-01-05
note-taker.md
0
1 export note-taker
2 viniciusfoscaches from "viniciusfoscaches/vee_assistant"
3 Toma notas estruturadas em markdown com timestamps e categorização
2026-01-05
mongodb-aggregation-pipeline-optimization.md
0
1 export mongodb-aggregation-pipeline-optimization
2 randalmurphal from "randalmurphal/claude-config"
3 General MongoDB aggregation pipeline optimization techniques including early filtering, index usage, array operators vs $unwind, $lookup optimization, and performance debugging. Use when writing aggregation queries for ANY MongoDB project, debugging slow pipelines, or analyzing query performance. For M32RIMM-specific patterns, use mongodb-m32rimm-patterns skill.
2026-01-05
java-unit-tests.md
0
1 export java-unit-tests
2 Kacper99 from "Kacper99/kacpers-marketplace"
3 Comprehensive guidance for writing high-quality unit tests in Java projects using JUnit 5 and AssertJ. Use when writing unit tests, creating test classes, or need guidance on mocking strategies, assertions, test builders, or JUnit 5 best practices. Requires JUnit 5, AssertJ, and Mockito dependencies.
2026-01-05
global-coding-style.md
0
1 export global-coding-style
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Write clean, consistent, maintainable code following established naming conventions, formatting standards, and the DRY principle across all files in the codebase. Use this skill when writing or refactoring any code file regardless of language or framework to ensure consistent style. Use this skill when naming variables, functions, classes, and files, when formatting code with proper indentation, when creating small focused functions, or when removing dead code and unused imports. Use this skill for Python files, JavaScript/TypeScript files, CSS files, configuration files, or any programming language file. Use this skill when establishing code formatting standards with tools like Prettier, ESLint, Black, or RuboCop, or when applying the DRY principle to eliminate code duplication.
2026-01-05
principal-engineer.md
0
1 export principal-engineer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when implementing features, writing production code, providing technical feedback on designs, or making implementation decisions. Apply when user asks to implement, build, code, develop, or create software. Also use when reviewing design documents from the architect perspective of implementation feasibility. Use proactively after system design is complete.
2026-01-05
backend-migrations.md
0
1 export backend-migrations
2 Software-Design-Club from "Software-Design-Club/todo-app"
3 Create and manage database migrations with reversible changes, zero-downtime deployments, and proper version control practices. Use this skill when creating database migration files, schema change scripts, or any files that modify database structure. Use this when writing migration files with up/down methods, implementing rollback strategies, creating or modifying database tables, adding or removing columns, creating indexes, or handling data migrations separately from schema changes. Use this when working on files in migration directories like db/migrate/, migrations/, or database/migrations/, or when modifying schema definition files.
2026-01-05
vault-context.md
0
1 export vault-context
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Understand vault organization, weekly writing pipeline (Mon-Sun stages), file conventions, and Make commands. Use when working with vault files, daily notes, blog posts, projects, or referencing vault structure and workflows.
2026-01-05
typescript-strict.md
0
1 export typescript-strict
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-claude"
3 Strict TypeScript rules. Use when writing ANY TypeScript.
2026-01-05
jira-wiki.md
0
1 export jira-wiki
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Jira Wiki Markup (Text Formatting Notation) for formatting issue descriptions, comments, and custom fields. NOT Markdown—Jira uses different syntax. Use when formatting Jira text, creating tables/panels/code blocks in Jira, linking users/issues/attachments, writing Jira templates, or when any Jira formatting question arises. Triggers include "Jira markup", "Jira formatting", "Jira table", "Jira code block", "Jira panel", "link in Jira", "format Jira comment/description", "Jira wiki syntax".
2026-01-05
using-system-architect.md
0
1 export using-system-architect
2 tachyon-beep from "tachyon-beep/hamlet"
3 Use when you have architecture documentation from system-archaeologist and need critical assessment, refactoring recommendations, or improvement prioritization - routes to appropriate architect specialist skills
2026-01-05
web-search.md
0
1 export web-search
2 0xKahi from "0xKahi/dotfiles"
3 search the web for information when user explicitly requests web searches, by identifying the nature of the request and delegating to appropriate subagents (@code-researcher for documentation/code examples, @web-researcher for general information)
2026-01-05