Browse Skills

44969 skills found

crypto-ta-analyzer.md
1
1 export crypto-ta-analyzer
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Technical analysis with 29+ indicators (BB, Ichimoku, RSI, MACD). Generates 7-tier trading signals with divergence detection, volume confirmation, and squeeze alerts for crypto and stocks.
2026-01-05
agentuity-cli-cloud-apikey-list.md
1
1 export agentuity-cli-cloud-apikey-list
2 agentuity from "agentuity/discord-help-agent"
3 List all API keys. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
web3-testing.md
1
1 export web3-testing
2 sweatpotato13 from "sweatpotato13/solidity-contract-boilerplate"
3 Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.
2026-01-05
vibeflow-tdd.md
1
1 export vibeflow-tdd
2 mizkun from "mizkun/vibeflow"
3 Execute TDD Red-Green-Refactor cycle. Use when implementing features with test-driven development.
2026-01-05
test-driven-development.md
1
1 export test-driven-development
2 yellow-seed from "yellow-seed/template"
3 TDD(テスト駆動開発)スキル。Red-Green-Refactorサイクルに基づく開発支援。Use when: 開発を依頼された時。
2026-01-05
execution-logger.md
1
1 export execution-logger
2 rmax from "rmax/dotfiles-ng"
3 Record structured per-execution audit logs to ~/.config/opencode/logs/<agent>/<timestamp>-<slug>.json
2026-01-05
sentry-client.md
1
1 export sentry-client
2 JasonPaff from "JasonPaff/head-shakers"
3 Enforces Head Shakers client-side Sentry monitoring conventions when implementing error boundaries, route-level error pages, user interaction tracking, and client component error handling. This skill ensures consistent patterns for global error handling, breadcrumbs, and front-end error capture.
2026-01-05
accessibility.md
1
1 export accessibility
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Ensure digital accessibility. Use when designing for accessibility, auditing WCAG compliance, or implementing a11y features. Covers WCAG 2.1 guidelines.
2026-01-05
ai-data-analyst.md
1
1 export ai-data-analyst
2 GrupoUS from "GrupoUS/aegiswallet"
3 Perform comprehensive data analysis, statistical modeling, and data visualization by writing and executing self-contained Python scripts. Use when you need to analyze datasets, perform statistical tests, create visualizations, or build predictive models with reproducible, code-based workflows.
2026-01-05
homelab-deployment.md
1
1 export homelab-deployment
2 vonrobak from "vonrobak/fedora-homelab-containers"
3 Automated service deployment with validation, templating, and verification - use when deploying new services, updating existing deployments, or troubleshooting deployment issues
2026-01-05
laravel-architecture.md
1
1 export laravel-architecture
2 Mentor-Wizard from "Mentor-Wizard/mentor-wizard-webapp"
3 Generates a Laravel architecture based on best practices for modern Laravel applications.
2026-01-05
mcp-narsil.md
1
1 export mcp-narsil
2 MichelKerkmeester from "MichelKerkmeester/opencode-dev-environment"
3 Deep code intelligence via Narsil MCP providing 76 tools for security scanning (OWASP, CWE, taint analysis), call graph analysis (CFG, DFG, callers/callees), structural queries (symbols, definitions, references), and supply chain security (SBOM, license compliance). Accessed via Code Mode for token efficiency.
2026-01-05
work-common.md
1
1 export work-common
2 fractary from "fractary/claude-plugins"
3 Common utilities for work plugin operations
2026-01-05
agentuity-cli-repl.md
1
1 export agentuity-cli-repl
2 agentuity from "agentuity/discord-help-agent"
3 interactive REPL for testing
2026-01-05
large-instructions-skill.md
1
1 export large-instructions-skill
2 sfmskywalker from "sfmskywalker/agentskillsdotnet"
3 A skill with large instructions for performance testing
2026-01-05
rules-builder.md
1
1 export rules-builder
2 rafaelcalleja from "rafaelcalleja/claude-market-place"
3 Use when the user wants to create, edit, list, or manage Claude Code rules in .claude/rules/. Provides guided elicitation to configure path-specific rules with proper YAML frontmatter and glob patterns. Can list all available rules from user-level and project directories.
2026-01-05
developing-reactflow-ui.md
1
1 export developing-reactflow-ui
2 jeongsk from "jeongsk/claude-skills"
3 React Flow 라이브러리를 사용한 노드 기반 UI 개발 지원. 노드/엣지 생성, 커스터마이징, 레이아웃, 상호작용 구현 시 사용. 항상 최신 문서를 WebFetch로 참조하여 정확한 정보 제공.
2026-01-05
git-commit.md
1
1 export git-commit
2 Shavakan from "Shavakan/claude-marketplace"
3 Create git commits with succinct technical messages. Activates when user requests git commit creation.
2026-01-05
skill-refinement.md
1
1 export skill-refinement
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Evaluate and improve skills with tests and metrics; use when asked to validate or iterate on skill quality.
2026-01-05
cicd-pipeline-builder.md
1
1 export cicd-pipeline-builder
2 Lordjiggy from "Lordjiggy/claude-code-marketplace"
3 Generate CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins with best practices
2026-01-05
creating-branch.md
1
1 export creating-branch
2 joaquimscosta from "joaquimscosta/arkhe-claude-plugins"
3 Creates feature branches with optimized short naming, auto-incrementing, and commit type detection (feat/fix/refactor). Supports manual descriptions and auto-generation from uncommitted git changes. Use when user requests to create branch, start new branch, make branch, checkout new branch, switch branch, new task, start working on, begin work on feature, begin feature, create feature branch, run /create-branch command, or mentions "branch", "feature", "new feature", "feat", "fix", or "checkout".
2026-01-05
testing-skills-with-subagents.md
1
1 export testing-skills-with-subagents
2 krzemienski from "krzemienski/shannon-framework"
3 Use before skill deployment to verify pressure resistance via TDD RED-GREEN-REFACTOR cycle with Serena metrics tracking - measures compliance score (0.00-1.00) across pressure scenarios
2026-01-05
error-handling.md
1
1 export error-handling
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-nodejs"
3 Implement robust error handling in Node.js with custom error classes, async patterns, Express middleware, and production monitoring
2026-01-05
bootstrap-helpers.md
1
1 export bootstrap-helpers
2 sjnims from "sjnims/bootstrap-expert"
3 This skill should be used when the user asks about Bootstrap helpers, Bootstrap clearfix, Bootstrap color and background helpers, Bootstrap colored links, Bootstrap focus ring, Bootstrap icon link, Bootstrap position helpers, Bootstrap ratio helpers, Bootstrap stacks, Bootstrap stretched link, Bootstrap text truncation, Bootstrap vertical rule, Bootstrap visually hidden, or needs help with Bootstrap helper classes.
2026-01-05