Browse Skills

9063 skills found

dependency-updater.md
0
1 export dependency-updater
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Analyze, update, and manage Python dependencies in pyproject.toml, checking for version compatibility, security vulnerabilities, and suggesting upgrades.
2026-01-05
tdd-workflow.md
0
1 export tdd-workflow
2 nohat from "nohat/itingen"
3 Test-Driven Development workflow skill. Enforces red-green-refactor cycle.
2026-01-05
hypothesis-generation.md
0
1 export hypothesis-generation
2 braselog from "braselog/researchAssistant"
3 Generate testable scientific hypotheses from observations, data, or research questions. Develop competing explanations, design experiments, and formulate predictions. Use during the PLANNING phase or when developing research aims.
2026-01-05
ark-dashboard-test.md
0
1 export ark-dashboard-test
2 dwmkerr from "dwmkerr/claude-code-agent"
3 Test the Ark Dashboard UI with Playwright
2026-01-05
test-generator.md
0
1 export test-generator
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Generate comprehensive pytest test suites for CasareRPA components, including nodes, controllers, use cases, and domain entities, following the project's testing patterns.
2026-01-05
spike-driven-dev.md
0
1 export spike-driven-dev
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for spike-driven development methodology. Use when starting new features, testing architecture patterns, integrating unfamiliar APIs/data sources, or validating technical feasibility before full implementation. Emphasizes TDD, real data validation, and risk reduction through minimal proofs-of-concept.
2026-01-05
planning.md
0
1 export planning
2 longtho638-jpg from "longtho638-jpg/apexrebate"
3 Use when you need to plan technical solutions that are scalable, secure, and maintainable.
2026-01-05
api-documentation-writer.md
0
1 export api-documentation-writer
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 Generate comprehensive API documentation for REST, GraphQL, WebSocket APIs with OpenAPI specs, endpoint descriptions, request/response examples, error codes, authentication guides, and SDKs. USE WHEN user says 'viết document API', 'tạo API docs', 'generate API documentation', 'document REST endpoints', hoặc cần tạo technical reference cho developers.
2026-01-05
test.md
0
1 export test
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Run E2E tests for React, Vue, and Svelte frameworks. Use when testing components, verifying changes, or before committing.
2026-01-05
security-first.md
0
1 export security-first
2 j0KZ from "j0KZ/mcp-agents"
3 Universal security checklist based on OWASP Top 10 for ANY project type or language. Use before deploying to production, handling sensitive data, or processing user input.
2026-01-05
test-driven-development.md
0
1 export test-driven-development
2 SiTaggart from "SiTaggart/claude-devbench"
3 Use when implementing any feature or bugfix, before writing implementation code
2026-01-05
tsconfig.md
0
1 export tsconfig
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Generates tsconfig.json for TypeScript compilation configuration. Includes path aliases (@/ for src/), Jest types, and Vite client types.
2026-01-05
data-ingestion-builder.md
0
1 export data-ingestion-builder
2 zazu-22 from "zazu-22/ff_data_analytics"
3 Build new data ingestion providers following the FF Analytics registry pattern. This skill should be used when adding new data sources (APIs, files, databases) to the data pipeline. Guides through creating provider packages, registry mappings, loader functions, storage integration, primary key tests, and sampling tools following established patterns.
2026-01-05
testing-library.md
0
1 export testing-library
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Tests UI components with Testing Library including queries, user events, and async utilities. Use when testing React/Vue/Svelte components, writing accessible tests, or testing user interactions.
2026-01-05
axe.md
0
1 export axe
2 majiayu000 from "majiayu000/claude-skill-registry"
3 iOS Simulator automation and interaction using the AXe CLI tool. Use when working with iOS simulators for UI automation, testing, accessibility verification, or screen recording. Specific use cases include simulating touches and gestures (tap, swipe), entering text, pressing hardware buttons (home, lock, Siri), recording or streaming simulator video, extracting UI accessibility information, or automating iOS simulator interactions. Assumes axe CLI is already installed.
2026-01-05
test-manager.md
0
1 export test-manager
2 sunholo-data from "sunholo-data/stapledons_voyage"
3 Run visual tests, compare golden files, and report bugs for Stapledons Voyage. Use when user asks to run tests, check golden files, or report visual regressions.
2026-01-05
oauth-automation.md
0
1 export oauth-automation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when OAuth tokens expire frequently, need automatic token refresh, YouTube/Google API integration, or when workflows fail due to expired credentials
2026-01-05
test-generator.md
0
1 export test-generator
2 mavric from "mavric/devenv"
3 Generates comprehensive BDD/Gherkin tests for features. Triggers when user needs to write tests, create test scenarios, add test coverage, or verify feature completeness.
2026-01-05
feature-workflow.md
0
1 export feature-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Orchestrate complete or partial feature implementation workflow with configurable phases. This skill should be used to run the full workflow (specification → research → plan → implement → test → fix) or specific phases, coordinating between all feature-implementation skills automatically.
2026-01-05
rust-backend-auth.md
0
1 export rust-backend-auth
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implements authentication and authorization for Rust backend services using JWT, password hashing, sessions, and middleware patterns. Use when building auth systems, implementing login/logout, protecting routes, hashing passwords, or working with JWT tokens in Axum/Tower applications.
2026-01-05
authorization-patterns.md
0
1 export authorization-patterns
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Authorization patterns including RBAC and ABAC. Use when implementing access control.
2026-01-05
ab-test-framework-ml.md
0
1 export ab-test-framework-ml
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт A/B тестирования. Используй для статистических тестов, экспериментов и ML-оптимизации.
2026-01-05
playwright-mcp-tester.md
0
1 export playwright-mcp-tester
2 multicam from "multicam/trading-views"
3 Iterative UI testing using Playwright MCP server for automated browser interaction and visual verification
2026-01-05
chrome-devtools.md
0
1 export chrome-devtools
2 smorand from "smorand/claude-config"
3 Expert in Chrome browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use when browser automation, performance testing, web scraping, debugging, or browser interaction is needed. **CRITICAL:** Always uses persistent data-dir at ~/.claude/credentials/chrome for session management. (project, gitignored)
2026-01-05