Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
create-adr tech-leads-club/agent-skills Creates Architecture Decision Records (ADRs) to document significant architectural choices and their rationale for future team members. Use when the user says "write an ADR", "document this decision", "record why we chose X", "add an architecture decision record", "create an ADR for", or wants to capture the reasoning behind a technical choice so the team understands it later. Do NOT use when the decision hasn't been made yet (use create-rfc instead), for implementation planning (use technical-design-doc-creator), or for general documentation. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 81e7e0d |
docs-writer tech-leads-club/agent-skills Write, review, and edit documentation files with consistent structure, tone, and technical accuracy. Use when creating docs, reviewing markdown files, writing READMEs, updating `/docs` directories, or when user says "write documentation", "review this doc", "improve this README", "create a guide", or "edit markdown". Do NOT use for code comments, inline JSDoc, or API reference generation. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: f193e80 |
semantic-szz-analyzer santosomar/general-secure-coding-agent-skills Extends classic SZZ with semantic code understanding to reduce false positives and improve accuracy of bug-introducing commit identification. Use after classic SZZ has produced candidates, when SZZ precision is too low for the task, or when the user needs high-confidence bug-introduction data. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
Zendesk jdrhyne/agent-skills Manage Zendesk tickets, users, and support workflows through the Zendesk API. Use when searching tickets, updating support state, checking users, or exporting queue data. | Skills | — |
rust-review RediSearch/RediSearch Review Rust code changes for unsafe correctness, documentation quality, and C-to-Rust porting fidelity. Use this when you want to review Rust changes before merging. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: edefb25 |
write-flow-tests RediSearch/RediSearch Guidelines for writing Python flow tests (end-to-end behavioral tests). Use this when writing new Python tests in tests/pytests/. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: edefb25 |
check-rust-coverage RediSearch/RediSearch Check which Rust lines are not covered by Rust tests. Use this when you developed new Rust code and want to ensure it is tested. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: edefb25 |
planning-with-files othmanadi/planning-with-files Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: c1a2456 |
molfeat K-Dense-AI/claude-scientific-skills Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: b271271 |
gget K-Dense-AI/claude-scientific-skills Fast CLI/Python queries to 20+ bioinformatics databases. Use for quick lookups: gene info, BLAST searches, AlphaFold structures, enrichment analysis. Best for interactive exploration, simple queries. For batch processing or advanced BLAST use biopython; for multi-database Python workflows use bioservices. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: b271271 |
deeptools K-Dense-AI/claude-scientific-skills NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: d17d74d |
saga-orchestration wshobson/agents Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building event-driven saga coordinators for travel booking systems that must roll back hotel, flight, and car rental reservations atomically, or debugging stuck saga states in production where compensation steps never complete. | Skills | 85 1.16x Agent success vs baseline Impact 94% 1.16xAverage score across 6 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.2 |
test-patterns rohitg00/skillkit Applies proven testing patterns — Arrange-Act-Assert (AAA), Given-When-Then, Test Data Builders, Object Mother, parameterized tests, fixtures, spies, and test doubles — to help write maintainable, reliable, and readable test suites. Use when the user asks about writing unit tests, integration tests, or end-to-end tests; structuring test cases or test suites; applying TDD or BDD practices; working with mocks, stubs, spies, or fakes; improving test coverage or reducing flakiness; or needs guidance on test organization, naming conventions, or assertions in frameworks like Jest, Vitest, pytest, or similar. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: ae8c7a1 |
customer-journey-map phuryn/pm-skills Create an end-to-end customer journey map with stages, touchpoints, emotions, pain points, and opportunities. Use when mapping the customer experience, identifying friction points, improving onboarding, or visualizing the user journey. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 36ccefd |
decision-frameworks menkesu/awesome-pm-skills Structures difficult decisions using Annie Duke's probabilistic thinking and Ben Horowitz's hard decisions frameworks. Use when facing tough choices, applying expected value thinking, or reducing decision paralysis with regret minimization and pre-mortems. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
strategic-pm menkesu/awesome-pm-skills Shifts thinking from tactical to strategic using Anneka Gupta's frameworks for becoming more strategic. Use when escaping feature factory, moving from output to outcomes, or communicating strategic value. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
quality-speed menkesu/awesome-pm-skills Decides when quality matters vs move fast, based on Dylan Field (Figma) craft philosophy and Brian Chesky (Airbnb) details obsession. Use when balancing shipping speed with excellence, deciding if refactoring is needed, or determining which details create moats vs which to skip. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
build-review-interface hamelsmu/evals-skills Build a custom browser-based annotation interface tailored to your data for reviewing LLM traces and collecting structured feedback. Use when you need to build an annotation tool, review traces, or collect human labels. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: febdb33 |
angular-forms Yoizen/dev-ai-workflow Angular forms: Signal Forms (experimental) and Reactive Forms. Trigger: When working with forms, validation, or form state in Angular. | Skills | — |
Resolve best-matching Atlassian REST API endpoints from an inferred Jira or Confluence operation. Contains: atlassian-endpoint-resolver Resolves the best-matching Atlassian API endpoints for a given inferred `operation` (what the user wants to do). Use this skill whenever the agent needs to identify which Atlassian REST API endpoint(s) can fulfill a user's intent, especially for Jira issues, projects, boards, sprints, workflows, Confluence pages, spaces, or any cross-product Atlassian operations. Always trigger when the input includes an `operation` field describing an Atlassian action. | Skills | 85 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.6 |
Can't find what you're looking for? Evaluate a missing skill.