Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
auditing-aws-s3-bucket-permissions mukul975/Anthropic-Cybersecurity-Skills Systematically audit AWS S3 bucket permissions to identify publicly accessible buckets, overly permissive ACLs, misconfigured bucket policies, and missing encryption settings using AWS CLI, S3audit, and Prowler to enforce least-privilege data access controls. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c15f73d |
acquiring-disk-image-with-dd-and-dcfldd mukul975/Anthropic-Cybersecurity-Skills Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through hash verification. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: d388b31 |
paper-writing wanshuiyin/Auto-claude-code-research-in-sleep Workflow 3: Full paper writing pipeline. Orchestrates paper-plan → paper-figure → figure-spec/paper-illustration/mermaid-diagram → paper-write → paper-compile → auto-paper-improvement-loop to go from a narrative report to a polished PDF. At `— effort: max | beast` (or explicit `— assurance: submission`), Phase 6 gates the Final Report on `tools/verify_paper_audits.sh`; the PDF is labelled `submission-ready` only when the external verifier is green. Use when user says "写论文全流程", "write paper pipeline", "从报告到PDF", "paper writing", or wants the complete paper generation workflow. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: 9ed83e0 |
auto-review-loop wanshuiyin/Auto-claude-code-research-in-sleep Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: 391bda8 |
idea-discovery-robot wanshuiyin/Auto-claude-code-research-in-sleep Workflow 1 adaptation for robotics and embodied AI. Orchestrates robotics-aware literature survey, idea generation, novelty check, and critical review to go from a broad robotics direction to benchmark-grounded, simulation-first ideas. Use when user says "robotics idea discovery", "机器人找idea", "embodied AI idea", "机器人方向探索", "sim2real 选题", or wants ideas for manipulation, locomotion, navigation, drones, humanoids, or general robot learning. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 62e3777 |
interview-kit shawnpang/startup-founder-skills When the user needs to design an interview process, create interview questions, build scorecards, calibrate interviewers, or evaluate candidates for a role. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 4ad31b4 |
content-strategy shawnpang/startup-founder-skills When the user needs to plan, prioritize, or structure a content program -- including identifying content pillars, mapping content to the buyer journey, choosing content types, or building an editorial calendar. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 4ad31b4 |
sales-script shawnpang/startup-founder-skills When a founder needs demo scripts, discovery call frameworks, objection handling, RFP/RFI responses, competitive feature matrices, POC planning, or closing playbooks. Activate for sales calls, demo prep, talk tracks, bid responses, competitor comparisons, or pre-sales engineering. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 4ad31b4 |
proposal-generation shawnpang/startup-founder-skills When a founder needs to create a sales proposal, statement of work, contract, NDA, or master service agreement. Activate when the user mentions proposal, SOW, quote, contract, NDA, MSA, or needs to formalize a deal. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 4ad31b4 |
devops-deployer shaul1991/shaul-agents-plugin DevOps Deployer Agent. 배포, 롤백, 릴리즈 관리를 담당합니다. 배포(deploy), 롤백(rollback), 릴리즈, Blue-Green 관련 요청 시 사용됩니다. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 9242c58 |
uni-sendgrid shockz09/uni-cli SendGrid transactional email via uni CLI. Use when user wants to send emails, including HTML emails and dynamic templates. Requires SENDGRID_API_KEY and verified sender email. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: f1dfc90 |
qa-testing-methodology jpoutrin/product-forge QA test design patterns (equivalence partitioning, boundary analysis, accessibility). Auto-loads when designing test cases, planning test coverage, or writing test procedures. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0ebe7ae |
close-case-artifact dandye/ai-runbooks Close a case or alert with proper reason and documentation. Use when triage determines an alert is FP/BTP or investigation is complete. Requires artifact ID, type, closure reason, and root cause. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 086cbf6 |
issue-creation Gentleman-Programming/agent-teams-lite Issue creation workflow for Agent Teams Lite following the issue-first enforcement system. Trigger: When creating a GitHub issue, reporting a bug, or requesting a feature. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 6901875 |
151-java-performance-jmeter jabrena/cursor-rules-java Use when you need to set up JMeter performance testing for a Java project — including creating the run-jmeter.sh script from the exact template, configuring load tests with loops, threads, and ramp-up, or running performance tests from the project root with custom or default settings. This should trigger for requests such as Improve the code with JMeter performance testing; Apply JMeter performance testing; Refactor the code with JMeter performance testing; Add JMeter support. Part of cursor-rules-java project | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9d8c173 |
angular-forms HoangNguyen0403/agent-skills-standard Build typed reactive forms with strict FormGroup typing, custom validators, and nonNullable controls in Angular. Use when implementing typed reactive forms, custom validators, or form control patterns. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
typescript-security HoangNguyen0403/agent-skills-standard Validate input, secure auth tokens, and prevent injection attacks in TypeScript. Use when validating input, handling auth tokens, sanitizing data, or managing secrets and sensitive configuration. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
android-legacy-navigation HoangNguyen0403/agent-skills-standard Implement Jetpack Navigation Component with XML graphs and SafeArgs for type-safe fragment navigation. Use when working with XML-based navigation or SafeArgs in legacy Android projects. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
angular-security HoangNguyen0403/agent-skills-standard Harden Angular apps against XSS, CSP violations, and unauthorized access. Use when implementing XSS protection, Content Security Policy, or auth guards in Angular. | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
313-frameworks-spring-db-migrations-flyway jabrena/cursor-rules-java Use when you need to add or review Flyway database migrations in a Spring Boot application — Maven dependencies, db/migration scripts, spring.flyway.* configuration, baseline and validation, and alignment with JDBC or Spring Data JDBC. This should trigger for requests such as Add or review Flyway migrations in a Spring Boot project; Configure spring.flyway or db/migration layout. Part of cursor-rules-java project | Skills | 83 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9ec21dd |
Can't find what you're looking for? Evaluate a missing skill.