Browse Skills
18175 skills found
architecture-evolution-tracking.md
1
1
export
architecture-evolution-tracking
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
Track architectural decisions and detect drift from ADRs (Architecture Decision Records). Calculate alignment score (0.00-1.00) showing code-to-design conformance. Auto-detect architectural violations and suggest refactoring. Integrate with Serena for architectural health monitoring. Use when: maintaining architectural integrity, reviewing large changes, documenting decisions, detecting drift, enforcing standards.
2026-01-05
requirements-writing.md
1
1
export
requirements-writing
2
from
"Kaakati/rails-enterprise-dev"
from
"Kaakati/rails-enterprise-dev"
3
Write clear, testable requirements using User Stories and Gherkin scenarios. Capture functional and non-functional requirements with proper acceptance criteria. Use when defining new features or documenting system behavior. Trigger keywords: requirements, user stories, acceptance criteria, Gherkin, BDD, specifications, feature definition
2026-01-05
springboot-patterns.md
1
1
export
springboot-patterns
2
from
"cliangdev/specflux-backend"
from
"cliangdev/specflux-backend"
3
Spring Boot and Java best practices for SpecFlux backend. Use when developing REST APIs, services, repositories, or any Java code. Applies DDD architecture, OpenAPI-first workflow, transaction management, and test-driven development.
2026-01-05
regex-pattern-builder.md
1
1
export
regex-pattern-builder
2
from
"Dexploarer/claudius-skills"
from
"Dexploarer/claudius-skills"
3
Builds and explains regex patterns from natural language, tests patterns, and provides examples. Use when user asks to "create regex", "regex pattern", "match pattern", "validate email/phone", or "regex help".
2026-01-05
mermaid-diagram-generator.md
1
1
export
mermaid-diagram-generator
2
from
"testaco/agentic-coding-book"
from
"testaco/agentic-coding-book"
3
Generate, validate, and refine Mermaid diagrams (flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, ERD, component diagrams). Use when creating visualizations, documenting workflows, system architectures, or data flows. Includes syntax validation and best practices guidance.
2026-01-05
markdown.md
1
1
export
markdown
2
from
"RedondoK/claude-md-skill"
from
"RedondoK/claude-md-skill"
3
Transform AI markdown generation to be 100% markdownlint-compliant. Use this skill whenever generating messages containing markdown, generating or editing markdown files (.md) for technical documentation, README files, guides, tutorials, or any GFM content requiring clean, professional presentation.
2026-01-05
create-service.md
1
1
export
create-service
2
from
"madooei/backend-template"
from
"madooei/backend-template"
3
Guide for creating services in the backend. Use when asked to create a service layer component. Directs to the appropriate service skill based on the type of service needed.
2026-01-05
verification-before-completion.md
1
1
export
verification-before-completion
2
from
"JohnStrunk/template"
from
"JohnStrunk/template"
3
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
2026-01-05
add-feature.md
1
1
export
add-feature
2
from
"wasp-lang/claude-plugins"
from
"wasp-lang/claude-plugins"
3
Add Wasp's built-in features to your app — auth, email, jobs, and more. These are full-stack, batteries-included features that Wasp handles for you. Use when the user wants to add meta tags, authentication (email, social auth providers), email sending, database setup, styling (tailwind, shadcn), or other Wasp-powered functionality.
2026-01-05
brainstorming.md
1
1
export
brainstorming
2
from
"totalaudiopromo/total-audio-platform"
from
"totalaudiopromo/total-audio-platform"
3
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
security-review.md
1
1
export
security-review
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
MANDATORY for security-sensitive code changes - OWASP-based security review with dedicated checklist, required before PR for auth, input handling, API, database, or credential code
2026-01-05
cloudflare-api-orchestration.md
1
1
export
cloudflare-api-orchestration
2
from
"jukasdrj/books-v3"
from
"jukasdrj/books-v3"
3
Activates automatically when designing or implementing Cloudflare Workers APIs,orchestrating multi-provider API calls, implementing D1 database operations,or managing KV-based caching strategies.Ensures proper error handling, provider tagging, fallback chains, andorchestration patterns for BooksTrack backend infrastructure.Auto-activates on:- File patterns: *.worker.js, *-api.ts, *-service.ts in backend code- Keywords: "api orchestration", "multi-provider", "fallback chain", "D1 query"- Context: Cloudflare Workers development, API design discussions
2026-01-05
interaction-inspire.md
1
1
export
interaction-inspire
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Build on contributions to create momentum and discover emergent possibilities. Use when: (1) asked to develop insights or build on ideas, (2) multiple ideas are presented without connections between them, (3) an insight with unexplored extension points is present, (4) a contribution with visible generative potential appears.
2026-01-05
deno-debugger.md
1
1
export
deno-debugger
2
from
"willkelly/deno-debug-skill"
from
"willkelly/deno-debug-skill"
3
Interactive debugger for Deno/TypeScript applications using the V8 Inspector Protocol. This skill should be used when investigating issues in Deno applications, including memory leaks, performance bottlenecks, race conditions, crashes, or any runtime behavior that requires step-by-step debugging, heap analysis, or CPU profiling. Provides CDP client tools, heap/CPU analyzers, and investigation tracking.
2026-01-05
uv-expert.md
1
1
export
uv-expert
2
from
"StrayDragon/my-claude-skills"
from
"StrayDragon/my-claude-skills"
3
Expert guidance for uv Python package and project manager. Use when working with uv, Python dependency management, project setup, virtual environments, or when users mention uv commands, pip alternatives, or fast Python package management.
2026-01-05
improving-selective-staging.md
1
1
export
improving-selective-staging
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Stage specific line ranges in git by constructing and applying patches programmatically. Use when: (1) asked to create atomic commits but a file contains multiple unrelated changes, (2) part of a change is ready for commit while another part needs more work, (3) separating a bug fix from surrounding refactoring in the same file, (4) the user asks to commit only specific lines or hunks from modified files, (5) git add -p is unavailable due to non-interactive context, (6) building tooling that needs programmatic control over what gets staged
2026-01-05
cli-testing-patterns.md
1
1
export
cli-testing-patterns
2
from
"tommymorgan/claude-plugins"
from
"tommymorgan/claude-plugins"
3
This skill should be used when performing exploratory testing of command-line tools and scripts, including help text validation, option testing, error handling verification, and output validation. Triggers when testing CLI commands, scripts, build tools, or command-line interfaces.
2026-01-05
insightpulse-connection-manager.md
1
1
export
insightpulse-connection-manager
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
Supabase-style connection UI for managing InsightPulse AI infrastructure (Supabase, Odoo, Superset, MCP servers, PostgreSQL, APIs). Self-hosted connection manager module for Odoo 19 that provides unified connection management, auto-generated configurations, connection testing, and beautiful Kanban interface.
2026-01-05
skill-builder.md
1
1
export
skill-builder
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
2026-01-05
reading-logseq-data.md
1
1
export
reading-logseq-data
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Expert in reading data from Logseq DB graphs via HTTP API or CLI. Auto-invokes when users want to fetch pages, blocks, or properties from Logseq, execute Datalog queries against their graph, search content, or retrieve backlinks and relationships. Provides the logseq-client library for operations.
2026-01-05
react-native-animations.md
1
1
export
react-native-animations
2
from
"pluginagentmarketplace/custom-plugin-react-native"
from
"pluginagentmarketplace/custom-plugin-react-native"
3
Master animations - Reanimated 3, Gesture Handler, layout animations, and performance optimization
2026-01-05
docusaurus-style.md
1
1
export
docusaurus-style
2
from
"uneezaismail/Physical-AI-Humanoid-Robotics"
from
"uneezaismail/Physical-AI-Humanoid-Robotics"
3
Provides comprehensive guidelines for writing and formatting MDX content, frontmatter, and Docusaurus-specific components for the Physical AI & Humanoid Robotics textbook.
2026-01-05
browser.md
1
1
export
browser
2
from
"yankeeinlondon/obsidian-kind-model"
from
"yankeeinlondon/obsidian-kind-model"
3
Expert knowledge for modern browser technologies including HTML5, CSS (Grid, Flexbox, Container Queries, Scroll-Driven Animations, Anchor Positioning), Progressive Web Apps (PWA, Service Workers, Web Push, File System Access), and Browser APIs (Canvas, Geolocation, Web Storage, Web Share, Drag and Drop). Use when working with web standards, client-side features, responsive design, offline capabilities, or native-like web experiences.
2026-01-05
figma-to-component.md
1
1
export
figma-to-component
2
from
"okgoogle13/careercopilot"
from
"okgoogle13/careercopilot"
3
Generates React code for a component based on pasted Figma 'Inspect' details. Uses the component scaffolder.
2026-01-05