Browse Skills

9063 skills found

analyzing-docs.md
1
1 export analyzing-docs
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/claude-code-plugin-automations"
3 Expert at analyzing documentation quality, coverage, and completeness. Auto-invokes when evaluating documentation health, checking documentation coverage, auditing existing docs, assessing documentation quality metrics, or analyzing how well code is documented. Provides frameworks for measuring documentation effectiveness.
2026-01-05
hypothesis-testing.md
1
1 export hypothesis-testing
2 tilmon-engineering from "tilmon-engineering/claude-skills"
3 Rigorous hypothesis testing process for data analysis - formulate hypotheses before looking at data, design tests, analyze systematically, interpret with skepticism
2026-01-05
statistical-analyzer.md
1
1 export statistical-analyzer
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Perform statistical hypothesis testing, regression analysis, ANOVA, and t-tests with plain-English interpretations and visualizations.
2026-01-05
agentuity-cli-cloud-storage-upload.md
1
1 export agentuity-cli-cloud-storage-upload
2 agentuity from "agentuity/discord-help-agent"
3 Upload a file to storage bucket. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
jest-test-scaffolder.md
1
1 export jest-test-scaffolder
2 okgoogle13 from "okgoogle13/careercopilot"
3 Scaffolds Jest unit tests for React components and hooks. Use when creating tests for frontend components.
2026-01-05
claude-agent-sdk.md
1
1 export claude-agent-sdk
2 ovachiever from "ovachiever/droid-tings"
3 Build autonomous AI agents with Claude Agent SDK. Structured outputs (v0.1.45, Nov 2025) guarantee JSON schema validation, plugins system, hooks for event-driven workflows. Use when: building coding agents with validated JSON responses, SRE systems, security auditors, or troubleshooting CLI not found, structured output validation, session forking errors.
2026-01-05
agentuity-cli-cloud-keyvalue-set.md
1
1 export agentuity-cli-cloud-keyvalue-set
2 agentuity from "agentuity/discord-help-agent"
3 Set a key and value in the keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
audit-security.md
1
1 export audit-security
2 pwittchen from "pwittchen/varun.surf"
3 Quick security audit checking for hardcoded secrets, SSRF vectors, injection points, dependency issues, and missing security headers
2026-01-05
code-reviewer.md
1
1 export code-reviewer
2 nodnarbnitram from "nodnarbnitram/claude-code-extensions"
3 Review code for best practices, security issues, and potential bugs. Use when reviewing code changes, checking PRs, analyzing code quality, or performing security audits.
2026-01-05
quality-assurance.md
1
1 export quality-assurance
2 nahisaho from "nahisaho/CodeGraphMCPServer"
3 Copilot agent that assists with comprehensive QA strategy and test planning to ensure product quality through systematic testing and quality metricsTrigger terms: QA, quality assurance, test strategy, QA plan, quality metrics, test planning, quality gates, acceptance testing, regression testingUse when: User requests involve quality assurance tasks.
2026-01-05
backend-bugfix.md
1
1 export backend-bugfix
2 penkzhou from "penkzhou/swiss-army-knife-plugin"
3 This skill should be used when the user asks to "debug backend tests", "fix pytest failures", "analyze Python errors", "fix FastAPI bugs", or mentions keywords like "pytest", "IntegrityError", "ValidationError", "SQLAlchemy", "FastAPI". It provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices for Python/FastAPI backends.
2026-01-05
planning.md
1
1 export planning
2 wollfoo from "wollfoo/setup-factory"
3 Use when you need to plan technical solutions that are scalable, secure, and maintainable. Create implementation plans, architecture designs, feature roadmaps. | Sử dụng khi cần lên kế hoạch, thiết kế kiến trúc, phân tích tính năng, đề xuất giải pháp, roadmap.
2026-01-05
testing.md
1
1 export testing
2 buzzdan from "buzzdan/ai-coding-rules"
3 Automatically invoked to write tests for new types, or use as testing expert advisor for guidance and recommendations. Covers unit, integration, and system tests with emphasis on in-memory dependencies. Use when creating leaf types, after refactoring, during implementation, or when testing advice is needed. Ensures 100% coverage on leaf types with public API testing.
2026-01-05
agentuity-cli-cloud-keyvalue-delete-namespace.md
1
1 export agentuity-cli-cloud-keyvalue-delete-namespace
2 agentuity from "agentuity/discord-help-agent"
3 Delete a keyvalue namespace and all its keys. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
test-driven-development.md
1
1 export test-driven-development
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
onboard-new-org.md
1
1 export onboard-new-org
2 refractionPOINT from "refractionPOINT/lc-ai"
3 Complete organization onboarding wizard for LimaCharlie. Discovers local cloud CLIs (GCP, AWS, Azure, DigitalOcean), surveys cloud projects, identifies VMs for EDR installation and security-relevant log sources (IAM, audit logs, network logs). Guides EDR deployment via OS Config (GCP), SSM (AWS), VM Run Command (Azure). Creates cloud adapters for log ingestion. Confirms sensor connectivity and data flow. Use when setting up new tenants, connecting cloud infrastructure, deploying EDR fleet-wide, or onboarding hybrid environments.
2026-01-05
mailhog.md
1
1 export mailhog
2 Whamp from "Whamp/whamp-claude-tools"
3 This skill should be used when the user asks to "set up MailHog", "test email functionality", "configure MailHog", "send test emails", "check MailHog messages", "configure SMTP testing", or "manage email capture". Provides comprehensive MailHog email testing server setup and management.
2026-01-05
auth-flow-builder.md
1
1 export auth-flow-builder
2 MaciWP from "MaciWP/CV_Astro"
3 This skill builds complete authentication flows (JWT, OAuth, session-based) with security best practices.Supports Python (FastAPI, Flask), Node.js/Bun (Hono, Express), and includes registration, login, logout, refresh tokens, password reset.Implements bcrypt/argon2 hashing, JWT signing/verification, session management, CSRF protection, rate limiting.Activate when user says "add authentication", "build login", "JWT auth", "OAuth integration", or needs secure auth.Output: Complete auth system with endpoints, middleware, security, tests, and documentation.
2026-01-05
test-mongodb-repository.md
1
1 export test-mongodb-repository
2 madooei from "madooei/backend-template"
3 Write tests for MongoDB repository implementations. Use when testing MongoDB repositories, setting up MongoDB test infrastructure, or testing database operations. Triggers on "test mongodb", "mongodb tests", "test mongo repository", "mongodb test setup".
2026-01-05
security-bluebook-builder.md
1
1 export security-bluebook-builder
2 SHADOWPR0 from "SHADOWPR0/security-bluebook-builder"
3 Create or refine a concise, normative security policy ("Blue Book") for sensitive applications. Use when users need a threat model, data classification rules, auth/session policy, logging and audit requirements, retention/deletion expectations, incident response, or security gates for apps handling PII/PHI/financial data.
2026-01-05
dependency-management.md
1
1 export dependency-management
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Manage project dependencies effectively. Use when adding, updating, or auditing dependencies. Covers version management, security scanning, and lockfiles.
2026-01-05
n8n-integration-testing-patterns.md
1
1 export n8n-integration-testing-patterns
2 pacphi from "pacphi/ampel"
3 API contract testing, authentication flows, rate limit handling, and error scenario coverage for n8n integrations with external services. Use when testing n8n node integrations.
2026-01-05
testing.md
1
1 export testing
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Write effective tests for code quality and reliability. Use when implementing features, fixing bugs, or improving coverage. Covers unit, integration, and E2E testing.
2026-01-05
agentuity-cli-cloud-deployment-list.md
1
1 export agentuity-cli-cloud-deployment-list
2 agentuity from "agentuity/discord-help-agent"
3 List deployments. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05