Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
spritecook-generate-sprites SpriteCook/skills Still-image generation guide for SpriteCook. Use with spritecook-workflow-essentials when generating pixel art or detailed/HD assets, choosing models, and keeping style consistency with reference assets. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b7b6204 |
testing tslateman/duet Design test strategy using Beck's Test Desiderata — which properties matter, which tradeoffs to make. Use when the user asks "how should I test this", "what tests do I need", "review my test strategy", "is this well-tested", or when planning tests for a new feature or refactor. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 96a72fa |
design-for-ai ryanthedev/design-for-ai Apply visual design principles when building or reviewing UI/frontend code. Based on Design for Hackers by David Kadavy. Use when: choosing fonts, colors, or layout proportions; reviewing designs for visual issues; establishing visual hierarchy; creating color palettes or type scales; adding motion or interaction; making responsive design decisions; building any user-facing interface. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: f8a0ff1 |
sales-motion-design tech-leads-club/agent-skills When the user wants to choose between PLG and sales-led, design a sales motion, optimize time-to-first-value, or build a value-before-purchase experience. Also use when the user mentions 'PLG,' 'product-led growth,' 'sales-led,' 'sales motion,' 'free trial,' 'freemium,' 'self-serve,' 'demo-first,' 'time-to-first-value,' 'TTFV,' or 'agent-led sales.' This skill covers sales motion selection, value delivery design, and go-to-market motion architecture. Do NOT use for technical implementation, code review, or software architecture. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: f193e80 |
multi-platform-launch tech-leads-club/agent-skills When the user wants to launch a product across multiple platforms, plan a Product Hunt launch, build a waitlist, or execute a multi-channel launch strategy. Also use when the user mentions 'product launch,' 'Product Hunt,' 'launch strategy,' 'waitlist,' 'beta launch,' 'BetaList,' 'Hacker News,' 'launch day,' 'AppSumo,' 'multi-channel launch.' This skill covers multi-platform launch execution from pre-launch through post-launch optimization. Do NOT use for technical implementation, code review, or software architecture. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 906a57d |
bunit-test-migration FritzAndFriends/BlazorWebFormsComponents Migrate bUnit test files from deprecated beta API (1.0.0-beta-10) to bUnit 2.x stable API. Use this when working on .razor test files in BlazorWebFormsComponents.Test that contain old patterns like TestComponentBase, Fixture, or SnapshotTest. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1bd9b17 |
git-master code-yeongyu/oh-my-openagent MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: beb89fa |
github-triage code-yeongyu/oh-my-openagent Unified GitHub triage for issues AND PRs. 1 item = 1 background task (category: free). Issues: answer questions from codebase, analyze bugs. PRs: review bugfixes, merge safe ones. All parallel, all background. Triggers: 'triage', 'triage issues', 'triage PRs', 'github triage'. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: beb89fa |
compress JuliusBrussee/caveman Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress FILEPATH or "compress memory file" | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: ef6050c |
formal-spec-generator santosomar/general-secure-coding-agent-skills Dispatch skill — routes a formal specification request to the right concrete generator based on what's being specified and what needs to be proven. Use when the user asks to formally specify something without naming a target formalism, or when unsure which verification tool fits the problem. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
tlaplus-guided-code-repair santosomar/general-secure-coding-agent-skills TLA+-specific instance of model-guided repair — reads a TLC error trace, identifies the enabling condition that should have been false, strengthens the corresponding action, and maps the fix to source code. Use when TLC reports an invariant violation or deadlock and you have the code-to-TLA+ mapping from extraction. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
counterexample-to-test-generator santosomar/general-secure-coding-agent-skills Converts a model checker counterexample trace into an executable test case in the source language, so the bug found in the model is reproducible (and regression-guarded) in the real code. Use when TLC/NuSMV/Spin finds a violation and you want a failing test before writing the fix. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
smart-mutation-operator-generator santosomar/general-secure-coding-agent-skills Generates domain-specific mutation operators beyond the standard arithmetic/relational set — mutations tailored to your codebase's idioms, APIs, and bug history that standard tools don't try. Use when generic mutation testing plateaus, when your domain has specific failure modes, or when mining bug history reveals patterns standard operators miss. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
verified-pseudocode-extractor santosomar/general-secure-coding-agent-skills Extracts human-readable pseudocode from a verified formal artifact (Dafny, Lean, TLA+) while preserving the verified properties as annotations, so the proof-carrying logic can be reimplemented in a production language. Use when porting verified code to an unverified target, when documenting what a formal spec actually does, or when handing a verified algorithm to an implementer. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
design-pattern-suggestor santosomar/general-secure-coding-agent-skills Recognizes structural situations that match known design patterns and recommends whether to apply them — or explains why the pattern doesn't fit. Use when the user has a structural problem and is considering a pattern, when reviewing a design that uses a pattern questionably, or when the user asks which pattern fits their situation. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
test-oracle-generator santosomar/general-secure-coding-agent-skills Generates test oracles — the "expected output" part of a test — by choosing among reference implementations, invariants, inverse functions, or differential comparison when the correct answer isn't obvious. Use when the hard part of testing is knowing what the right answer is, not generating inputs. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
nl-to-constraints santosomar/general-secure-coding-agent-skills Translates natural-language requirements into formal constraints — logical predicates, schemas, or property-based test generators — that a machine can check. Use when turning a spec into validation code, when writing property tests, or as the bridge between requirements and formal verification. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
mocking-test-generator santosomar/general-secure-coding-agent-skills Generates tests that mock external dependencies — HTTP, databases, filesystems, clocks — isolating the unit under test while still exercising realistic interactions. Use when the code has side effects you can't run in a test, when external services are slow or unavailable, or when testing error paths that are hard to trigger for real. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
github Dimillian/Skills Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when the user asks about GitHub issues, pull requests, workflows, or wants to interact with GitHub repositories from the command line — including tasks like check CI status, create PR, list issues, or query the GitHub API. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 383169d |
parallel-task jdrhyne/agent-skills Coordinate plan files by launching multiple parallel subagents for unblocked tasks. Triggers on explicit "/parallel-task" commands. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 6d6afc0 |
Can't find what you're looking for? Evaluate a missing skill.