Browse Skills

9063 skills found

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
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
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
agentuity-cli-cloud-session-get.md
1
1 export agentuity-cli-cloud-session-get
2 agentuity from "agentuity/discord-help-agent"
3 Get details about a specific session. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
sdd-test-cases.md
1
1 export sdd-test-cases
2 See2et from "See2et/bakopa-vr"
3 sdd-initで作成したSpecドラフトを入力として、TDDを回せるだけのテスト観点(ハッピー/代表的失敗/境界/不変条件/非機能)をSpecに網羅する。ここではテスト実装・プロダクション実装は行わない。スコープ変更・要件追加もしない(必要なら未決事項として質問を起票し、合意が取れるまでTDDへ進ませない)。出力は「Specの更新(テスト戦略・テストケース一覧・カバレッジチェック)」「ブロッカー/未決事項」「tdd-redに渡す“次に書くべきテスト1つ”候補」に限定する。
2026-01-05
security-documentation.md
1
1 export security-documentation
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master security documentation with security policies, incident response plans, security procedures, and compliance documentation.
2026-01-05
risk-profile.md
1
1 export risk-profile
2 adolfoaranaes12 from "adolfoaranaes12/BMAD-ENHANCED"
3 Assess implementation risks using Probability × Impact (P×I) scoring methodology across 6 categories (Technical, Security, Performance, Data, Business, Operational). Scores risks (P×I: 1-9), develops mitigations for high-risk items (score ≥6), and prioritizes test scenarios (P0/P1/P2). Use before implementation or during quality review to identify and mitigate potential issues.
2026-01-05
docker-security.md
1
1 export docker-security
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-docker"
3 Secure Docker containers and images with hardening, scanning, and secrets management
2026-01-05
commitments.md
1
1 export commitments
2 ardeshir from "ardeshir/krzy"
3 Extract and track builder commitments from critique exegesis. Use /commitments to audit promises made in prose, verify implementation status, and identify unfulfilled obligations.
2026-01-05
autonomous-ci.md
1
1 export autonomous-ci
2 ANcpLua from "ANcpLua/ancplua-claude-plugins"
3 Ensures Claude verifies both local tests AND remote CI before claiming completion. Use BEFORE any completion claims, commits, or pull requests. Mandatory verification with evidence.
2026-01-05
lowercase-skill.md
1
1 export lowercase-skill
2 sfmskywalker from "sfmskywalker/agentskillsdotnet"
3 A skill with lowercase skill.md filename for testing
2026-01-05
bun-cli.md
1
1 export bun-cli
2 nathanvale from "nathanvale/side-quest-marketplace"
3 Build production-grade CLI tools with Bun. Reference implementation covering argument parsing patterns (--flag value, --flag=value, --flag), dual markdown/JSON output, error handling, subcommands, and testing. Use when building CLIs, designing argument parsing, implementing command structures, reviewing CLI quality, or learning Bun CLI best practices.
2026-01-05
frontend-accessibility-verification.md
1
1 export frontend-accessibility-verification
2 samjhecht from "samjhecht/wrangler"
3 Use when implementing any UI - verifies accessibility compliance through automated testing (axe-core), keyboard navigation, screen reader verification, and Lighthouse audits; legally required and ensures inclusive user experience
2026-01-05
seo-content-planner.md
1
1 export seo-content-planner
2 maigentic from "maigentic/stratarts"
3 Comprehensive SEO content strategy including keyword research, content cluster architecture, technical SEO audit, on-page optimization guidelines, 90-day content calendar, link building strategy, and success metrics for sustainable organic growth
2026-01-05
writing-slash-commands.md
1
1 export writing-slash-commands
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when creating or editing slash commands - applies TDD to slash command documentation by testing with SlashCommand tool and subagents before deployment, preventing inverted logic and untested conditionals
2026-01-05
ert.md
1
1 export ert
2 hugoduncan from "hugoduncan/library-skills"
3 A guide to using ERT (Emacs Lisp Regression Testing) for testing Emacs Lisp code.
2026-01-05
security-engineering.md
1
1 export security-engineering
2 89jobrien from "89jobrien/steve"
3 Security architecture and implementation patterns. Use when designing security controls, implementing authentication/authorization, conducting threat modeling, or ensuring compliance with security frameworks.
2026-01-05
test-specialist.md
1
1 export test-specialist
2 agent-trust-protocol from "agent-trust-protocol/atp-core"
3 This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis.
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
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