Browse Skills
44969 skills found
react-pattern.md
1
1
export
react-pattern
2
from
"pluginagentmarketplace/custom-plugin-prompt-engineering"
from
"pluginagentmarketplace/custom-plugin-prompt-engineering"
3
Reasoning and Acting patterns for agentic LLM workflows
2026-01-05
regression-testing.md
1
1
export
regression-testing
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
Strategic regression testing with test selection, impact analysis, and continuous regression management. Use when verifying fixes don't break existing functionality, planning regression suites, or optimizing test execution for faster feedback.
2026-01-05
sbt-benchmark.md
1
1
export
sbt-benchmark
2
from
"bumfo/spark-protobuf-backport"
from
"bumfo/spark-protobuf-backport"
3
Use PROACTIVELY for JMH benchmarks in this Spark protobuf project. Handles sbt commands, always cleans before benchmarking, saves output to /tmp logs, and uses log-reader agent to parse results.
2026-01-05
performance-analysis.md
1
1
export
performance-analysis
2
from
"bjpl/open_learn_co"
from
"bjpl/open_learn_co"
3
Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
2026-01-05
tables.md
1
1
export
tables
2
from
"josca42/varro"
from
"josca42/varro"
3
Preview denmark statistics fact tables and inspect their metadata
2026-01-05
vue.md
1
1
export
vue
2
from
"rakibdev/dotfiles"
from
"rakibdev/dotfiles"
3
Vue coding style and best practices.
2026-01-05
uv-script.md
1
1
export
uv-script
2
from
"ebal5/dotfiles-chezmoi"
from
"ebal5/dotfiles-chezmoi"
3
Create standalone Python scripts using uv shebang with PEP 723 inline metadata. Use when creating single-file Python tools or scripts that need dependency management without a full project setup.
2026-01-05
testing-workflow.md
1
1
export
testing-workflow
2
from
"fattits30-dev/Justice-Companion"
from
"fattits30-dev/Justice-Companion"
3
Testing workflow orchestration for Justice Companion: runs unit tests (Vitest), E2E tests (Playwright), coverage reports, and pre-commit validation. Use when writing tests, debugging test failures, or validating code before commits.
2026-01-05
bl1nk-architect-v2.md
1
1
export
bl1nk-architect-v2
2
from
"billlzzz10/next-home"
from
"billlzzz10/next-home"
3
Complete reference for Bl1nk Architect v2.0 - Full-stack GitHub repository analyzer with notifications (Slack, Linear, ClickUp) and beautiful widget reporting. Use when building notification systems, creating analysis reports, integrating team platforms, or deploying analysis workflows. Includes comprehensive API reference, setup guides, integration examples, and troubleshooting.
2026-01-05
release-manager.md
1
1
export
release-manager
2
from
"Sunalamye/Naki"
from
"Sunalamye/Naki"
3
Build, package, tag, and release Naki app to GitHub. Use when the user asks to "release", "publish", "tag", "build DMG/ZIP", or "upgrade version". Handles the complete release workflow from build to GitHub release creation.
2026-01-05
terraform-provider-design.md
1
1
export
terraform-provider-design
2
from
"hashi-demo-lab/terraform-provider-bcm"
from
"hashi-demo-lab/terraform-provider-bcm"
3
Comprehensive guide for designing and implementing Terraform providers using Test-Driven Development (TDD). Use when creating new Terraform providers, adding resources/data sources to existing providers, implementing TDD workflows (RED-GREEN-REFACTOR), designing provider architecture, or working in terraform-provider-* directories. Covers HashiCorp best practices, Plugin Framework patterns, acceptance testing, CRUD implementations, and parallel development workflows.
2026-01-05
financial-calculator.md
1
1
export
financial-calculator
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Financial calculations: loans, investments, NPV/IRR, retirement planning, Monte Carlo simulations. Generates tables, charts, and exportable reports.
2026-01-05
bi-fundamentals.md
1
1
export
bi-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-bi-analyst"
from
"pluginagentmarketplace/custom-plugin-bi-analyst"
3
Master Business Intelligence fundamentals including KPI design, metrics frameworks, data literacy, and analytical thinking
2026-01-05
orchestrating-rebase-safety.md
1
1
export
orchestrating-rebase-safety
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Evaluate risks and plan safe rebase operations by understanding what could go wrong and how to recover. Use when: (1) asked to rebase a branch, (2) branch has diverged significantly from target, (3) rebasing commits that others may have pulled, (4) rebase involves many commits or complex history, (5) previous rebase attempt failed or caused problems.
2026-01-05
security-audit.md
1
1
export
security-audit
2
from
"netresearch/security-audit-skill"
from
"netresearch/security-audit-skill"
3
Agent Skill: Security audit patterns for PHP/OWASP. Use when conducting security assessments, identifying vulnerabilities (XXE, SQL injection, XSS), or CVSS scoring. By Netresearch.
2026-01-05
ui-density.md
1
1
export
ui-density
2
from
"rohunvora/my-claude-skills"
from
"rohunvora/my-claude-skills"
3
Analyze and improve UI density using Matt Ström's 4-dimensional framework. Use when interfaces feel too sparse, too cluttered, or when users complain about efficiency.
2026-01-05
setup-manager.md
1
1
export
setup-manager
2
from
"gsannikov/Exocortex"
from
"gsannikov/Exocortex"
3
Manages Claude Skills ecosystem setup, maintenance, and repo health. Checks environment (Python, uv, npm, git), discovers available skills, installs dependencies, performs routine maintenance, and generates an adaptive-growth backlog from recent commits. Triggers - "setup skills", "check environment", "list skills", "install dependencies", "skill maintenance", "discover skills", "skill guide", "adaptive growth", "generate growth backlog".
2026-01-05
context-engineering.md
1
1
export
context-engineering
2
from
"itsmostafa/llm-engineering-skills"
from
"itsmostafa/llm-engineering-skills"
3
Strategies for managing LLM context windows effectively in AI agents. Use when building agents that handle long conversations, multi-step tasks, tool orchestration, or need to maintain coherence across extended interactions.
2026-01-05
database-optimization.md
1
1
export
database-optimization
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
SQL query optimization and database performance specialist. Use when optimizing slow queries, fixing N+1 problems, designing indexes, implementing caching, or improving database performance. Works with PostgreSQL, MySQL, and other databases.
2026-01-05
database-testing.md
1
1
export
database-testing
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.
2026-01-05
voc-research.md
1
1
export
voc-research
2
from
"CleanExpo/Unite-Hub"
from
"CleanExpo/Unite-Hub"
3
Extract Voice of Customer quotes from forums, reviews, and social media. Use when gathering customer language for copywriting, understanding pain points, or building messaging frameworks.
2026-01-05
java-docker.md
1
1
export
java-docker
2
from
"pluginagentmarketplace/custom-plugin-java"
from
"pluginagentmarketplace/custom-plugin-java"
3
Containerize Java applications - Dockerfile optimization, JVM settings, security
2026-01-05
test-skill.md
1
1
export
test-skill
2
from
"uptownhr/claude-code-agent"
from
"uptownhr/claude-code-agent"
3
answers with the secret
2026-01-05
scalability-patterns.md
1
1
export
scalability-patterns
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master scalability patterns with load balancing, caching, database scaling, microservices, and horizontal scaling strategies.
2026-01-05