{
"agents": [
{
"name": "accessibility-tester",
"path": "accessibility/accessibility-tester.md",
"category": "accessibility",
"type": "agent",
"description": "\"Use this agent when conducting comprehensive accessibility audits, WCAG 2.2 compliance assessments, or evaluating UI components and full codebases for barriers that affect users with disabilities. Invoke when you need structured findings mapped to specific WCAG criteria, hybrid automated-plus-manual coverage, and actionable remediation guidance aligned with ADA, Section 508, and the European Accessibility Act (EAA, effective June 2025).\\n\\n\\nContext: A product team is shipping a redesigned checkout flow and needs to verify it meets WCAG 2.2 AA before release.\\nuser: \\\"Can you audit the checkout flow components in src/components/checkout/ for accessibility issues?\\\"\\nassistant: \\\"I'll perform a hybrid accessibility audit of your checkout flow. I'll run automated scans with axe-core and pa11y to catch programmatic violations, then execute a manual checklist covering keyboard navigation, focus visibility, screen reader compatibility, color contrast, touch target sizing, and accessible authentication (WCAG 2.2 criterion 3.3.8). Each finding will be mapped to the relevant WCAG 2.2 criterion and severity level, with a remediation recommendation and verification step.\\\"\\n\\nUse the accessibility-tester when you need rigorous, evidence-based accessibility assessment of specific components or user flows ahead of release milestones. The hybrid approach catches violations that automated tools miss.\\n\\n\\n\\n\\nContext: A company's legal team has flagged potential ADA and EAA exposure ahead of the European Accessibility Act enforcement deadline and requests a full codebase scan.\\nuser: \\\"We need a full accessibility compliance scan across the entire frontend codebase before the EAA June 2025 deadline. Can you identify all WCAG 2.2 AA gaps?\\\"\\nassistant: \\\"I'll conduct a full-codebase accessibility compliance audit targeting WCAG 2.2 AA conformance. The audit will combine automated scanning across all UI components with a prioritized manual verification pass covering the 9 new WCAG 2.2 criteria, ARIA pattern correctness, screen reader behaviour, focus management, reduced-motion support, and accessible authentication flows. I'll deliver a structured findings report with WCAG criterion numbers, severity ratings, affected elements, remediation steps, and a summary scorecard showing critical/high/medium/low counts — with compliance mapping to ADA, Section 508, and EAA requirements.\\\"\\n\\nInvoke accessibility-tester for organization-wide compliance sweeps when legal deadlines or regulatory requirements demand documented, prioritized evidence of WCAG conformance across the full product.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ai-ethics-advisor",
"path": "ai-specialists/ai-ethics-advisor.md",
"category": "ai-specialists",
"type": "agent",
"description": "AI ethics and responsible AI development specialist. Use when reviewing an AI system for bias, fairness violations, or regulatory compliance gaps; when generating a model card, algorithmic impact assessment, or ethics review document; or when an AI feature touches a protected class or high-stakes domain (hiring, healthcare, credit, law enforcement).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 466,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "hackathon-ai-strategist",
"path": "ai-specialists/hackathon-ai-strategist.md",
"category": "ai-specialists",
"type": "agent",
"description": "\"Use when a team needs strategic guidance at any stage of a hackathon — from initial ideation through pitch delivery. Specifically:\\n\\n\\nContext: A team of four arrives at a 24-hour AI hackathon with no idea, a vague interest in healthcare, and two hours before the kick-off presentation deadline.\\nuser: \\\"We have no idea yet, the theme is AI for Good, and we need a concept in the next 2 hours. We have two ML engineers, one frontend dev, and a designer.\\\"\\nassistant: \\\"I need a few details first — what sponsor APIs are available, and is there a specific judging track we must target? Once I have that, I'll generate three ranked concept options with feasibility scores, and we'll lock one in within 15 minutes so the team can start the environment setup.\\\"\\n\\nInvoke hackathon-ai-strategist for pre-hackathon ideation when the clock is already running and the team needs a structured, fast-converging concept selection process.\\n\\n\\n\\n\\nContext: A team is 14 hours into a 24-hour hackathon. Their original plan involved a real-time video analysis feature that is behind schedule and may not be completable.\\nuser: \\\"We're behind. The video pipeline isn't working and we only have 10 hours left. What do we cut?\\\"\\nassistant: \\\"Let's triage immediately. Tell me what's working reliably right now, what the demo absolutely needs to show, and which judging criteria are worth the most points. I'll give you a re-scoped MVP plan with explicit cut decisions so the team can align and get back to building within the next 30 minutes.\\\"\\n\\nUse hackathon-ai-strategist for mid-hackathon triage when a team needs a fast re-scoping decision backed by judging criteria analysis, not a general project manager.\\n\\n\\n\\n\\nContext: A team has a working prototype with 6 hours left before judging. They need to turn it into a compelling 3-minute demo and slide deck.\\nuser: \\\"We have something working. How do we structure the pitch and demo for the next 6 hours?\\\"\\nassistant: \\\"I'll outline a time-annotated 3-minute pitch structure and a demo reliability checklist. Then we'll split the remaining time: 2 hours on demo stabilization, 2 hours on slides, 1 hour on rehearsal, 1 hour buffer. Walk me through what the product does so I can draft the hook and problem statement.\\\"\\n\\nInvoke hackathon-ai-strategist when a team transitions from building to presenting and needs a concrete pitch structure, demo script, and rehearsal plan.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 616,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "llm-architect",
"path": "ai-specialists/llm-architect.md",
"category": "ai-specialists",
"type": "agent",
"description": "\"Use when designing LLM systems for production, implementing fine-tuning or RAG architectures, optimizing inference serving infrastructure, or managing multi-model deployments. Specifically:\\\\n\\\\n\\\\nContext: A startup needs to deploy a custom LLM application with sub-200ms latency, fine-tuned on domain-specific data\\\\nuser: \\\"Design a production LLM architecture that supports our use case with sub-200ms P95 latency, includes fine-tuning capability, and optimizes for cost\\\"\\\\nassistant: \\\"I'll start by gathering your latency targets, model class preference, and infrastructure constraints. Then design an end-to-end LLM system using quantized open-weight models with vLLM serving, implement LoRA-based fine-tuning pipeline, add context caching for repeated queries, and configure load balancing with multi-region deployment.\\\"\\\\n\\\\nInvoke the llm-architect when building comprehensive LLM systems from scratch that require architecture design, serving infrastructure decisions, and fine-tuning pipeline setup. This differentiates from prompt-engineer (who optimizes prompts) and ai-engineer (who builds general AI systems).\\\\n\\\\n\\\\n\\\\n\\\\nContext: An enterprise needs to implement RAG to augment an LLM with internal documentation retrieval\\\\nuser: \\\"We need RAG to add our internal documentation to Claude. Design the retrieval pipeline, vector store, and LLM integration\\\"\\\\nassistant: \\\"I'll gather your corpus size, update frequency, and latency requirements first, then architect a hybrid RAG system with document chunking strategies, embedding selection (dense + BM25 hybrid), vector store selection (Pinecone/Weaviate/pgvector), and reranking for relevance. Includes RAGAS evaluation pipeline for ongoing quality tracking.\\\"\\\\n\\\\nUse llm-architect when implementing advanced LLM augmentation patterns like RAG, where you need architectural decisions around document processing, retrieval optimization, and LLM integration patterns.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company running multiple LLM workloads (customer service, content generation, code analysis) with different latency and quality requirements\\\\nuser: \\\"Design a multi-model LLM orchestration system that routes requests to different models and manages costs\\\"\\\\nassistant: \\\"I'll implement cascade routing strategy: fast models for latency-critical tasks, larger models for quality-critical paths, cost-aware selection with fallback handling. Include model A/B testing infrastructure, automated cost tracking per model/use-case, and performance monitoring with LangSmith tracing.\\\"\\\\n\\\\nInvoke llm-architect for complex multi-model deployments, cost optimization strategies, and orchestration patterns that require architectural decisions across multiple models and inference infrastructure.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 335,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "llms-maintainer",
"path": "ai-specialists/llms-maintainer.md",
"category": "ai-specialists",
"type": "agent",
"description": "LLMs.txt roadmap file generator and maintainer for AI Engine Optimization (AEO). Use after build completion, content changes, or when setting up AI crawler navigation for a site. Detects framework, scans site structure, and writes a spec-compliant llms.txt file.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 631,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "model-evaluator",
"path": "ai-specialists/model-evaluator.md",
"category": "ai-specialists",
"type": "agent",
"description": "\"AI model evaluation and benchmarking specialist. Use when selecting the right model for a specific task, designing evaluation benchmarks from scratch, or running post-deployment regression testing. Specifically:\\n\\n\\nContext: A product team needs to choose between Claude Sonnet, GPT-4o, and Gemini 1.5 Pro for a customer support summarization pipeline with a $500/month budget\\nuser: \\\"We need to pick a model for our customer support summarization system. We process 50k tickets/month and need under 2s latency.\\\"\\nassistant: \\\"I'll start by establishing your success criteria and constraints: accuracy threshold for summarization quality, acceptable hallucination rate, latency P95 target, and cost ceiling. Then I'll design a representative test set of 200+ real tickets (with human-labeled reference summaries), run systematic evaluation against Claude Haiku, Claude Sonnet, GPT-4o-mini, and GPT-4o using ROUGE-L, BERTScore, and human eval, and produce a cost-per-unit vs quality Pareto curve so you can make an informed trade-off decision.\\\"\\n\\nInvoke model-evaluator when the primary need is picking the best model for a defined task with measurable criteria. Contrast with llm-architect (who designs the serving infrastructure and integration patterns) and prompt-engineer (who optimizes prompts for a chosen model).\\n\\n\\n\\n\\nContext: An ML team is building an internal coding assistant and needs to benchmark several open-source and proprietary code models before committing to infrastructure\\nuser: \\\"Design a benchmark for evaluating code generation models for our internal developer tooling. We care about Python, TypeScript, and SQL.\\\"\\nassistant: \\\"I'll design a benchmark using HumanEval+ and custom enterprise test cases across Python, TypeScript, and SQL. Evaluation will cover functional correctness (pass@1, pass@5), syntax validity, idiomatic style, and security anti-patterns. I'll set up the EleutherAI lm-evaluation-harness for open-weight models and a Promptfoo config for API models, report results with 95% confidence intervals, and flag statistically significant differences using Cohen's d.\\\"\\n\\nUse model-evaluator when the task is designing the evaluation methodology itself — test set composition, metric selection, statistical rigor. This is distinct from llm-architect who would design the serving layer once the model is chosen.\\n\\n\\n\\n\\nContext: A deployed LLM pipeline has started producing lower quality outputs after a model provider silently updated their model weights\\nuser: \\\"Our summarization quality scores dropped 8% last week. We think the model changed. How do we confirm and decide whether to roll back or switch models?\\\"\\nassistant: \\\"I'll set up a regression evaluation: run your existing golden test set against the current model version and compare against your stored baseline scores. I'll use paired statistical tests (Wilcoxon signed-rank) to confirm the degradation is significant, identify which input categories regressed most, then benchmark two alternative models as candidates. I'll also add Promptfoo CI regression checks and Arize Phoenix drift alerts so this is caught automatically going forward.\\\"\\n\\nInvoke model-evaluator for post-deployment regression investigations and re-evaluation cycles. The agent handles both diagnosing the degradation and designing the monitoring to prevent recurrence, handing off infrastructure changes to llm-architect.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 722,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "prompt-engineer",
"path": "ai-specialists/prompt-engineer.md",
"category": "ai-specialists",
"type": "agent",
"description": "\"Use this agent when you need to design, optimize, test, or evaluate prompts for Claude (or other LLMs) in production systems. Specifically:\\n\\n\\nContext: You're building a customer support chatbot and need to create high-quality prompts that balance accuracy, cost, and response speed.\\nuser: \\\"I need to optimize prompts for our support bot. We're getting 82% accuracy now, but we want to reach 95% and reduce token usage by at least 30%.\\\"\\nassistant: \\\"I'll help you design and optimize your support prompts. Let me analyze your current setup, restructure it with clear XML tags and role framing, test chain-of-thought and few-shot variations, measure accuracy improvements, and produce a token-efficient version with monitoring in place.\\\"\\n\\nUse the prompt-engineer agent when you have concrete prompt optimization goals with measurable targets (accuracy %, token reduction %, cost constraints). This agent excels at designing templates, testing variations, and implementing production-ready prompt systems for an already-chosen model.\\n\\n\\n\\n\\nContext: Your data science team has trained a classification pipeline but the Claude-based inference is inconsistent across different input variations and edge cases.\\nuser: \\\"Our model outputs vary significantly on similar inputs. Can you help make the prompts more consistent and robust?\\\"\\nassistant: \\\"I'll design a systematic evaluation framework to test edge cases, restructure the prompt with explicit XML-tagged instructions and grounded examples, add chain-of-thought reasoning for the ambiguous cases, A/B test the variations, and provide statistical analysis to validate improvements.\\\"\\n\\nUse the prompt-engineer agent when you need to improve prompt reliability, consistency, and edge case handling through structured testing and Claude-specific prompt patterns.\\n\\n\\n\\n\\nContext: You're managing multiple Claude-based features in production and need to establish best practices, version control, and cost tracking across all prompts.\\nuser: \\\"We have 15 different prompts scattered across our codebase. How do we manage them consistently and track costs?\\\"\\nassistant: \\\"I'll establish a prompt management system with version control, create a prompt catalog with performance metrics, set up A/B testing frameworks, implement monitoring dashboards, and develop team guidelines for prompt structure and deployment.\\\"\\n\\nUse the prompt-engineer agent when you need to build production-scale prompt infrastructure, documentation, version control, testing frameworks, and team collaboration protocols across multiple prompts.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10423,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "search-specialist",
"path": "ai-specialists/search-specialist.md",
"category": "ai-specialists",
"type": "agent",
"description": "\"Expert web researcher using advanced search techniques, multi-source synthesis, and iterative retrieval. Masters search operators, domain filtering, credibility evaluation, and structured reporting. Use PROACTIVELY for deep research, competitive intelligence, fact-checking, or trend analysis. Specifically:\\n\\n\\nContext: A product team wants to understand the competitive landscape before launching a new developer tool\\nuser: \\\"Research the top five CI/CD tools for monorepos and summarize their pricing, integrations, and developer sentiment.\\\"\\nassistant: \\\"I'll clarify what 'top' means for your context (market share, GitHub stars, community activity), then run three query variants per tool to gather pricing pages, G2/Reddit sentiment, and changelog history. After the first retrieval round I'll identify gaps — missing integration matrices or outdated pricing — and run follow-up queries to fill them. I'll cross-verify any pricing or feature claims across at least two independent sources and deliver a structured comparison table with a credibility note for each source.\\\"\\n\\nInvoke search-specialist for competitive intelligence tasks where structured multi-source verification and synthesis are needed across several products simultaneously.\\n\\n\\n\\n\\nContext: An engineer needs to verify whether a specific security vulnerability affects a library version they are using\\nuser: \\\"Is CVE-2024-38816 confirmed for Spring Framework 6.0.x and is there a fix available?\\\"\\nassistant: \\\"I'll query the NVD entry, the Spring Security advisories page, and GitHub release notes for 6.0.x. I'll verify the affected version range from at least two authoritative sources (NVD + vendor advisory) and check patch status from the official changelog. If the sources disagree on affected versions I'll document both claims and flag the discrepancy.\\\"\\n\\nUse search-specialist for targeted fact-checking where claims must be cross-verified against authoritative sources (official docs, CVE databases, vendor advisories) before the result can be trusted.\\n\\n\\n\\n\\nContext: A researcher wants to understand adoption trends for WebAssembly over the past three years\\nuser: \\\"How has WebAssembly adoption changed since 2022? I need data on use cases, tooling, and community growth.\\\"\\nassistant: \\\"I'll run time-bounded queries (2022, 2023, 2024-2025) to track evolution across three dimensions: use cases (edge compute, plugin systems, browser apps), tooling (Emscripten, wasm-pack, Component Model), and community signals (Stack Overflow survey data, GitHub activity, CNCF reports). I'll identify the narrative arc across retrieval rounds and call out areas where the data is thin or conflicting.\\\"\\n\\nInvoke search-specialist for trend research that spans time ranges and requires synthesizing fragmented signals from multiple communities into a coherent narrative.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4406,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "task-decomposition-expert",
"path": "ai-specialists/task-decomposition-expert.md",
"category": "ai-specialists",
"type": "agent",
"description": "\"Use this agent when you need to break down a complex, multi-step goal into an actionable work breakdown structure with dependencies, parallelism opportunities, effort estimates, and a clear handoff plan to specialist agents. Specifically:\\n\\n\\nContext: A team wants to migrate a monolithic Rails app to a microservices architecture but the scope feels overwhelming and they don't know where to start.\\nuser: \\\"We need to migrate our Rails monolith to microservices. It has 12 bounded contexts, a shared Postgres database, and we can't have more than 4 hours of downtime total.\\\"\\nassistant: \\\"I'll gather your constraints and success criteria first, then produce a full work breakdown: I'll identify the 3–4 highest-risk extraction candidates, map all inter-service data dependencies, design a strangler-fig migration sequence with parallel tracks for each service, define validation checkpoints at each phase, and specify which specialist agents should handle each workstream (backend-developer, database-architect, devops-engineer, security-auditor).\\\"\\n\\nUse the task-decomposition-expert when the user has a large, ambiguous project with multiple capabilities required and needs a structured plan before execution begins. This agent produces the roadmap; specialist agents execute the work.\\n\\n\\n\\n\\nContext: A startup needs to launch an AI-powered document processing product in 8 weeks with a team of 3 engineers.\\nuser: \\\"We need to ship a document ingestion and Q&A product in 8 weeks. We have 3 engineers. What do we build first?\\\"\\nassistant: \\\"I'll start by clarifying your non-negotiables — document types, latency targets, and must-have features for launch. Then I'll produce a prioritized WBS: identify the critical path (ingestion pipeline → embedding → retrieval → API), map tasks that can run in parallel (frontend, auth, monitoring), assign effort estimates using the 8/80-hour rule, and flag the top 3 risks with mitigation tasks. Each workstream maps to a specialist agent for execution.\\\"\\n\\nInvoke the task-decomposition-expert when a project has real time and resource constraints and the team needs a sequenced, parallel-aware plan with risk flags before writing any code.\\n\\n\\n\\n\\nContext: An engineering manager needs to understand how to coordinate an AI agent system where multiple sub-agents collaborate on a research and report-writing pipeline.\\nuser: \\\"I want to build a multi-agent system that researches a topic, synthesizes findings, and produces a formatted report. How do I structure this?\\\"\\nassistant: \\\"I'll map the full workflow: define the task graph (research → synthesis → formatting → review), identify which steps can run in parallel (multiple research sub-agents), specify the data contracts between each agent, design error handling and retry logic for flaky search steps, and recommend which existing specialist agents fit each role. You'll get a dependency diagram, effort estimates per node, and a recommended orchestration pattern.\\\"\\n\\nUse the task-decomposition-expert when designing multi-agent or multi-step automation pipelines where the orchestration structure itself is the primary deliverable.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4511,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "api-architect",
"path": "api-graphql/api-architect.md",
"category": "api-graphql",
"type": "agent",
"description": "Expert API architect for designing and implementing REST and GraphQL APIs with production-grade resilience, security, and versioning. Use this agent when you need to: design a GraphQL schema with federation for a new microservice, build a resilient REST client with circuit breaker and bulkhead patterns, choose between REST/GraphQL/gRPC for a new service, or implement secure API authentication and rate limiting.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 549,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "api-designer",
"path": "api-graphql/api-designer.md",
"category": "api-graphql",
"type": "agent",
"description": "\"Use this agent when designing new APIs, creating API specifications, or refactoring existing API architecture for scalability and developer experience. Invoke when you need REST/GraphQL/gRPC endpoint design, OpenAPI 3.1 documentation, authentication patterns, API versioning strategies, or protocol selection for internal microservices. Use PROACTIVELY before backend implementation begins to establish the API contract. Specifically:\\n\\n\\nContext: A team is building a new microservice and needs to design the API contract before implementation.\\nuser: \\\"Design a REST API for a payment processing service with endpoints for transactions, refunds, and webhooks\\\"\\nassistant: \\\"I'll use the api-designer agent to design a comprehensive REST API following OpenAPI 3.1, including resource-oriented endpoints, error handling, authentication via OAuth 2.1 with PKCE, webhook events, rate limiting, and full HATEOAS support for developer experience.\\\"\\n\\nUse api-designer when you need to define API contracts upfront. This agent discovers existing patterns, creates complete specifications with proper HTTP semantics, status codes, pagination, and authentication before backend implementation begins.\\n\\n\\n\\n\\nContext: An existing monolithic API needs to be refactored into GraphQL for better mobile and frontend client support.\\nuser: \\\"We need to migrate our REST API to GraphQL. The current API has 50+ endpoints covering Users, Orders, Products, and Payments.\\\"\\nassistant: \\\"I'll use the api-designer agent to design a GraphQL schema optimizing query complexity, defining mutations for state changes, planning subscription events, and creating a federation strategy for future microservices. I'll include migration guides and mock servers for frontend teams.\\\"\\n\\nInvoke api-designer when migrating between API paradigms or optimizing for specific client needs. This agent handles schema design, query optimization, and ensures developer experience throughout the transition.\\n\\n\\n\\n\\nContext: An API is experiencing scalability issues and needs versioning strategy to support new features without breaking existing clients.\\nuser: \\\"Our API has reached 100K daily active clients but we need to add breaking changes. How should we version it?\\\"\\nassistant: \\\"I'll use the api-designer agent to design a comprehensive versioning strategy—header-based or URI versioning—with deprecation policies, migration pathways, client transition support, and sunset timelines.\\\"\\n\\nUse api-designer for API governance decisions like versioning, deprecation, and backward compatibility. This agent ensures smooth evolution of APIs as requirements change without disrupting production clients.\\n\\n\\n\\n\\nContext: A team is building a new internal microservices platform and needs to pick the right communication protocol.\\nuser: \\\"We're designing 8 internal microservices. Should we use REST, GraphQL, or gRPC between them?\\\"\\nassistant: \\\"I'll use the api-designer agent to analyze your workload characteristics—latency requirements, payload size, schema evolution needs, streaming requirements, and team familiarity—then produce a protocol recommendation with reference architecture for each service boundary.\\\"\\n\\nUse api-designer for protocol selection decisions (REST vs GraphQL vs gRPC) for internal microservices. It evaluates tradeoffs against your specific SLAs and produces a rationale document alongside the chosen interface definition.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 423,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "graphql-architect",
"path": "api-graphql/graphql-architect.md",
"category": "api-graphql",
"type": "agent",
"description": "\"Use this agent when designing or evolving GraphQL schemas across microservices, implementing federation architectures, or optimizing query performance in distributed graphs. Specifically:\\n\\n\\nContext: A team is building a multi-service architecture and needs to design a federated GraphQL schema.\\nuser: \\\"We have three services (users, orders, products) that need to be exposed through a unified GraphQL API. Can you design the federation structure?\\\"\\nassistant: \\\"I'll analyze your service boundaries and design an Apollo Federation 2.10+ architecture with proper entity keys, reference resolvers, and gateway configuration to ensure scalable schema composition.\\\"\\n\\nUse this agent when you need to architect a federated GraphQL solution across multiple services. The agent handles subgraph design, entity relationships, and federation-specific concerns that go beyond single-service API design.\\n\\n\\n\\n\\nContext: An application is experiencing N+1 query problems and slow resolver performance in production.\\nuser: \\\"Our GraphQL queries are slow, especially when fetching users with their related orders. How should we optimize?\\\"\\nassistant: \\\"I'll implement DataLoader patterns, analyze query complexity, add field-level caching, and restructure your schema to prevent N+1 queries while maintaining clean type definitions.\\\"\\n\\nInvoke this agent when facing GraphQL performance issues requiring schema redesign or resolver optimization. This is distinct from general backend optimization—it requires GraphQL-specific patterns like DataLoader and complexity analysis.\\n\\n\\n\\n\\nContext: A growing product needs to add real-time subscriptions and evolve the schema without breaking existing clients.\\nuser: \\\"We need to add WebSocket subscriptions for live order updates and deprecate some old fields. What's the best approach?\\\"\\nassistant: \\\"I'll design subscription architecture with pub/sub patterns, set up schema versioning with backward compatibility, and create a deprecation timeline with clear migration paths for clients.\\\"\\n\\nUse this agent when implementing advanced GraphQL features (subscriptions, directives) or managing complex schema evolution. These specialized concerns require deep GraphQL knowledge beyond standard API design.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 641,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "graphql-performance-optimizer",
"path": "api-graphql/graphql-performance-optimizer.md",
"category": "api-graphql",
"type": "agent",
"description": "\"GraphQL performance analysis and optimization specialist. Use PROACTIVELY for query performance issues, N+1 problems, caching strategies, and production GraphQL API optimization. Specifically:\\n\\n\\nContext: An existing resolver file is causing visible slowdowns when loading lists of users with their related orders.\\nuser: \\\"Our user list page takes 3–4 seconds to load. Each user has related orders fetched in a separate resolver. Can you diagnose and fix it?\\\"\\nassistant: \\\"I'll scan the resolver file for N+1 patterns, instrument DataLoader batching for the orders relation, and verify the fix with a before/after query count.\\\"\\n\\nUse this agent when N+1 is suspected in a specific resolver file. It reads existing code, identifies per-record database calls, and rewrites affected resolvers to use request-scoped DataLoader instances — without touching the schema.\\n\\n\\n\\n\\nContext: A high-traffic public API needs to reduce origin load and improve cache-ability without changing the client query surface.\\nuser: \\\"We serve 50k requests/minute. Can you implement APQ + CDN caching to cut origin hits?\\\"\\nassistant: \\\"I'll enable Automatic Persisted Queries on the Apollo Server, configure a Redis APQ store, add cache-control directives at the field level, and set up the CDN to cache GET-based persisted query responses.\\\"\\n\\nInvoke this agent when the primary goal is reducing origin load for a public or semi-public API where the client is controlled but Trusted Documents are not feasible (e.g., third-party mobile apps). APQ converts frequent queries to short GET requests the CDN can cache.\\n\\n\\n\\n\\nContext: A federated graph with three subgraphs is showing 800ms p95 latency on a product-detail query that spans users, inventory, and pricing subgraphs.\\nuser: \\\"Our federated product query is slow in production. Apollo Studio shows the query plan is fine but subgraph response times are high. How do we profile and fix it?\\\"\\nassistant: \\\"I'll add router-level query plan caching, ensure each subgraph instantiates DataLoaders per request context, and implement `__resolveReference` batch loading for the Product entity to collapse the cross-subgraph entity fetches.\\\"\\n\\nUse this agent when latency lives inside federation entity resolution. It targets router query plan caching, subgraph DataLoader scoping, and batch reference resolvers — concerns distinct from single-service optimization.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 366,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "graphql-security-specialist",
"path": "api-graphql/graphql-security-specialist.md",
"category": "api-graphql",
"type": "agent",
"description": "\"GraphQL API security and authorization specialist. Use PROACTIVELY for GraphQL security audits, authorization implementation, query validation, and protection against GraphQL-specific attacks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 332,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "shopify-expert",
"path": "api-graphql/shopify-expert.md",
"category": "api-graphql",
"type": "agent",
"description": "\"Use this agent when building or customizing Shopify themes, developing Shopify apps, working with Liquid templating, or integrating Shopify APIs (Admin GraphQL, Storefront, Functions, Checkout Extensibility). Use PROACTIVELY for Online Store 2.0 section/block work, app architecture decisions, and headless Hydrogen storefronts. Specifically:\\n\\n\\nContext: A merchant needs a custom section built for their theme.\\nuser: \\\"I need a featured collection section with configurable columns and a background color option\\\"\\nassistant: \\\"I'll use the shopify-expert agent to build an Online Store 2.0 section with proper schema settings, blocks support, and performant Liquid markup following current theme architecture conventions.\\\"\\n\\nUse shopify-expert for theme/section/Liquid work that requires Online Store 2.0 schema knowledge and Shopify-specific rendering patterns.\\n\\n\\n\\n\\nContext: A team is starting a new public Shopify app and needs to choose an API and framework strategy.\\nuser: \\\"We're building a new public app that manages inventory and offers custom discounts. What should our API and framework approach be?\\\"\\nassistant: \\\"I'll use the shopify-expert agent to design the app around the GraphQL Admin API (mandatory for new public apps since April 2025), Shopify Functions for the discount logic, and the current React Router v7-based app template.\\\"\\n\\nInvoke shopify-expert for Shopify app architecture decisions where REST-vs-GraphQL, Functions, and current framework/template guidance matter.\\n\\n\\n\\n\\nContext: A merchant's checkout customizations rely on checkout.liquid.\\nuser: \\\"Our Thank You page still uses checkout.liquid customizations, is that a problem?\\\"\\nassistant: \\\"I'll use the shopify-expert agent to review your checkout.liquid usage and plan the migration to Checkout UI Extensions before the deprecation deadline.\\\"\\n\\nUse shopify-expert to flag time-sensitive Shopify platform deprecations like checkout.liquid removal.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 296,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "blockchain-developer",
"path": "blockchain-web3/blockchain-developer.md",
"category": "blockchain-web3",
"type": "agent",
"description": "\"Use this agent when building smart contracts, DApps, and blockchain protocols that require expertise in Solidity, gas optimization, security auditing, and Web3 integration. Specifically:\\n\\n\\nContext: A team is building a DeFi protocol and needs to implement smart contracts for an AMM with liquidity pools, yield farming, and governance tokens.\\nuser: \\\"We need to build an AMM protocol similar to Uniswap. Requirements: ERC20 token support, liquidity pool management, automated market maker mechanics, 0.3% swap fees, and a governance token with time-locked voting.\\\"\\nassistant: \\\"I'll architect and implement this DeFi protocol. First, let me understand your target chains and security requirements. Then I'll design the contract architecture with proper access controls, implement the AMM mechanics with safe math, create comprehensive tests with 100% coverage, and optimize for gas efficiency. I'll also set up security scanning with Slither and Echidna and prepare an audit-ready codebase.\\\"\\n\\nInvoke this agent when you need to build complex smart contracts for DeFi protocols, including AMMs, lending protocols, staking systems, or governance mechanisms. Use when gas optimization, security hardening, and scalability patterns are critical.\\n\\n\\n\\n\\nContext: A project is launching an NFT marketplace and needs smart contracts for minting, trading, royalties, and metadata management.\\nuser: \\\"We're launching an NFT marketplace. Need ERC721 contracts with batch minting, ERC2981 royalty support, marketplace contract for trading, and IPFS integration for metadata. Must support lazy minting and gas-optimized batch operations.\\\"\\nassistant: \\\"I'll implement the complete NFT ecosystem. I'll design the core ERC721 contract with lazy minting capabilities, implement ERC2981 royalty standard compliance, build the marketplace contract with proper escrow patterns, add batch operation optimization, integrate IPFS metadata handling, and ensure all contracts follow gas optimization best practices. Full test coverage and OpenZeppelin audit patterns included.\\\"\\n\\nUse this agent when implementing NFT contracts, marketplaces, and metadata systems that require standards compliance, gas efficiency, and reliable trading mechanics.\\n\\n\\n\\n\\nContext: An existing smart contract codebase has security vulnerabilities and needs optimization for production deployment.\\nuser: \\\"Our token contract passed initial testing but we need a security review. Run it through Slither and check for common vulnerabilities, fix any gas inefficiencies, optimize storage layout, add emergency pause functionality, and ensure it follows all security best practices before mainnet deployment.\\\"\\nassistant: \\\"I'll conduct a comprehensive security and optimization review. I'll run Slither for static analysis and Echidna for fuzz testing to identify vulnerabilities, refactor storage layout for gas efficiency, implement reentrancy guards and CEI patterns, add proper event logging and error handling, implement emergency pause mechanisms, and provide a detailed security report with remediation steps.\\\"\\n\\nInvoke this agent for security auditing, gas optimization, and hardening existing smart contracts before production deployment. Use when you need vulnerability analysis, performance optimization, and standards compliance verification.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 223,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "smart-contract-auditor",
"path": "blockchain-web3/smart-contract-auditor.md",
"category": "blockchain-web3",
"type": "agent",
"description": "Use this agent when conducting security audits of smart contracts. Specializes in vulnerability detection, attack vector analysis, and comprehensive security assessments. Examples: Context: User needs to audit a DeFi protocol user: 'Can you audit my yield farming contract for security issues?' assistant: 'I'll use the smart-contract-auditor agent to perform a comprehensive security audit, checking for reentrancy, overflow issues, and economic attacks' Security audits require specialized knowledge of attack patterns and vulnerability detection Context: User found a suspicious transaction user: 'This transaction looks like an exploit, can you analyze it?' assistant: 'I'll use the smart-contract-auditor agent to analyze the transaction and identify the exploit mechanism' Exploit analysis requires deep understanding of attack vectors and contract vulnerabilities Context: User needs pre-deployment security review user: 'My NFT marketplace is ready for deployment, can you check for security issues?' assistant: 'I'll use the smart-contract-auditor agent to conduct a pre-deployment security review with focus on marketplace-specific vulnerabilities' Pre-deployment audits require comprehensive security assessment across multiple attack vectors",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 470,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "smart-contract-specialist",
"path": "blockchain-web3/smart-contract-specialist.md",
"category": "blockchain-web3",
"type": "agent",
"description": "Use this agent for smart contract architecture and design-pattern advisory work — choosing proxy/upgrade patterns, designing storage layouts, defining module boundaries, and selecting token/protocol standards — rather than day-to-day implementation or security auditing. Examples: Context: User needs to build a new DeFi protocol user: 'I need to create a secure lending protocol with upgradeable contracts' assistant: 'I'll use the smart-contract-specialist agent to design the contract architecture, proxy pattern, and storage layout, then hand off implementation to blockchain-developer' Architecture and design-pattern decisions (proxy pattern, module boundaries, storage layout) require specialized advisory expertise before implementation begins Context: User is choosing between upgrade patterns user: 'Should I use UUPS or Transparent proxy for my protocol, and how should I lay out storage for future upgrades?' assistant: 'I'll use the smart-contract-specialist agent to evaluate the tradeoffs and design an EIP-7201 namespaced storage layout' Proxy pattern selection and storage layout design are architecture-advisory decisions, distinct from writing the implementation Context: An audit surfaces an architectural question user: 'The auditor flagged that our module boundaries make upgrades risky — how should we restructure?' assistant: 'I'll use the smart-contract-specialist agent to advise on restructuring module boundaries and storage layout to reduce upgrade risk' smart-contract-auditor consults smart-contract-specialist on architecture and design-pattern questions that surface during an audit",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 464,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "web3-integration-specialist",
"path": "blockchain-web3/web3-integration-specialist.md",
"category": "blockchain-web3",
"type": "agent",
"description": "Use this agent when building Web3 frontend applications and wallet integrations. Specializes in blockchain connectivity, wallet interactions (RainbowKit, Reown, WalletConnect), ethers.js/viem, and dApp development. Examples: Context: User needs to connect wallet to React app user: 'How do I integrate MetaMask and other wallets into my React dApp?' assistant: 'I'll use the web3-integration-specialist agent to set up RainbowKit with comprehensive wallet support and proper error handling' Wallet integration requires specialized knowledge of Web3 connection patterns and user experience best practices Context: User wants to interact with smart contracts user: 'I need to call my smart contract functions from the frontend' assistant: 'I'll use the web3-integration-specialist agent to implement contract interactions using ethers.js with proper transaction handling and state management' Smart contract integration requires understanding of blockchain transactions, gas estimation, and async patterns Context: User building NFT marketplace frontend user: 'I need to display NFT metadata and handle minting transactions' assistant: 'I'll use the web3-integration-specialist agent to create a complete NFT marketplace interface with metadata fetching and transaction management' NFT applications require specialized handling of token standards, IPFS integration, and transaction UX",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 506,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "business-analyst",
"path": "business-marketing/business-analyst.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use when analyzing business processes, gathering requirements from stakeholders, or identifying process improvement opportunities to drive operational efficiency and measurable business value. Specifically:\\\\n\\\\n\\\\nContext: A company needs to understand their customer onboarding process to identify where customers are dropping off. Management wants data-driven insights on bottlenecks.\\\\nuser: \\\"We're losing customers during onboarding. Can you analyze our current process and recommend improvements?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive business analysis of your onboarding process. I'll map current workflows, interview stakeholders, analyze conversion data, identify bottlenecks, and deliver specific recommendations with projected ROI for each improvement.\\\"\\\\n\\\\nUse the business-analyst when you need to understand current business processes, gather requirements through stakeholder engagement, and identify data-driven improvement opportunities. This is different from project-manager who focuses on execution - the business-analyst focuses on discovery and optimization.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An organization is building a new system but stakeholders have conflicting requirements. Someone needs to consolidate, prioritize, and document these requirements clearly.\\\\nuser: \\\"We have 20 different business stakeholders with different ideas for our new system. We need someone to sort this out.\\\"\\\\nassistant: \\\"I'll facilitate requirements workshops with all stakeholders, document their needs, identify dependencies and conflicts, prioritize based on business value, and create comprehensive specifications that align all parties.\\\"\\\\n\\\\nUse the business-analyst when facing complex requirements elicitation challenges requiring stakeholder management, conflict resolution, and comprehensive documentation. The analyst bridges the gap between business needs and technical solutions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: After system implementation, management wants to measure whether promised benefits are being realized and identify next-generation improvements.\\\\nuser: \\\"We implemented the new CRM system 6 months ago. Did it actually improve our sales process? What should we do next?\\\"\\\\nassistant: \\\"I'll conduct a post-implementation analysis measuring KPIs against baseline metrics, assess stakeholder adoption, evaluate ROI, and deliver insights on realized benefits plus recommendations for phase 2 enhancements.\\\"\\\\n\\\\nUse the business-analyst for post-implementation reviews, benefits realization analysis, and continuous improvement planning. The analyst ensures business value is actually achieved and identifies optimization opportunities.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2341,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "communication-excellence-coach",
"path": "business-marketing/communication-excellence-coach.md",
"category": "business-marketing",
"type": "agent",
"description": "Communication specialist providing email refinement, tone calibration, roleplay practice for difficult conversations, and presentation feedback with research-backed suggestions",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 290,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "competitive-analyst",
"path": "business-marketing/competitive-analyst.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use when you need to analyze direct and indirect competitors, benchmark against market leaders, or develop strategies to strengthen competitive positioning and market advantage. Specifically:\\\\n\\\\n\\\\nContext: A SaaS company wants to understand how they compare to three main competitors in feature set, pricing, and market positioning to guide their product roadmap.\\\\nuser: \\\"We need a competitive analysis of our top 3 rivals. How do we compare on features, pricing, and market positioning?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive competitive analysis covering feature comparison matrices, pricing strategy analysis, market positioning maps, customer perception research, and strategic recommendations for differentiation. I'll identify gaps in your offering and opportunities to strengthen your competitive position.\\\"\\\\n\\\\nUse the competitive-analyst when you need detailed benchmarking against specific competitors. The analyst gathers intelligence on competitor products, pricing, positioning, and strategies to inform your competitive strategy and product development decisions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An enterprise software vendor detects new market entrants and needs to understand potential threats, their capabilities, and recommended defensive strategies.\\\\nuser: \\\"Three new competitors just entered our market. What should we be worried about, and how should we respond?\\\"\\\\nassistant: \\\"I'll analyze the new entrants' business models, technology capabilities, funding, customer targets, and go-to-market strategies. I'll assess competitive threats, identify your vulnerable segments, and develop defensive and offensive response strategies to maintain market leadership.\\\"\\\\n\\\\nUse the competitive-analyst when facing new competitive threats. The analyst evaluates competitor capabilities, strategic intent, and market impact to help you develop appropriate competitive responses and protect market position.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A financial services firm is planning a geographic expansion and needs to understand the competitive landscape, local players, and entry strategies in target markets.\\\\nuser: \\\"We're expanding into three new geographic markets. What's the competitive landscape in each, and what are the best entry strategies?\\\"\\\\nassistant: \\\"I'll map the competitive landscape in each target market, analyze local competitors' strengths and weaknesses, assess market consolidation trends, evaluate regulatory factors, and provide region-specific entry strategies with competitive positioning recommendations.\\\"\\\\n\\\\nUse the competitive-analyst for market-specific competitive analysis. The analyst helps you understand local competitive dynamics, identify opportunities and threats in new markets, and develop market-entry strategies that account for regional competitive factors.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 482,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "content-marketer",
"path": "business-marketing/content-marketer.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent when you need to develop comprehensive content strategies, create SEO-optimized marketing content, or execute multi-channel content campaigns to drive engagement and conversions. Invoke this agent for content planning, content creation, audience analysis, and measuring content ROI. Specifically:\\\\n\\\\n\\\\nContext: Startup has launched a new SaaS product and needs to build organic traffic through content marketing with limited budget.\\\\nuser: \\\"We just launched our SaaS product. How should we use content to get initial traction and reach our target customers?\\\"\\\\nassistant: \\\"I'll develop a content strategy focused on low-cost, high-impact channels. I'll identify your target audience pain points, create an editorial calendar with keyword-optimized blog posts targeting high-intent search terms, and design lead magnets that convert visitors into qualified leads. I'll prioritize evergreen content that builds long-term authority.\\\"\\\\n\\\\nUse this agent when you need a complete content marketing strategy from scratch, including audience research, topic planning, and distribution channels. The agent will ensure all content is aligned with business goals and optimized for search and conversion.\\\\n\\\\n\\\\n\\\\n\\\\nContext: E-commerce company has 6 months of content published but engagement rates are stagnant at 2% and organic traffic is declining despite increased publishing volume.\\\\nuser: \\\"We're publishing content regularly but not seeing results. Our engagement is stuck at 2% and traffic dropped 20% YoY. What are we doing wrong?\\\"\\\\nassistant: \\\"I'll audit your existing content for SEO gaps, competitor positioning, and conversion optimization. I'll identify underperforming content to refresh, recommend repurposing strategies to extend content lifespan, and restructure your distribution approach across owned, earned, and paid channels. I'll provide specific optimizations: title rewrites, internal linking strategies, and CTA improvements that typically improve engagement 40-60%.\\\"\\\\n\\\\nUse this agent when existing content performance is below targets. The agent will analyze what's working and what isn't, then provide specific, data-driven optimizations to recover and improve metrics.\\\\n\\\\n\\\\n\\\\n\\\\nContext: B2B software company needs content support for an upcoming product launch campaign with coordinated messaging across blog, email, social media, and paid advertising channels.\\\\nuser: \\\"We're launching a major product feature in 6 weeks. We need content for launch day, pre-launch awareness, and post-launch nurturing across all channels.\\\"\\\\nassistant: \\\"I'll create an integrated launch content calendar including thought leadership pieces for your CEO, technical deep-dives for early adopters, social media assets for each platform, email sequences for lead nurturing, and success stories from beta users. I'll ensure consistent messaging across channels while optimizing each format for its specific audience and platform dynamics.\\\"\\\\n\\\\nUse this agent when executing coordinated marketing campaigns across multiple channels. The agent will develop channel-specific content variants while maintaining brand consistency and driving aligned metrics across all touchpoints.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2471,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "customer-success-manager",
"path": "business-marketing/customer-success-manager.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent when you need to assess customer health, develop retention strategies, identify upsell opportunities, or maximize customer lifetime value. Invoke this agent for account health analysis, churn prevention, product adoption optimization, and customer success planning. Specifically:\\\\n\\\\n\\\\nContext: Customer success team notices a large enterprise customer has reduced usage frequency by 40% over the past month and hasn't engaged in quarterly business reviews.\\\\nuser: \\\"We're concerned about TechCorp's engagement. Usage is down significantly. Can you assess what's happening and help us develop a retention strategy?\\\"\\\\nassistant: \\\"I'll analyze TechCorp's health metrics including usage patterns, feature adoption, support interactions, and engagement history. I'll identify specific churn risks, assess whether there are product fit issues or implementation gaps, and develop a targeted intervention plan with clear milestones and success metrics.\\\"\\\\n\\\\nUse customer-success-manager when you need to evaluate at-risk accounts and create proactive retention strategies. This agent analyzes health signals holistically and prescribes specific interventions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Product team is rolling out new features and customer success team wants to maximize adoption across the customer base while identifying expansion revenue opportunities.\\\\nuser: \\\"We're launching three new features next month. How do we ensure our customers actually adopt them? And which customers might be willing to upgrade to higher tiers?\\\"\\\\nassistant: \\\"I'll segment your customer base by maturity level and current product usage patterns. I'll develop feature-specific adoption strategies for each segment, identify high-value customers ready for expansion conversations, and create a phased rollout plan with success metrics and training resources.\\\"\\\\n\\\\nInvoke this agent when you need to drive adoption of new features or identify expansion opportunities. The agent analyzes customer readiness and creates tailored engagement strategies for different segments.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Quarterly renewal period is approaching and customer success team wants to prepare for renewal conversations with key accounts and identify which customers are at risk of non-renewal.\\\\nuser: \\\"We have 40 accounts up for renewal in the next 90 days. Can you help us prepare renewal strategies and flag which ones might be at risk?\\\"\\\\nassistant: \\\"I'll assess each account's health indicators including NPS, usage trends, executive engagement, feature adoption, and any unresolved issues. I'll prioritize high-risk accounts for intervention, develop renewal talking points based on demonstrated value, and create a pre-renewal engagement plan for each tier of customer.\\\"\\\\n\\\\nUse this agent when renewal periods are approaching or you need to forecast renewal risk. The agent quantifies customer health and develops specific pre-renewal strategies to maximize renewal rates.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 280,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "customer-support",
"path": "business-marketing/customer-support.md",
"category": "business-marketing",
"type": "agent",
"description": "Customer support and documentation specialist. Use PROACTIVELY for support ticket responses, FAQ creation, troubleshooting guides, help documentation, and customer satisfaction optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 686,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "legal-advisor",
"path": "business-marketing/legal-advisor.md",
"category": "business-marketing",
"type": "agent",
"description": "Legal documentation and compliance specialist. Use PROACTIVELY for privacy policies, terms of service, GDPR compliance, legal notices, and regulatory documentation. Expert in technology law and data protection.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1093,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "market-researcher",
"path": "business-marketing/market-researcher.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent when you need to analyze markets, understand consumer behavior, assess competitive landscapes, and size opportunities to inform business strategy and market entry decisions. Specifically:\\\\n\\\\n\\\\nContext: A startup is planning to enter a new industry segment and needs comprehensive market sizing and opportunity analysis.\\\\nuser: \\\"We're considering entering the smart home healthcare market. Can you analyze market size, growth trends, and key competitors?\\\"\\\\nassistant: \\\"I'll use the market-researcher agent to conduct a comprehensive market analysis including sizing, growth projections, competitive mapping, consumer needs analysis, and strategic opportunity identification.\\\"\\\\n\\\\nUse the market-researcher agent when you need systematic market analysis that combines sizing, trend validation, competitive intelligence, and consumer insights to support market entry or expansion decisions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A product team needs to understand consumer segments and validate their target market assumptions.\\\\nuser: \\\"I need to validate our target customer segments. Who are the early adopters and what do they value most?\\\"\\\\nassistant: \\\"I'll launch the market-researcher agent to conduct consumer behavior analysis, segment the market by demographics and psychographics, identify early adopter characteristics, and analyze their purchase drivers and satisfaction factors.\\\"\\\\n\\\\nInvoke the market-researcher agent to conduct deep consumer segmentation and behavioral analysis that reveals target audience characteristics, decision journeys, and value perceptions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A board needs competitive positioning strategy and differentiation recommendations before launch.\\\\nuser: \\\"How are we positioned against competitors? Where's our differentiation advantage?\\\"\\\\nassistant: \\\"I'll use the market-researcher agent to map the competitive landscape, analyze competitor positioning, identify market gaps and white spaces, and recommend strategic positioning that leverages our unique value proposition.\\\"\\\\n\\\\nUse the market-researcher agent when you need comprehensive competitive intelligence combined with market gap analysis to develop positioning and differentiation strategy.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 479,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "marketing-attribution-analyst",
"path": "business-marketing/marketing-attribution-analyst.md",
"category": "business-marketing",
"type": "agent",
"description": "Marketing attribution and performance analysis specialist. Use PROACTIVELY for campaign tracking, attribution modeling, conversion optimization, ROI analysis, and marketing mix modeling.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 721,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "payment-integration",
"path": "business-marketing/payment-integration.md",
"category": "business-marketing",
"type": "agent",
"description": "Payment systems integration specialist. Use PROACTIVELY for Stripe, PayPal, and payment processor implementations, checkout flows, subscription billing, webhook handling, and PCI compliance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1288,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "product-manager",
"path": "business-marketing/product-manager.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent when you need to make product strategy decisions, prioritize features, or define roadmap plans based on user needs and business goals. Specifically:\\\\n\\\\n\\\\nContext: User is deciding whether to build feature A (high user demand, low revenue impact) or feature B (medium demand, high revenue impact).\\\\nuser: \\\"We have two features competing for Q2. How should we prioritize? Feature A is requested by many users but won't directly drive revenue. Feature B is less requested but could increase our ARPU significantly.\\\"\\\\nassistant: \\\"I'll help you analyze this using product prioritization frameworks. Let me assess the impact, effort, and strategic alignment of both features to recommend a prioritized roadmap that balances user value and business growth.\\\"\\\\n\\\\nUse the product-manager agent when you need to balance competing priorities using data-driven frameworks like RICE scoring, user satisfaction metrics, and business impact analysis.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is planning the next quarter and needs to structure goals around product vision and market opportunity.\\\\nuser: \\\"We want to increase retention from 60% to 75% next quarter. What should be our focus areas and how do we measure success?\\\"\\\\nassistant: \\\"I'll develop a strategic roadmap with clear OKRs, identify the retention bottlenecks through user research insights, and prioritize features that address your highest-impact pain points. I'll also establish success metrics and recommend a launch strategy.\\\"\\\\n\\\\nInvoke the product-manager agent when you need to develop quarterly strategy, set metrics-driven goals, and create detailed roadmaps aligned with measurable business outcomes.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User has gathered user feedback about pain points but needs to validate and prioritize what to build.\\\\nuser: \\\"Our support team says users are frustrated with onboarding. We've collected 50 feedback items. How do we know what to build first?\\\"\\\\nassistant: \\\"I'll analyze the feedback patterns, validate the problem through usage data and user interviews, assess the impact on retention and NPS, and create a prioritized list of improvements using pain point analysis and effort estimation.\\\"\\\\n\\\\nUse the product-manager agent when you need to synthesize qualitative feedback into validated product requirements, translate user problems into prioritized solutions, and ensure alignment with business objectives.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 627,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "product-strategist",
"path": "business-marketing/product-strategist.md",
"category": "business-marketing",
"type": "agent",
"description": "Product strategy and roadmap planning specialist. Use PROACTIVELY for product positioning, market analysis, feature prioritization, go-to-market strategy, and competitive intelligence.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2309,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "project-manager",
"path": "business-marketing/project-manager.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent when you need to establish project plans, track execution progress, manage risks, control budget/schedule, and coordinate stakeholders across complex initiatives. Specifically:\\\\n\\\\n\\\\nContext: A software team is starting a major product release with multiple dependencies and tight deadlines. The stakeholders need a comprehensive project plan with timeline, resource allocation, and risk mitigation strategies.\\\\nuser: \\\"We're launching a new payment processing platform in Q2. Can you help us plan the project, identify risks, and set up tracking?\\\"\\\\nassistant: \\\"I'll establish a comprehensive project management plan including scope definition, work breakdown structure, detailed timeline with milestones, resource allocation strategy, risk register with mitigation plans, budget estimates, and communication protocols. I'll also set up progress tracking mechanisms and escalation procedures.\\\"\\\\n\\\\nInvoke project-manager when a project needs comprehensive planning from inception, including scope, timeline, budget, resources, and risk management. This is distinct from scrum-master (which facilitates team execution within sprints) and differs in scope than a single-area task.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A mid-project review shows the team is running 2 weeks behind schedule, budget is trending 12% over, and there are unresolved dependency issues with another team.\\\\nuser: \\\"Our project is sliding. We're behind schedule, over budget, and stuck waiting on another team. I need to understand what's happening and how to fix it.\\\"\\\\nassistant: \\\"I'll conduct a project health assessment: analyze schedule variance and critical path to identify what's causing the delay, review budget performance and forecast final costs, identify blocking dependencies and propose resolution strategies, assess risk mitigation effectiveness, and develop a corrective action plan with stakeholder communication strategy.\\\"\\\\n\\\\nUse project-manager when a project is in execution phase and you need to address performance issues (schedule, budget, scope, quality) or resolve cross-team dependencies and blockers. Project-manager handles systemic project problems, not just individual team execution.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A project is nearing completion with deliverables ready for handoff. The team needs to verify all objectives were met, document lessons learned, and properly close the project.\\\\nuser: \\\"We're wrapping up the mobile app redesign. Everything seems done but I want to make sure we're closing this properly. Need to document what we learned and ensure all deliverables are signed off.\\\"\\\\nassistant: \\\"I'll manage project closure: verify all deliverables against acceptance criteria, confirm stakeholder sign-off, facilitate lessons learned session to capture what worked well and areas for improvement, ensure complete documentation, conduct team retrospective, and create archive for future reference. I'll also compile final metrics on schedule, budget, quality, and team satisfaction.\\\"\\\\n\\\\nInvoke project-manager at the end of a project lifecycle to ensure proper closure, stakeholder handoff, documentation completion, and organizational learning. This captures the full project management cycle from planning through closure.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 572,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "risk-manager",
"path": "business-marketing/risk-manager.md",
"category": "business-marketing",
"type": "agent",
"description": "Risk management and portfolio analysis specialist. Use PROACTIVELY for portfolio risk assessment, position sizing, R-multiple analysis, hedging strategies, and risk-adjusted performance measurement.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 714,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sales-automator",
"path": "business-marketing/sales-automator.md",
"category": "business-marketing",
"type": "agent",
"description": "Sales automation and outreach specialist. Use PROACTIVELY for cold email campaigns, follow-up sequences, proposal templates, case studies, sales scripts, and conversion optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 867,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sales-engineer",
"path": "business-marketing/sales-engineer.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent when you need to conduct technical pre-sales activities including solution architecture, proof-of-concept development, and technical demonstrations for complex sales deals. Specifically:\\\\n\\\\n\\\\nContext: A prospect with complex technical requirements needs a custom solution designed and demonstrated before committing to evaluation.\\\\nuser: \\\"We have a potential customer with high technical requirements: 10k+ transaction throughput, sub-100ms latency, and complex integrations. They want to see this works before signing an evaluation agreement.\\\"\\\\nassistant: \\\"I'll conduct discovery to understand their technical landscape, design a solution architecture that addresses their requirements, create a POC environment demonstrating feasibility, and prepare a technical walkthrough addressing their integration needs and performance expectations.\\\"\\\\n\\\\nUse the sales-engineer agent when you need to design and demonstrate technical solutions that address specific prospect requirements. This agent bridges technical capabilities with sales objectives, particularly for complex enterprise deals requiring proof of concept.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Sales team is facing technical objections from a qualified prospect and needs expert help addressing security, scalability, or integration concerns.\\\\nuser: \\\"The prospect's security team is concerned about our compliance posture and data residency. They also want to know how we handle failover and disaster recovery. Can someone address these concerns technically?\\\"\\\\nassistant: \\\"I'll prepare a comprehensive technical response covering our security architecture, compliance mappings, data residency options, and disaster recovery procedures. I'll create documentation showing how our solution meets their requirements and schedule a technical discussion with their team to answer detailed questions.\\\"\\\\n\\\\nInvoke sales-engineer when technical objections or deep architectural questions need expert answers that build prospect confidence and move the deal forward.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A prospect is ready to move forward and needs a detailed RFP response with technical specifications, architecture diagrams, and implementation roadmap.\\\\nuser: \\\"We received an RFP from a high-value prospect. They need detailed technical specifications, security documentation, performance benchmarks, and a proposed implementation timeline. This needs to be thorough and competitive.\\\"\\\\nassistant: \\\"I'll build a comprehensive RFP response including detailed architecture diagrams, security and compliance analysis, performance specifications with benchmarks, integration capabilities assessment, customization options, implementation roadmap with milestones, and risk mitigation strategies. I'll ensure the response is competitive and positions our solution as the best technical fit.\\\"\\\\n\\\\nUse this agent for RFP/RFI responses and formal technical proposals when you need professional documentation that demonstrates technical fit and differentiates against competitors.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 299,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "salesforce-expert",
"path": "business-marketing/salesforce-expert.md",
"category": "business-marketing",
"type": "agent",
"description": "Provide expert Salesforce Platform guidance, including Apex Enterprise Patterns, LWC, integration, and Aura-to-LWC migration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 203,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "scrum-master",
"path": "business-marketing/scrum-master.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use when teams need facilitation, process optimization, velocity improvement, or agile ceremony management—especially for sprint planning, retrospectives, impediment removal, and scaling agile practices across multiple teams. Specifically:\\\\n\\\\n\\\\nContext: A team is struggling with sprint planning, taking 4+ hours with unclear goals and inconsistent velocity estimates\\\\nuser: \\\"Our 8-person team wastes too much time in sprint planning. Stories are poorly sized, we never agree on the goal, and our estimates vary wildly. Velocity bounces between 20-60 points each sprint.\\\"\\\\nassistant: \\\"I'll help optimize sprint planning by establishing estimation consistency through planning poker, breaking stories into better-sized increments, facilitating clear sprint goals aligned to product strategy, implementing capacity planning, and creating a reusable definition of done. This should reduce planning time to 1.5 hours and stabilize velocity.\\\"\\\\n\\\\nInvoke scrum-master when a team's ceremonies are inefficient, estimates are inconsistent, or sprint goals lack clarity. This agent excels at facilitating structured planning sessions and establishing sustainable rhythms.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Multiple teams across the organization are using different agile frameworks and processes with little coordination, creating bottlenecks at sprint boundaries\\\\nuser: \\\"We have 4 product teams, each doing Scrum differently. One team completes sprints mid-week, another doesn't track velocity, and nobody talks about dependencies. We need to scale agile across the organization without being too prescriptive.\\\"\\\\nassistant: \\\"I'll help establish a Scrum of Scrums structure, align sprint calendars, create a shared definition of done, implement dependency mapping, establish consistent velocity tracking, and coach teams on cross-team communication. We'll use a SAFe or LeSS approach that maintains team autonomy while enabling coordination.\\\"\\\\n\\\\nUse scrum-master for organizational scaling challenges, framework alignment, inter-team coordination, and establishing consistent agile practices across multiple teams without creating silos.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team has high turnover, morale is low, retrospectives feel unproductive, and impediments go unresolved for weeks\\\\nuser: \\\"Our 6-person team lost 2 members recently and morale is low. Retros have become complaint sessions with no follow-through. We also have 3 lingering blockers no one owns—unclear who should fix them.\\\"\\\\nassistant: \\\"I'll facilitate team recovery by creating psychological safety in retrospectives, establishing escalation paths for impediments with 48-hour resolution targets, implementing action item ownership with tracking, running team health checks, coaching on conflict resolution, and rebuilding trust through celebration of wins.\\\"\\\\n\\\\nInvoke scrum-master when team dynamics suffer, retrospectives become unproductive, impediments languish, or morale drops. This agent focuses on team health, psychological safety, and sustainable improvement.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 264,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "seo-specialist",
"path": "business-marketing/seo-specialist.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent PROACTIVELY when you need comprehensive SEO optimization — technical audits, keyword strategy, content optimization, structured data, or search ranking recovery. Specifically:\\\\n\\\\n\\\\nContext: An e-commerce company is experiencing declining organic traffic and needs a systematic SEO audit and recovery strategy.\\\\nuser: \\\"Our organic traffic dropped 30% after Google's latest algorithm update. Can you audit our technical SEO, identify issues, and create a recovery plan?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive technical SEO audit examining crawl errors, site architecture, Core Web Vitals, structured data, and internal linking. I'll analyze your content for thin pages and optimization gaps, review your backlink profile, assess algorithm impact, and deliver a prioritized recovery strategy with implementation timelines and monitoring dashboards.\\\"\\\\n\\\\nUse SEO specialist when you need a full technical SEO audit combined with strategic recommendations for fixing algorithmic issues and improving search visibility. This agent handles deep technical analysis and recovery planning.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A software startup wants to improve search rankings for high-intent, high-value keywords in their target market.\\\\nuser: \\\"We want to rank for enterprise SaaS keywords like 'cloud-based project management for teams' and 'enterprise collaboration tools.' Can you develop a keyword strategy and content roadmap?\\\"\\\\nassistant: \\\"I'll conduct keyword research identifying search volumes, keyword difficulty, and commercial intent. I'll analyze competitor content strategies, identify content gaps and opportunities, develop a content roadmap prioritizing high-impact keywords, and provide on-page optimization guidelines ensuring each piece ranks for target keywords.\\\"\\\\n\\\\nInvoke SEO specialist when building comprehensive keyword strategies and content roadmaps for ranking on high-value search terms. The agent combines keyword research, competitor analysis, and content planning.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A media publisher needs to implement structured data across hundreds of pages to enable rich results and improve CTR.\\\\nuser: \\\"We need to implement schema markup across our articles, recipes, and videos to get rich snippets in search results. How do we scale this across 5,000+ pages?\\\"\\\\nassistant: \\\"I'll assess your content structure and identify schema types needed for each content category. I'll develop schema implementation templates, create validation procedures using Rich Results Test, design a rollout plan for your CMS, and establish monitoring to track rich results coverage and CTR improvements.\\\"\\\\n\\\\nUse SEO specialist for technical implementation projects like structured data deployment, site architecture changes, and complex SEO infrastructure improvements requiring specialized technical knowledge.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 962,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "trend-analyst",
"path": "business-marketing/trend-analyst.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use when analyzing emerging patterns, predicting industry shifts, or developing future scenarios to inform strategic planning and competitive positioning. Specifically:\\\\n\\\\n\\\\nContext: A software company wants to understand how their market will evolve over the next 3-5 years to guide product investment decisions.\\\\nuser: \\\"Our board is asking where the software development market is headed. What trends should we capitalize on to stay competitive?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive trend analysis scanning technology signals, patent filings, research publications, and industry reports. I'll identify 5-7 major emerging trends like AI-assisted development, low-code platforms, and cloud-native architecture. For each trend, I'll assess adoption curves, competitive impact, market opportunity size, and timing for strategic positioning. I'll deliver scenarios showing different market evolution paths with recommended investments for each.\\\"\\\\n\\\\nUse trend-analyst when leadership needs to make strategic investments based on market evolution forecasts. The agent synthesizes weak signals into coherent trend narratives that justify long-term bets.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An established retailer is concerned about disruption and wants to understand emerging retail trends and customer behavior shifts.\\\\nuser: \\\"We're a traditional retailer worried about irrelevance. What retail trends should we prepare for and where should we invest?\\\"\\\\nassistant: \\\"I'll analyze emerging retail trends including shifts toward sustainable consumption, direct-to-consumer models, AI-powered personalization, and hybrid shopping experiences. I'll assess which trends apply to your category, how quickly they're accelerating, competitive responses, and the window for strategic response. I'll deliver a trend roadmap with near-term (0-12 months), medium-term (1-3 years), and long-term (3+ years) recommendations with risk assessments for each.\\\"\\\\n\\\\nInvoke trend-analyst when existing businesses face potential disruption and need to distinguish hype from genuine threats. The agent helps organizations translate broad trends into specific strategic responses.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A venture capital firm is evaluating investment opportunities and needs to understand which emerging trends will create the largest addressable markets.\\\\nuser: \\\"We're looking at 30 startups across AI, climate tech, and fintech. Which trend areas will generate the biggest opportunities in the next 5 years?\\\"\\\\nassistant: \\\"I'll analyze market trends in each domain: AI commoditization, climate-tech market expansion, fintech regulation changes, and infrastructure evolution. For each, I'll project market size growth, adoption trajectories, regulatory tailwinds/headwinds, and competitive dynamics. I'll develop scenarios showing best-case, base-case, and downside outcomes with probability assessments, enabling you to spot which startups are positioned for the strongest trends.\\\"\\\\n\\\\nUse trend-analyst for portfolio-level strategy where you need to allocate resources across multiple opportunities based on trend analysis. The agent helps identify which trends have genuine momentum and sustainability.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 402,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ux-researcher",
"path": "business-marketing/ux-researcher.md",
"category": "business-marketing",
"type": "agent",
"description": "\"Use this agent when you need to conduct user research, analyze user behavior, or generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability testing, user interviews, survey design, analytics interpretation, persona development, or competitive research to inform product strategy. Specifically:\\\\n\\\\n\\\\nContext: A product team is launching a new feature and needs to understand how users will interact with it before full release.\\\\nuser: \\\"We've built a new checkout flow, but we want to test it with real users first to catch any issues. Can you plan and conduct usability testing?\\\"\\\\nassistant: \\\"I'll design a comprehensive usability test including task flows, participant recruitment criteria, observation protocols, and analysis framework. I'll conduct the study with 6-8 participants, record sessions, analyze drop-off points, and synthesize findings into specific design recommendations to improve conversion and reduce friction.\\\"\\\\n\\\\nInvoke ux-researcher when you need empirical validation of design decisions through structured usability testing. This agent will design the research, conduct sessions, and deliver actionable insights that directly improve the product.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A product manager is exploring a new market segment and needs to understand user needs and behaviors before defining requirements.\\\\nuser: \\\"We want to expand into a new user segment, but we don't know their pain points or workflows. How can we understand what they need?\\\"\\\\nassistant: \\\"I'll design a mixed-methods research approach combining user interviews with 10-12 target users to uncover pain points, in-context observations to understand workflows, and a survey to validate findings across a broader population. I'll synthesize results into personas, journey maps, and opportunity areas to guide your product roadmap.\\\"\\\\n\\\\nUse ux-researcher for exploratory research when you need to understand user needs, motivations, and behaviors in unfamiliar segments. This agent generates the user insights and mental models needed to make strategic product decisions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Analytics show a 40% drop-off in your user funnel but the team doesn't understand why users are leaving.\\\\nuser: \\\"Our analytics show users are abandoning the onboarding flow at the same step. What's causing this and how do we fix it?\\\"\\\\nassistant: \\\"I'll analyze behavioral analytics to map the exact moment and context of drop-offs, conduct targeted user interviews with users who abandoned at that step to uncover reasons, review competitor onboarding flows, and synthesize findings into design recommendations. I'll prioritize the highest-impact changes and design iterations to test.\\\"\\\\n\\\\nInvoke ux-researcher when quantitative metrics show a problem but you need qualitative understanding of the root cause. This agent combines analytics interpretation with user research to translate metrics into actionable insights.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 365,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "adr-generator",
"path": "data-ai/adr-generator.md",
"category": "data-ai",
"type": "agent",
"description": "Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 128,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ai-engineer",
"path": "data-ai/ai-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use this agent when architecting, implementing, or optimizing end-to-end AI systems—from model selection and training pipelines to production deployment and monitoring. Specifically:\\\\n\\\\n\\\\nContext: A user is building a recommendation system and needs guidance on model architecture, training infrastructure, and production deployment strategy.\\\\nuser: \\\"I need to build a recommendation engine that serves predictions with <100ms latency. What's the best approach for model selection, training infrastructure, and deployment?\\\"\\\\nassistant: \\\"I'll design the AI system architecture. Let me assess your data characteristics, performance requirements, and infrastructure constraints to recommend the right model type, training pipeline, and inference optimization strategy.\\\"\\\\n\\\\nUse the ai-engineer when the user needs comprehensive AI system design spanning architecture decisions, model selection, training setup, and deployment patterns all together.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A user has a PyTorch model in research stage and needs to optimize it for production deployment at scale with latency and cost constraints.\\\\nuser: \\\"We have a working PyTorch model but need to deploy it to handle 10k requests/second with sub-50ms latency. What optimization techniques should we use?\\\"\\\\nassistant: \\\"I'll develop an optimization strategy using quantization, pruning, and distillation techniques, then set up a deployment architecture with model serving, batching, and caching to meet your latency requirements.\\\"\\\\n\\\\nUse the ai-engineer for production optimization tasks that require selecting and implementing multiple optimization techniques while considering deployment constraints.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A user is implementing a multi-modal AI system combining vision and language models and needs to ensure it meets fairness, explainability, and governance requirements.\\\\nuser: \\\"We're building a multi-modal system with vision and language components. How do we ensure it's fair, explainable, and maintains governance standards for production?\\\"\\\\nassistant: \\\"I'll design the multi-modal architecture with bias detection, fairness metrics, and explainability tools. I'll also establish governance frameworks for model versioning, monitoring, and incident response.\\\"\\\\n\\\\nUse the ai-engineer when building complex AI systems that require careful attention to ethical considerations, governance, monitoring, and cross-component integration.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4830,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "amplitude-experiment-implementation",
"path": "data-ai/amplitude-experiment-implementation.md",
"category": "data-ai",
"type": "agent",
"description": "This custom agent uses Amplitude's MCP tools to deploy new experiments inside of Amplitude, enabling seamless variant testing capabilities and rollout of product features.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "blueprint-mode-codex",
"path": "data-ai/blueprint-mode-codex.md",
"category": "data-ai",
"type": "agent",
"description": "Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 111,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "blueprint-mode",
"path": "data-ai/blueprint-mode.md",
"category": "data-ai",
"type": "agent",
"description": "Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 137,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "clojure-interactive-programming",
"path": "data-ai/clojure-interactive-programming.md",
"category": "data-ai",
"type": "agent",
"description": "Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 90,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-tour",
"path": "data-ai/code-tour.md",
"category": "data-ai",
"type": "agent",
"description": "Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 123,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "computer-vision-engineer",
"path": "data-ai/computer-vision-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "Computer vision and image processing specialist. Use PROACTIVELY for image analysis, object detection, face recognition, OCR implementation, and visual AI applications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 801,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "data-analyst",
"path": "data-ai/data-analyst.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use when you need to extract insights from business data, create dashboards and reports, or perform statistical analysis to support decision-making. Specifically:\\\\n\\\\n\\\\nContext: You have customer transaction data and need to understand which product segments drive the most revenue and profitability.\\\\nuser: \\\"I need to analyze our sales data to identify high-margin product categories and customer segments. We have SQL access to our warehouse and want actionable insights.\\\"\\\\nassistant: \\\"I'll analyze your sales data using SQL to profile revenue and margins by product and customer segment, then create visualizations showing the top performers and opportunities. This will help stakeholders prioritize which segments to focus on.\\\"\\\\n\\\\nUse the data-analyst agent when you need to investigate business metrics, segment customers, or identify trends using queries and statistical methods. The agent will extract data, perform analysis, and present findings clearly to non-technical stakeholders.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Your company tracks KPIs across multiple departments and needs a consolidated dashboard to monitor business health.\\\\nuser: \\\"Can you build a dashboard that shows our key performance indicators? We need to track monthly revenue, user retention, support ticket volume, and conversion rates. It should update daily.\\\"\\\\nassistant: \\\"I'll develop a comprehensive BI dashboard connecting to your data sources, calculating the key metrics you need, and designing clear visualizations with interactive filters so stakeholders can drill down into the data they care about.\\\"\\\\n\\\\nInvoke the data-analyst agent when you need to build BI dashboards, set up metric definitions, or create self-service reporting tools. The agent specializes in translating business requirements into clear, maintainable analytics infrastructure.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Your team suspects customer behavior has changed significantly in the past quarter and needs statistical evidence to support a strategic pivot.\\\\nuser: \\\"We think our user churn rate has increased recently. Can you analyze retention trends and determine if the change is statistically significant? We need to understand what's driving it.\\\"\\\\nassistant: \\\"I'll perform time series analysis on your retention data, conduct statistical hypothesis testing to confirm the change is significant, segment users to identify which groups are most affected, and provide visualizations with clear takeaways for leadership.\\\"\\\\n\\\\nUse the data-analyst agent when you need statistical rigor to validate hypotheses, detect anomalies, or perform cohort analysis. The agent applies appropriate statistical methods and communicates findings in business terms.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 455,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "data-engineer",
"path": "data-ai/data-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use PROACTIVELY when you need to design, build, or optimize data pipelines, dbt transformation models, ETL/ELT processes, and data infrastructure spanning Kafka, BigQuery, Databricks, Snowflake, and Iceberg lakehouses. Invoke when designing data platforms, implementing pipeline orchestration, handling data quality issues, or optimizing data processing costs. Specifically:\\\\n\\\\n\\\\nContext: A user needs to build a new data pipeline to ingest sales data from multiple sources into a data warehouse.\\\\nuser: \\\"We need to create an ETL pipeline that ingests daily sales data from our Salesforce, Shopify, and internal databases into Snowflake. It needs to run every 6 hours and maintain data quality.\\\"\\\\nassistant: \\\"I'll design a comprehensive data pipeline architecture for your requirements. Let me analyze your data sources, set up managed EL ingestion, define dbt models with tests and contracts for the transformation layer, and set up orchestration using Airflow. I'll also implement idempotent processing and comprehensive monitoring.\\\"\\\\n\\\\nUse the data-engineer agent when building new ETL/ELT pipelines, designing data platform architecture, or setting up data ingestion workflows with specific scalability and reliability requirements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A user has an existing data pipeline that's consuming too much compute resources and running slowly.\\\\nuser: \\\"Our data pipelines are taking 3 hours to complete, and our cloud bill has doubled. We need to optimize performance and reduce costs without losing data quality.\\\"\\\\nassistant: \\\"I'll analyze your pipeline performance, implement query optimization, optimize storage through intelligent partitioning and compression, right-size compute resources, and set up cost monitoring. I'll also implement caching strategies and evaluate more efficient file formats like Parquet or ORC.\\\"\\\\n\\\\nUse the data-engineer agent when optimizing existing pipelines for performance, cost reduction, or scalability improvements. This agent specializes in tuning pipelines without compromising data quality or SLAs.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A user needs to ensure data quality and monitoring in their analytics platform.\\\\nuser: \\\"We're getting complaints about data accuracy in our analytics dashboards. Some metrics are inconsistent and we have no visibility into data pipeline health. We need comprehensive data quality checks and monitoring.\\\"\\\\nassistant: \\\"I'll implement a data quality framework with validation rules for completeness, accuracy, and consistency, backed by Great Expectations and dbt tests. I'll set up monitoring for pipeline SLAs, data freshness, and anomalies. I'll create dashboards for data quality metrics and configure alerts for failures.\\\"\\\\n\\\\nUse the data-engineer agent when establishing data quality checks, implementing monitoring and observability, or troubleshooting data accuracy issues in existing pipelines.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "data-scientist",
"path": "data-ai/data-scientist.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use this agent when you need to analyze data patterns, build predictive models, or extract statistical insights from datasets. Invoke this agent for exploratory analysis, hypothesis testing, machine learning model development, and translating findings into business recommendations. Specifically:\\\\n\\\\n\\\\nContext: Product team wants to understand why customer churn increased 15% last month and identify actionable retention levers.\\\\nuser: \\\"We're seeing higher churn recently. Can you analyze our customer data and tell us what's driving it?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive exploratory analysis to identify churn patterns, then build a predictive model to rank the most influential factors. I'll deliver both statistical findings and business recommendations for retention strategies.\\\"\\\\n\\\\nUse this agent when you have a business question tied to data. The agent will perform EDA, identify significant patterns, and translate statistical findings into actionable business insights backed by rigorous methodology.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Data engineering team has prepared a new dataset with user behavior logs. The product manager wants to forecast demand for the next quarter.\\\\nuser: \\\"We have three months of behavioral data. Can you build a forecast model for next quarter demand?\\\"\\\\nassistant: \\\"I'll analyze temporal patterns, decompose trends and seasonality, test multiple forecasting approaches (ARIMA, Prophet, neural networks), and deliver a probabilistic forecast with confidence intervals plus recommendations for demand planning.\\\"\\\\n\\\\nInvoke this agent when you need predictive modeling on time series data. The agent will select appropriate statistical methods, validate assumptions, and deliver forecasts with quantified uncertainty.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A/B test results are ready. Product team ran a pricing experiment and needs guidance on whether the results are statistically significant and if they should ship the change.\\\\nuser: \\\"We ran an A/B test on pricing. Can you analyze if the results are real and what we should do?\\\"\\\\nassistant: \\\"I'll perform hypothesis testing on your treatment vs. control groups, check statistical significance (p-value, effect size), assess for multiple comparison issues, calculate business impact (ROI, revenue lift), and provide a clear recommendation backed by rigorous statistical analysis.\\\"\\\\n\\\\nUse this agent when you have experimental or A/B test results requiring statistical validation and business impact assessment. The agent will verify statistical rigor and translate p-values into business decisions.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2229,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "demonstrate-understanding",
"path": "data-ai/demonstrate-understanding.md",
"category": "data-ai",
"type": "agent",
"description": "Validate user understanding of code, design patterns, and implementation details through guided questioning.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 107,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dotnet-maui",
"path": "data-ai/dotnet-maui.md",
"category": "data-ai",
"type": "agent",
"description": "Support development of .NET MAUI cross-platform apps with controls, XAML, handlers, and performance best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 108,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "hlbpa",
"path": "data-ai/hlbpa.md",
"category": "data-ai",
"type": "agent",
"description": "Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 99,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "machine-learning-engineer",
"path": "data-ai/machine-learning-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use this agent when you need to deploy, optimize, or serve machine learning models at scale in production environments. Specifically:\\\\n\\\\n\\\\nContext: User has a trained ML model and needs to deploy it to handle real-time inference requests with minimal latency.\\\\nuser: \\\"I have a PyTorch model that needs to serve 1000+ requests per second. What's the best way to deploy this?\\\"\\\\nassistant: \\\"I'll use the machine-learning-engineer agent to analyze your model, optimize it for inference, and design a serving infrastructure that meets your latency and throughput requirements.\\\"\\\\n\\\\nWhen users need production model deployment with strict performance requirements (latency, throughput, or scalability), use the machine-learning-engineer agent to design and implement the serving infrastructure.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User has multiple ML models running in production but they're consuming too much resources and causing slow responses.\\\\nuser: \\\"Our model serving is costing way too much in GPU resources, and inference latency is 500ms. Can we optimize this?\\\"\\\\nassistant: \\\"I'll invoke the machine-learning-engineer agent to analyze your current deployment, apply model optimization techniques like quantization and pruning, and reconfigure your serving infrastructure for better efficiency.\\\"\\\\n\\\\nUse the machine-learning-engineer agent when optimizing existing model deployments for performance, reducing resource costs, or improving inference latency in production systems.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is building an edge deployment system for ML models that must run on resource-constrained devices.\\\\nuser: \\\"We need to run our recommendation model on mobile devices. How do we compress and optimize it?\\\"\\\\nassistant: \\\"I'll use the machine-learning-engineer agent to implement model compression, select optimal hardware configurations, and set up update mechanisms for edge deployment.\\\"\\\\n\\\\nWhen deploying models to edge devices with constraints on memory, compute, or power, use the machine-learning-engineer agent to handle model compression, hardware optimization, and offline capability.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 249,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "microsoft-agent-framework-dotnet",
"path": "data-ai/microsoft-agent-framework-dotnet.md",
"category": "data-ai",
"type": "agent",
"description": "Create, update, refactor, explain or work with code using the .NET version of Microsoft Agent Framework.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 143,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ml-engineer",
"path": "data-ai/ml-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use this agent when building production ML systems requiring model training pipelines, model serving infrastructure, performance optimization, and automated retraining. Specifically:\\\\n\\\\n\\\\nContext: A team needs to implement a complete ML system that trains a recommendation model, serves predictions at scale, and monitors for performance degradation.\\\\nuser: \\\"We need to build an ML pipeline that trains a collaborative filtering model on 100M user events daily, serves predictions sub-100ms, handles model drift, and automatically retrains when accuracy drops.\\\"\\\\nassistant: \\\"I'll architect the complete ML system with data validation pipeline, distributed training on multi-GPU infrastructure, model versioning, production serving with low-latency endpoints, and automated monitoring for prediction drift. I'll set up MLflow for experiment tracking, implement A/B testing for new model versions, and establish auto-retraining triggers with fallback mechanisms.\\\"\\\\n\\\\nUse the ml-engineer agent when you need to build end-to-end ML systems from data validation through model serving, including infrastructure for handling production workloads, model governance, and continuous improvement.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing ML service is experiencing latency issues and model degradation, requiring optimization of feature engineering and serving infrastructure.\\\\nuser: \\\"Our recommendation model has gone from 15ms to 150ms latency and accuracy dropped 3% last month. We need to optimize features, compress the model, and potentially switch to batch predictions.\\\"\\\\nassistant: \\\"I'll analyze the performance bottlenecks with profiling, identify feature engineering issues, implement online feature stores for faster lookups, apply model compression techniques like quantization, and potentially refactor to batch + caching patterns. I'll compare serving strategies (REST vs gRPC vs batch) and implement canary deployments for safe rollout.\\\"\\\\n\\\\nInvoke this agent when addressing production ML system performance issues, model degradation, infrastructure bottlenecks, and optimization of existing deployed models.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A data science team has a trained model and needs production deployment with monitoring, A/B testing capability, and auto-retraining infrastructure.\\\\nuser: \\\"We have a trained XGBoost model with 92% accuracy. How do we deploy this safely, test it against the current model, set up monitoring, and enable automatic retraining as new data arrives?\\\"\\\\nassistant: \\\"I'll set up a production deployment pipeline using BentoML or Seldon, implement blue-green deployment for safe rollouts, configure A/B testing with traffic splitting and significance testing, establish monitoring dashboards for prediction drift and performance metrics, implement automated retraining triggers with DVC versioning, and set up rollback procedures.\\\"\\\\n\\\\nUse this agent when you have a trained model ready for production and need to handle deployment, monitoring, testing, and operational aspects of maintaining ML systems in production.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1266,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mlops-engineer",
"path": "data-ai/mlops-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use this agent when you need to design and implement ML infrastructure, set up CI/CD for machine learning models, establish model versioning systems, or optimize ML platforms for reliability and automation. Invoke this agent to build production-grade experiment tracking, implement automated training pipelines, configure GPU resource orchestration, and establish operational monitoring for ML systems. Specifically:\\\\n\\\\n\\\\nContext: A data science team has grown to 50+ data scientists and the ad-hoc model deployment process is causing bottlenecks. Models take 3 days to move from notebook to production with no versioning or rollback capability.\\\\nuser: \\\"We need to professionalize our ML infrastructure. Our team is growing and our current deployment process is completely manual. What should we build?\\\"\\\\nassistant: \\\"I'll design a comprehensive MLOps platform with automated CI/CD pipelines for model validation and deployment, implement model registry with versioning and lineage tracking, set up experiment tracking for reproducibility, configure Kubernetes for resource orchestration, and establish monitoring/alerting. This will reduce deployment time from 3 days to under 30 minutes with full automation coverage.\\\"\\\\n\\\\nUse this agent when your organization needs a complete MLOps platform overhaul. The agent will assess current workflows, design architecture, and implement end-to-end automation for model lifecycle management.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company has multiple ML models in production but lacks visibility into model performance, data drift, or system failures. Models occasionally fail in production with no automated detection or rollback.\\\\nuser: \\\"We have models running in production but we don't know if they're healthy. We've had silent failures before. Can you set up monitoring and observability?\\\"\\\\nassistant: \\\"I'll implement comprehensive monitoring covering system metrics, model performance degradation, data drift detection, and cost tracking. I'll configure alerting rules for anomalies, build dashboards for visibility, set up automated logging/aggregation, and establish incident response procedures with automated rollback capabilities.\\\"\\\\n\\\\nInvoke this agent when you need robust operational monitoring and automated failure handling for production ML systems. The agent will establish metrics, alerting, and dashboards to maintain platform reliability.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team wants to optimize cloud costs for their ML infrastructure running thousands of GPU training jobs on Kubernetes. Resource utilization is low (45%) and cloud bills are unexpectedly high.\\\\nuser: \\\"Our ML infrastructure costs are out of control. We're not using resources efficiently. How do we optimize?\\\"\\\\nassistant: \\\"I'll audit current resource usage patterns, identify idle/inefficient allocations, implement GPU scheduling optimization, configure spot instances and reserved capacity for cost savings, establish resource quotas and fair sharing policies, and create cost tracking dashboards. This should improve utilization above 70% and reduce cloud spending by 40-60%.\\\"\\\\n\\\\nUse this agent when you need to optimize resource efficiency and cloud costs for ML infrastructure. The agent will analyze utilization patterns and implement cost-saving strategies without sacrificing reliability.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 652,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "monday-bug-fixer",
"path": "data-ai/monday-bug-fixer.md",
"category": "data-ai",
"type": "agent",
"description": "Elite bug-fixing agent that enriches task context from Monday.com platform data. Gathers related items, docs, comments, epics, and requirements to deliver production-quality fixes with comprehensive PRs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ms-sql-dba",
"path": "data-ai/ms-sql-dba.md",
"category": "data-ai",
"type": "agent",
"description": "Work with Microsoft SQL Server databases using the MS SQL extension.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 153,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-migration-specialist",
"path": "data-ai/neon-migration-specialist.md",
"category": "data-ai",
"type": "agent",
"description": "Safe Postgres migrations with zero-downtime using Neon's branching workflow. Test schema changes in isolated database branches, validate thoroughly, then apply to production—all automated with support for Prisma, Drizzle, or your favorite ORM.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 117,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-optimization-analyzer",
"path": "data-ai/neon-optimization-analyzer.md",
"category": "data-ai",
"type": "agent",
"description": "Identify and fix slow Postgres queries automatically using Neon's branching workflow. Analyzes execution plans, tests optimizations in isolated database branches, and provides clear before/after performance metrics with actionable code fixes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 123,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nlp-engineer",
"path": "data-ai/nlp-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "\"Use when building production NLP systems, implementing text processing pipelines, developing language models, or solving domain-specific NLP tasks like named entity recognition, sentiment analysis, or machine translation. Specifically:\\\\n\\\\n\\\\nContext: E-commerce platform needs to automatically categorize customer reviews into product categories and extract sentiment\\\\nuser: \\\"We have 500K customer reviews. Build an NLP pipeline to categorize them by product and extract sentiment with confidence scores\\\"\\\\nassistant: \\\"I'll build a multi-task NLP pipeline: first train a text classifier for product categorization (targeting F1 > 0.88), then implement sentiment analysis with aspect-based capabilities. Pipeline includes preprocessing, tokenization, multilingual support for international reviews, and real-time inference optimized for sub-100ms latency per review.\\\"\\\\n\\\\nInvoke nlp-engineer when you need to build end-to-end production NLP pipelines combining multiple tasks (classification, extraction, sentiment). This differs from data-scientist (who analyzes text data) by focusing on building deployable NLP systems.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Healthcare company needs to extract medical entities (drugs, symptoms, procedures) from patient notes for structured data\\\\nuser: \\\"Extract medical entities from unstructured patient notes automatically. We need high precision for critical medications and procedures\\\"\\\\nassistant: \\\"I'll implement a multilingual NER system with domain-specific entity types. Solution includes custom training on your medical data, active learning for challenging cases, post-processing rules for validation, and confidence scoring. Model optimized to <1GB with 95ms inference latency for integration into your clinical workflow.\\\"\\\\n\\\\nUse nlp-engineer when implementing specialized NLP tasks like named entity recognition with domain-specific requirements. The agent handles model selection, training, optimization, and production deployment.\\\\n\\\\n\\\\n\\\\n\\\\nContext: SaaS platform supports users in 15 languages and needs intelligent translation and localization\\\\nuser: \\\"Implement machine translation and localization for our product supporting 15 languages. Quality must be domain-aware and fast\\\"\\\\nassistant: \\\"I'll design a translation system using fine-tuned MT models with domain adaptation, implement language detection for automatic routing, add back-translation for quality assurance, and optimize for real-time serving. Includes fallback strategies, terminology management, and monitoring for translation quality drift across languages.\\\"\\\\n\\\\nInvoke nlp-engineer for complex multilingual NLP challenges requiring specialized architecture (translation, code-switching, locale management). The agent handles full pipeline design from architecture to production monitoring.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 604,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "postgresql-dba",
"path": "data-ai/postgresql-dba.md",
"category": "data-ai",
"type": "agent",
"description": "Work with PostgreSQL databases using the PostgreSQL extension.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 312,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "power-bi-data-modeling-expert",
"path": "data-ai/power-bi-data-modeling-expert.md",
"category": "data-ai",
"type": "agent",
"description": "Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 210,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "power-bi-dax-expert",
"path": "data-ai/power-bi-dax-expert.md",
"category": "data-ai",
"type": "agent",
"description": "Expert Power BI DAX guidance using Microsoft best practices for performance, readability, and maintainability of DAX formulas and calculations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 161,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "power-platform-expert",
"path": "data-ai/power-platform-expert.md",
"category": "data-ai",
"type": "agent",
"description": "Power Platform expert providing guidance on Code Apps, canvas apps, Dataverse, connectors, and Power Platform best practices",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 132,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "prd",
"path": "data-ai/prd.md",
"category": "data-ai",
"type": "agent",
"description": "Generate a comprehensive Product Requirements Document (PRD) in Markdown, detailing user stories, acceptance criteria, technical considerations, and metrics. Optionally create GitHub issues upon user confirmation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 361,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "prompt-builder",
"path": "data-ai/prompt-builder.md",
"category": "data-ai",
"type": "agent",
"description": "Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 272,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "prompt-engineer",
"path": "data-ai/prompt-engineer.md",
"category": "data-ai",
"type": "agent",
"description": "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It evaluates the prompt against a systematic framework of prompt engineering best practices, then generates a new improved prompt. Use this agent when you need to turn vague or incomplete instructions into precise, production-ready system prompts.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 356,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "quant-analyst",
"path": "data-ai/quant-analyst.md",
"category": "data-ai",
"type": "agent",
"description": "Quantitative finance and algorithmic trading specialist. Use PROACTIVELY for financial modeling, trading strategy development, backtesting, risk analysis, and portfolio optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 906,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "se-product-manager-advisor",
"path": "data-ai/se-product-manager-advisor.md",
"category": "data-ai",
"type": "agent",
"description": "Product management guidance for creating GitHub issues, aligning business value with user needs, and making data-driven product decisions",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 125,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "se-system-architecture-reviewer",
"path": "data-ai/se-system-architecture-reviewer.md",
"category": "data-ai",
"type": "agent",
"description": "System architecture review specialist with Well-Architected frameworks, design validation, and scalability analysis for AI and distributed systems",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 170,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "semantic-kernel-dotnet",
"path": "data-ai/semantic-kernel-dotnet.md",
"category": "data-ai",
"type": "agent",
"description": "Create, update, refactor, explain or work with code using the .NET version of Semantic Kernel.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "simple-app-idea-generator",
"path": "data-ai/simple-app-idea-generator.md",
"category": "data-ai",
"type": "agent",
"description": "Brainstorm and develop new application ideas through fun, interactive questioning until ready for specification creation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 174,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "software-engineer-agent-v1",
"path": "data-ai/software-engineer-agent-v1.md",
"category": "data-ai",
"type": "agent",
"description": "Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 230,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "task-planner",
"path": "data-ai/task-planner.md",
"category": "data-ai",
"type": "agent",
"description": "Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 295,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "task-researcher",
"path": "data-ai/task-researcher.md",
"category": "data-ai",
"type": "agent",
"description": "Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 160,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tdd-green",
"path": "data-ai/tdd-green.md",
"category": "data-ai",
"type": "agent",
"description": "Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 120,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tdd-red",
"path": "data-ai/tdd-red.md",
"category": "data-ai",
"type": "agent",
"description": "Guide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "database-admin",
"path": "database/database-admin.md",
"category": "database",
"type": "agent",
"description": "Database administration specialist for operations, backups, replication, and monitoring. Use PROACTIVELY for database setup, operational issues, user management, or disaster recovery procedures.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1472,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "database-administrator",
"path": "database/database-administrator.md",
"category": "database",
"type": "agent",
"description": "\"Use this agent when optimizing database performance, implementing high-availability architectures, setting up disaster recovery, or managing database infrastructure for production systems. Specifically:\\\\n\\\\n\\\\nContext: A company's PostgreSQL database is experiencing slow query performance during peak hours and needs optimization for 10k+ concurrent users.\\\\nuser: \\\"Our PostgreSQL database is hitting 500ms query times during peak traffic. We have 500GB of data with complex joins across 20 tables. Need to improve performance while maintaining data consistency.\\\"\\\\nassistant: \\\"I'll analyze your query patterns and database schema to identify optimization opportunities. Let me review the slow query logs and execution plans, then implement index strategies, optimize queries, tune connection pooling, and configure caching. I'll establish performance baselines and set up monitoring to ensure the improvements are maintained.\\\"\\\\n\\\\nUse the database-administrator when diagnosing performance issues, optimizing queries, designing index strategies, and tuning database configurations. This agent handles performance analysis and implementation of efficiency improvements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A critical production database lacks high availability and automated disaster recovery, creating operational risk.\\\\nuser: \\\"We need to implement high availability for our MySQL database. Current RTO is 4 hours and we need it under 15 minutes. We need automated failover and point-in-time recovery capability.\\\"\\\\nassistant: \\\"I'll design a multi-master replication setup with automatic failover using Percona XtraDB Cluster or group replication, configure automated streaming backups with point-in-time recovery, implement health monitoring with automated failover triggers, and test the recovery procedures. I'll aim for 99.99% uptime with RPO under 5 minutes.\\\"\\\\n\\\\nUse the database-administrator when designing or implementing high-availability systems, setting up replication topologies, configuring automated failover, and establishing backup and disaster recovery strategies.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A migration from legacy database systems to modern cloud-native databases needs careful planning and execution.\\\\nuser: \\\"We need to migrate 200GB from Oracle to PostgreSQL with zero downtime. We have 50+ applications connecting to this database and we can't afford downtime.\\\"\\\\nassistant: \\\"I'll design a zero-downtime migration strategy using logical replication or ETL processes, set up bidirectional sync during transition period, validate data consistency across systems, coordinate application connection strings, and execute switchover with rollback procedures. I'll handle schema conversions, test failover procedures, and coordinate with teams to ensure smooth cutover.\\\"\\\\n\\\\nUse the database-administrator for complex database migrations, version upgrades, and cross-platform migrations that require careful planning and execution with minimal service disruption.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 254,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "database-architect",
"path": "database/database-architect.md",
"category": "database",
"type": "agent",
"description": "\"Database architecture and design specialist. Use PROACTIVELY for database design decisions, data modeling, scalability planning, microservices data patterns, and database technology selection. This agent designs and plans; hand off PostgreSQL tuning to postgres-pro and Neon-specific work to neon-database-architect. Specifically:\\n\\n\\nContext: A startup is building a new SaaS platform for project management and needs to design the database from scratch.\\nuser: \\\"We're starting a new multi-tenant project management app. We need a database schema that handles projects, tasks, comments, file attachments, and user permissions. What should we design?\\\"\\nassistant: \\\"I'll use the database-architect agent to design a greenfield schema for your SaaS platform. I'll discover your access patterns, choose PostgreSQL with row-level security for multi-tenancy, produce DDL with constraints and indexes, and deliver an ER diagram with a migration baseline.\\\"\\n\\nInvoke the database-architect for greenfield schema design. It gathers access patterns and consistency requirements first, then produces production-ready DDL with rollback scripts — not just a rough sketch.\\n\\n\\n\\n\\nContext: An engineering team is evaluating whether to use PostgreSQL, MongoDB, or a combination for a real-time analytics and recommendation engine.\\nuser: \\\"We need to pick a database stack for a recommendation engine that stores user behavior events, runs ML feature queries, and serves personalized results under 100ms. What should we use?\\\"\\nassistant: \\\"I'll use the database-architect agent to run a technology selection analysis. I'll map each workload (event ingestion, feature store, vector similarity search, low-latency reads) to the best-fit technology and produce a polyglot persistence architecture with rationale and tradeoff documentation.\\\"\\n\\nUse the database-architect for technology selection decisions. It evaluates relational, document, vector, graph, and serverless-relational options against your specific access patterns and SLAs — not generic pros/cons lists.\\n\\n\\n\\n\\nContext: A company needs to migrate a legacy MySQL monolith to a microservices architecture with separate databases per service, including a live cutover with zero downtime.\\nuser: \\\"We have a 500GB MySQL monolith and need to split it into 5 service databases with a live migration — no downtime allowed. How do we plan this?\\\"\\nassistant: \\\"I'll use the database-architect agent to plan your decomposition migration. I'll identify bounded contexts, design the strangler-fig extraction sequence, write dual-write migration scripts with rollback, and produce a cutover runbook with data-consistency checkpoints.\\\"\\n\\nInvoke database-architect for data migration planning across service boundaries. It produces sequenced migration scripts with rollback steps — not just a high-level plan.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7828,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "database-optimization",
"path": "database/database-optimization.md",
"category": "database",
"type": "agent",
"description": "Database performance optimization and query tuning specialist. Use PROACTIVELY for slow queries, indexing strategies, execution plan analysis, and database performance bottlenecks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2604,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "database-optimizer",
"path": "database/database-optimizer.md",
"category": "database",
"type": "agent",
"description": "\"Use this agent when you need to analyze slow queries, optimize database performance across multiple systems, or implement indexing strategies to improve query execution. Specifically:\\\\n\\\\n\\\\nContext: A web application is experiencing slow queries on its main user profile lookup, taking 1.2 seconds despite having moderate data volumes, and indexes appear suboptimal.\\\\nuser: \\\"Our user profile queries are taking over a second. Can you analyze the execution plans and suggest optimizations?\\\"\\\\nassistant: \\\"I'll analyze the execution plans, identify missing or inefficient indexes, review table statistics, and test query rewrites. Let me benchmark the current performance and implement strategic indexing and query optimization.\\\"\\\\n\\\\nUse the database-optimizer agent when you have specific slow queries or performance issues in existing databases. This agent excels at execution plan analysis, index design, and query rewriting across PostgreSQL, MySQL, MongoDB, and other systems.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A data analytics platform processes millions of records and query response times have degraded from 500ms to 5 seconds as data volume increased, requiring optimization across multiple tables.\\\\nuser: \\\"Our analytics queries have gotten 10x slower as our data grew. What optimizations can help us scale?\\\"\\\\nassistant: \\\"I'll profile slow queries, analyze join patterns, review index coverage, assess partitioning strategies, and optimize aggregations. I can design covering indexes, implement table partitioning, and tune database configuration for analytical workloads.\\\"\\\\n\\\\nInvoke the database-optimizer for performance degradation issues related to data growth, complex join operations, or aggregation bottlenecks. This agent specializes in scaling database performance through indexing, partitioning, and query restructuring.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company manages multiple database systems (PostgreSQL, MySQL, MongoDB) and wants to audit database performance across all systems and implement consistent optimization patterns.\\\\nuser: \\\"We have several databases in production. How do we ensure all are optimized and performing well?\\\"\\\\nassistant: \\\"I'll assess performance across all systems, identify common bottlenecks, design database-specific optimization strategies, and establish performance baselines. I can implement indexing strategies suited to each system and create monitoring to prevent future degradation.\\\"\\\\n\\\\nUse the database-optimizer when you need cross-platform database optimization covering multiple systems. This agent provides holistic performance analysis and can tailor optimizations for PostgreSQL, MySQL, MongoDB, Cassandra, Elasticsearch, and other databases.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2137,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-auth-specialist",
"path": "database/neon-auth-specialist.md",
"category": "database",
"type": "agent",
"description": "Neon Auth implementation specialist. Use PROACTIVELY for Stack Auth integration, user management setup, authentication flows, and security best practices with Neon database.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 209,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-database-architect",
"path": "database/neon-database-architect.md",
"category": "database",
"type": "agent",
"description": "Neon database architecture specialist. Use PROACTIVELY for database schema design, Drizzle ORM integration, query optimization, and serverless performance tuning. Expert in connection management and database migrations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 260,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-expert",
"path": "database/neon-expert.md",
"category": "database",
"type": "agent",
"description": "General Neon Serverless Postgres consultant. Use PROACTIVELY for initial Neon setup, general database questions, and coordinating with specialized agents (neon-database-architect for schemas/ORM, neon-auth-specialist for authentication).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 269,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nosql-specialist",
"path": "database/nosql-specialist.md",
"category": "database",
"type": "agent",
"description": "NoSQL database specialist for MongoDB, Redis, Cassandra, and document/key-value stores. Use PROACTIVELY for schema design, data modeling, performance optimization, and NoSQL architecture decisions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 554,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "postgres-pro",
"path": "database/postgres-pro.md",
"category": "database",
"type": "agent",
"description": "\"Use when you need to optimize PostgreSQL performance, design high-availability replication, or troubleshoot database issues at scale. Invoke this agent for query optimization, configuration tuning, replication setup, backup strategies, and mastering advanced PostgreSQL features for enterprise deployments. Specifically:\\\\n\\\\n\\\\nContext: Production PostgreSQL database is experiencing slow queries. Average query latency increased from 50ms to 500ms, and the team needs to identify and fix the bottlenecks causing the performance degradation.\\\\nuser: \\\"Our PostgreSQL queries have slowed down significantly. Can you analyze what's wrong and optimize them?\\\"\\\\nassistant: \\\"I'll analyze your query performance using EXPLAIN, check index efficiency, review table statistics, identify missing or unused indexes, and optimize slow queries. I'll also tune your PostgreSQL configuration (shared_buffers, work_mem, checkpoint settings) and set up monitoring to prevent future degradation.\\\"\\\\n\\\\nUse this agent when you have production performance issues requiring EXPLAIN analysis, index optimization, and configuration tuning. The agent will diagnose bottlenecks and deliver specific optimizations with measurable latency improvements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team is planning to scale PostgreSQL to handle 10x current traffic and needs a fault-tolerant replication strategy with automatic failover capability.\\\\nuser: \\\"We need to set up PostgreSQL replication for high availability. We want automatic failover and can accept 1-2 second replication lag. What's the best approach?\\\"\\\\nassistant: \\\"I'll design a streaming replication architecture with synchronous secondaries and automatic failover using Patroni or pg_auto_failover. I'll implement connection pooling with pgBouncer, configure WAL archiving for PITR, set up monitoring dashboards, and create runbooks for common failure scenarios.\\\"\\\\n\\\\nInvoke this agent when architecting high-availability PostgreSQL deployments. The agent designs replication strategies, implements failover automation, and ensures RPO/RTO requirements are met with production-ready monitoring.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Database is growing rapidly (1TB+ data) and backup/recovery procedures are inefficient. Current backups take 8 hours and recovery from failure would take even longer, creating unacceptable risk.\\\\nuser: \\\"Our PostgreSQL backups are too slow and recovery would take forever. We need a better backup strategy that doesn't impact production.\\\"\\\\nassistant: \\\"I'll implement physical backups using pg_basebackup with incremental WAL archiving for point-in-time recovery. I'll automate backup scheduling, set up separate backup storage, establish backup validation testing, and configure automated recovery procedures to achieve sub-1-hour RTO with 5-minute RPO.\\\"\\\\n\\\\nUse this agent when establishing enterprise-grade backup and disaster recovery procedures. The agent designs backup strategies balancing RPO/RTO requirements, automates procedures, and validates recovery processes.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 470,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-schema-architect",
"path": "database/supabase-schema-architect.md",
"category": "database",
"type": "agent",
"description": "Supabase database schema design specialist. Use PROACTIVELY for database schema design, migration planning, and RLS policy architecture.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2585,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "academic-researcher",
"path": "deep-research-team/academic-researcher.md",
"category": "deep-research-team",
"type": "agent",
"description": "Academic research specialist for scholarly sources, peer-reviewed papers, and academic literature. Use PROACTIVELY for research paper analysis, literature reviews, citation tracking, and academic methodology evaluation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1169,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "agent-overview",
"path": "deep-research-team/agent-overview.md",
"category": "deep-research-team",
"type": "agent",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 717,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "competitive-intelligence-analyst",
"path": "deep-research-team/competitive-intelligence-analyst.md",
"category": "deep-research-team",
"type": "agent",
"description": "Competitive intelligence and market research specialist. Use PROACTIVELY for competitor analysis, market positioning research, industry trend analysis, business intelligence gathering, and strategic market insights.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1001,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "data-analyst",
"path": "deep-research-team/data-analyst.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need quantitative analysis, statistical insights, or data-driven research. This includes analyzing numerical data, identifying trends, creating comparisons, evaluating metrics, and suggesting data visualizations. The agent excels at finding and interpreting data from statistical databases, research datasets, government sources, and market research.\\n\\nExamples:\\n- \\n Context: The user wants to understand market trends in electric vehicle adoption.\\n user: \"What are the trends in electric vehicle sales over the past 5 years?\"\\n assistant: \"I'll use the data-analyst agent to analyze EV sales data and identify trends.\"\\n \\n Since the user is asking for trend analysis of numerical data over time, the data-analyst agent is perfect for finding sales statistics, calculating growth rates, and identifying patterns.\\n \\n\\n- \\n Context: The user needs comparative analysis of different technologies.\\n user: \"Compare the performance metrics of different cloud providers\"\\n assistant: \"Let me launch the data-analyst agent to gather and analyze performance benchmarks across cloud providers.\"\\n \\n The user needs quantitative comparison of metrics, which requires the data-analyst agent to find benchmark data, create comparisons, and identify statistical differences.\\n \\n\\n- \\n Context: After implementing a new feature, the user wants to analyze its impact.\\n user: \"We just launched the new recommendation system. Can you analyze its performance?\"\\n assistant: \"I'll use the data-analyst agent to examine the performance metrics and identify any significant changes.\"\\n \\n Performance analysis requires statistical evaluation of metrics, trend detection, and data quality assessment - all core capabilities of the data-analyst agent.\\n \\n",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1973,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "data-researcher",
"path": "deep-research-team/data-researcher.md",
"category": "deep-research-team",
"type": "agent",
"description": "\"Use this agent when you need to discover, collect, and validate data from multiple sources to fuel analysis and decision-making. Invoke this agent for identifying data sources, gathering raw datasets, performing quality checks, and preparing data for downstream analysis or modeling. Specifically:\\\\n\\\\n\\\\nContext: A data scientist needs access to customer behavior data across multiple sources. The data scientist asked you to find and compile raw customer interaction logs, transaction history, and engagement metrics from APIs, databases, and web sources.\\\\nuser: \\\"We need a comprehensive customer dataset combining transaction logs, user engagement, and demographic data from all our sources. Can you find, collect, and validate this data?\\\"\\\\nassistant: \\\"I'll identify all available customer data sources including your transaction database, engagement tracking system, and third-party demographic APIs. I'll collect raw data from each source, validate completeness and accuracy, check for duplicates and inconsistencies, document data lineage, and deliver clean datasets ready for analysis along with a data quality report.\\\"\\\\n\\\\nUse data-researcher when you need raw data discovery and collection. This agent excels at finding disparate sources, extracting raw datasets, performing quality validation, and preparing data pipelines for downstream analysts or scientists.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A market research team needs historical social media data, competitor pricing data, and industry reports to inform competitive analysis, but the data is scattered across multiple platforms and sources.\\\\nuser: \\\"We need to gather competitive intelligence data: pricing information from our competitors' websites over the past year, social media sentiment about their products, and relevant industry reports. How can we collect all this?\\\"\\\\nassistant: \\\"I'll systematically discover and collect data from competitor websites (web scraping), social media platforms (API access and monitoring), industry report repositories, and news sources. I'll validate data consistency, handle missing periods, document collection methodology, identify and fix data quality issues, and organize datasets for competitive analysis.\\\"\\\\n\\\\nInvoke data-researcher when you need to assemble raw data from diverse, sometimes unstructured sources. The agent handles the data discovery, collection, validation, and preparation work that precedes analytical work.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A researcher has identified several scientific datasets relevant to climate analysis but needs to access them, merge them, check for quality issues, and prepare them for statistical analysis.\\\\nuser: \\\"I've identified 6 public climate datasets from government sources, academic institutions, and satellite databases. Can you access, download, validate, and consolidate them into a single research dataset?\\\"\\\\nassistant: \\\"I'll locate and download each dataset from its source, verify completeness against metadata specifications, check for temporal and geographic coverage, identify and handle missing or outlier values, reconcile different measurement units and formats, remove duplicates across datasets, and deliver a consolidated, quality-checked dataset with full documentation of sources and processing steps.\\\"\\\\n\\\\nUse data-researcher for the critical work of assembling and validating raw research datasets. This agent handles discovery, extraction, validation, and preparation—enabling researchers and analysts to focus on analysis rather than data wrangling.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 313,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "fact-checker",
"path": "deep-research-team/fact-checker.md",
"category": "deep-research-team",
"type": "agent",
"description": "Fact verification and source validation specialist. Use PROACTIVELY for claim verification, source credibility assessment, misinformation detection, citation validation, and information accuracy analysis.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1251,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nia-oracle",
"path": "deep-research-team/nia-oracle.md",
"category": "deep-research-team",
"type": "agent",
"description": "Expert research agent specialized in leveraging Nia's knowledge tools. Use PROACTIVELY for discovering repos/docs, deep technical research, remote codebases exploration, documentation queries, and cross-agent knowledge handoffs. Automatically indexes and searches discovered resources.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 193,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "query-clarifier",
"path": "deep-research-team/query-clarifier.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need to analyze research queries for clarity and determine if user clarification is needed before proceeding with research. This agent should be invoked at the beginning of research workflows to ensure queries are specific and actionable. Examples: Context: The user has created a query-clarifier agent to analyze research queries for clarity. user: \"Tell me about AI\" assistant: \"I'll use the query-clarifier agent to analyze this query for clarity and determine if we need more specific information.\" Since the query is quite broad and could refer to many aspects of AI, the query-clarifier agent should analyze it and likely request clarification about which specific aspect of AI the user is interested in. Context: The user has created a query-clarifier agent to ensure research queries are actionable. user: \"Compare the performance of different sorting algorithms in terms of time complexity\" assistant: \"Let me analyze this query with the query-clarifier agent to ensure it's clear and specific enough for research.\" This query is relatively clear but the agent should still analyze it to confirm no clarification is needed before proceeding with the research.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 532,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "report-generator",
"path": "deep-research-team/report-generator.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need to transform synthesized research findings into a comprehensive, well-structured final report. This agent excels at creating readable narratives from complex research data, organizing content logically, and ensuring proper citation formatting. It should be used after research has been completed and findings have been synthesized, as the final step in the research process. Examples: Context: The user has completed research on climate change impacts and needs a final report. user: 'I've gathered all this research on climate change effects on coastal cities. Can you create a comprehensive report?' assistant: 'I'll use the report-generator agent to create a well-structured report from your research findings.' Since the user has completed research and needs it transformed into a final report, use the report-generator agent to create a comprehensive, properly formatted document. Context: Multiple research threads have been synthesized and need to be presented cohesively. user: 'We have findings from 5 different researchers on AI safety. Need a unified report.' assistant: 'Let me use the report-generator agent to create a cohesive report that integrates all the research findings.' The user needs multiple research streams combined into a single comprehensive report, which is exactly what the report-generator agent is designed for.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1280,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "research-analyst",
"path": "deep-research-team/research-analyst.md",
"category": "deep-research-team",
"type": "agent",
"description": "\"Use this agent when you need comprehensive research across multiple sources with synthesis of findings into actionable insights, trend identification, and detailed reporting. Specifically:\\\\n\\\\n\\\\nContext: A company is planning to enter a new technology market and needs deep research on market size, competitors, technologies, and growth trends.\\\\nuser: \\\"Research the current state of the AI-assisted code generation market. We need to understand market size, key competitors, technology trends, growth projections, and potential market entry strategies for the next 2-3 years.\\\"\\\\nassistant: \\\"I'll conduct comprehensive market research across industry reports, competitor analyses, technology trends, and market forecasts. I'll gather data on market size and growth rates, identify and profile major competitors, analyze technology trends and innovations, assess market segments, and synthesize findings into a detailed report with strategic recommendations for market entry.\\\"\\\\n\\\\nInvoke research-analyst when you need wide-ranging research that synthesizes information from multiple sources into a comprehensive report with trends, competitive landscape, and strategic insights. This agent excels at pulling together disparate information into coherent analysis.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An organization needs to understand regulatory changes and their implications across multiple jurisdictions and time periods.\\\\nuser: \\\"Research GDPR implementation requirements and how they've evolved since 2018. We need to understand initial regulations, amendments, enforcement trends, fines imposed, and current compliance best practices globally.\\\"\\\\nassistant: \\\"I'll research GDPR regulations comprehensively: gathering initial framework documentation, tracking regulatory amendments and guidance updates, analyzing enforcement actions and penalties imposed, identifying global compliance variations, and synthesizing this into a timeline showing evolution and current best practices for implementation.\\\"\\\\n\\\\nUse research-analyst for research requiring deep temporal analysis, tracking regulatory or industry evolution, and synthesizing complex information into structured understanding. The agent excels at creating comprehensive reports that show patterns and changes over time.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A research team needs analysis of industry trends to inform strategic planning and identify emerging opportunities.\\\\nuser: \\\"Analyze current trends in remote work technology adoption. We need to understand adoption rates by industry, key drivers and barriers, emerging tools and platforms, skills gap evolution, and predictions for the next 3-5 years.\\\"\\\\nassistant: \\\"I'll research remote work trends systematically: gathering adoption statistics by sector, identifying key drivers and obstacles, analyzing emerging technologies and platforms, researching skills requirements and gaps, synthesizing workforce trend data, and synthesizing into a report with opportunity identification and strategic implications for our product development.\\\"\\\\n\\\\nInvoke research-analyst when you need to understand broad trends, identify patterns across industries or demographics, and extract strategic opportunities from research findings. This agent synthesizes disparate data points into actionable trend analysis.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 333,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "research-brief-generator",
"path": "deep-research-team/research-brief-generator.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need to transform a user's research query into a structured, actionable research brief that will guide subsequent research activities. This agent takes clarified queries and converts them into comprehensive research plans with specific questions, keywords, source preferences, and success criteria. Context: The user has asked a research question that needs to be structured into a formal research brief.\\nuser: \"I want to understand the impact of AI on healthcare diagnostics\"\\nassistant: \"I'll use the research-brief-generator agent to transform this query into a structured research brief that will guide our research.\"\\nSince we need to create a structured research plan from the user's query, use the research-brief-generator agent to break down the question into specific sub-questions, identify keywords, and define research parameters.Context: After query clarification, we need to create a research framework.\\nuser: \"How are quantum computers being used in drug discovery?\"\\nassistant: \"Let me use the research-brief-generator agent to create a comprehensive research brief for investigating quantum computing applications in drug discovery.\"\\nThe query needs to be transformed into a structured brief with specific research questions and parameters, so use the research-brief-generator agent.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 677,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "research-coordinator",
"path": "deep-research-team/research-coordinator.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need to strategically plan and coordinate complex research tasks across multiple specialist researchers. This agent analyzes research requirements, allocates tasks to appropriate specialists, and defines iteration strategies for comprehensive coverage. Context: The user has asked for a comprehensive analysis of quantum computing applications in healthcare. user: \"I need a thorough research report on how quantum computing is being applied in healthcare, including current implementations, future potential, and technical challenges\" assistant: \"I'll use the research-coordinator agent to plan this complex research task across our specialist researchers\" Since this requires coordinating multiple aspects (technical, medical, current applications), use the research-coordinator to strategically allocate tasks to different specialist researchers. Context: The user wants to understand the economic impact of AI on job markets. user: \"Research the economic impact of AI on job markets, including statistical data, expert opinions, and case studies\" assistant: \"Let me engage the research-coordinator agent to organize this multi-faceted research project\" This requires coordination between data analysis, academic research, and current news, making the research-coordinator ideal for planning the research strategy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "research-orchestrator",
"path": "deep-research-team/research-orchestrator.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need to coordinate a comprehensive research project that requires multiple specialized agents working in sequence. This agent manages the entire research workflow from initial query clarification through final report generation. Context: User wants to conduct thorough research on a complex topic. user: \"I need to research the impact of quantum computing on cryptography\" assistant: \"I'll use the research-orchestrator agent to coordinate a comprehensive research project on this topic\" Since this is a complex research request requiring multiple phases and specialized agents, the research-orchestrator will manage the entire workflow. Context: User has a vague research request that needs clarification and systematic investigation. user: \"Tell me about AI safety\" assistant: \"Let me use the research-orchestrator to coordinate a structured research process on AI safety\" The broad nature of this query requires orchestration of multiple research phases, making the research-orchestrator the appropriate choice.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1659,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "research-synthesizer",
"path": "deep-research-team/research-synthesizer.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need to consolidate and synthesize findings from multiple research sources or specialist researchers into a unified, comprehensive analysis. This agent excels at merging diverse perspectives, identifying patterns across sources, highlighting contradictions, and creating structured insights that preserve the complexity and nuance of the original research while making it more accessible and actionable. Context: The research-orchestrator has completed Phase 4 parallel research on 'LLM fine-tuning costs' using academic-researcher, web-researcher, and data-analyst. user: \"Synthesize the research outputs.\" assistant: \"I'll invoke the research-synthesizer agent to merge all specialist findings into a unified analysis.\" The orchestrator has confirmed all three researcher outputs exist as files, making this the correct trigger point for synthesis. The agent will locate each output file, extract claims, and produce both synthesis-summary.md and synthesis.json. Context: The research-orchestrator has completed parallel research on 'WASM adoption in server-side runtimes' using academic-researcher, web-researcher, and technical-researcher. All three output files are confirmed present. user: \"All researchers are done. Synthesize everything into a report.\" assistant: \"Let me use the research-synthesizer agent to consolidate the three specialist outputs into a structured synthesis.\" Three distinct researcher outputs referencing the same topic are present; the synthesis agent is the correct next step to unify them and surface contradictions and shared themes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 904,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "search-specialist",
"path": "deep-research-team/search-specialist.md",
"category": "deep-research-team",
"type": "agent",
"description": "\"Use when you need to find specific information across multiple sources using advanced search strategies, query optimization, and targeted information retrieval. Invoke this agent when the priority is locating precise, relevant results efficiently rather than analyzing or synthesizing content. Specifically:\\\\n\\\\n\\\\nContext: User is looking for academic papers on a narrow topic with specific technical criteria and needs comprehensive coverage across multiple databases.\\\\nuser: \\\"I need to find all papers published in the last 3 years about neural network pruning techniques for mobile devices. I need papers from at least 5 different sources.\\\"\\\\nassistant: \\\"I'll use the search-specialist agent to systematically search academic databases, conference proceedings, and preprint servers with optimized queries to ensure comprehensive coverage of this specific topic.\\\"\\\\n\\\\nUse search-specialist when the user needs exhaustive information retrieval with multiple sources, specific quality criteria, and emphasis on finding hard-to-locate content. This agent excels at designing search strategies, optimizing queries, and ensuring no relevant information is missed.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is building a competitive intelligence report and needs specific market data, financial information, and company announcements from varied sources.\\\\nuser: \\\"Find all recent announcements, patents, and financial reports from our three main competitors. I need documents from the past 18 months across public databases, patent offices, and news sources.\\\"\\\\nassistant: \\\"I'll deploy the search-specialist agent to systematically search patent databases, SEC filings, news archives, and company websites with targeted queries to gather comprehensive competitive intelligence.\\\"\\\\n\\\\nUse search-specialist when you need to aggregate information from diverse, specialized sources with specific temporal or categorical constraints. The agent's expertise in source selection and query optimization ensures thorough coverage.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User needs to locate a specific technical specification or documentation that exists but is difficult to find across various repositories and archives.\\\\nuser: \\\"I'm looking for the technical specification document for the legacy messaging protocol we deprecated in 2015. It's somewhere in our archives or public documentation sites.\\\"\\\\nassistant: \\\"I'll use the search-specialist agent to systematically search archived documentation, public repositories, and historical snapshots using keyword variations and source-specific search techniques to locate this document.\\\"\\\\n\\\\nUse search-specialist when searching for specific, difficult-to-locate information in archives, legacy systems, or scattered across multiple repositories. The agent applies advanced search techniques like reverse searching, citation tracking, and deep web access to find needle-in-haystack information.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 253,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "technical-researcher",
"path": "deep-research-team/technical-researcher.md",
"category": "deep-research-team",
"type": "agent",
"description": "Use this agent when you need to analyze code repositories, technical documentation, implementation details, or evaluate technical solutions. This includes researching GitHub projects, reviewing API documentation, finding code examples, assessing code quality, tracking version histories, or comparing technical implementations. Context: The user wants to understand different implementations of a rate limiting algorithm. user: \"I need to implement rate limiting in my API. What are the best approaches?\" assistant: \"I'll use the technical-researcher agent to analyze different rate limiting implementations and libraries.\" Since the user is asking about technical implementations, use the technical-researcher agent to analyze code repositories and documentation. Context: The user needs to evaluate a specific open source project. user: \"Can you analyze the architecture and code quality of the FastAPI framework?\" assistant: \"Let me use the technical-researcher agent to examine the FastAPI repository and its technical details.\" The user wants a technical analysis of a code repository, which is exactly what the technical-researcher agent specializes in.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2281,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "backend-architect",
"path": "development-team/backend-architect.md",
"category": "development-team",
"type": "agent",
"description": "\"Backend system architecture and API design specialist. Use PROACTIVELY for greenfield service design, monolith decomposition, API paradigm selection (REST/gRPC/GraphQL), microservice boundaries, database schemas, scalability planning, event-driven architecture, and observability design. This agent focuses on architecture and design decisions — for writing implementation code use the backend-developer agent instead.\\n\\n\\nContext: An existing Rails monolith is growing too large and needs to be split into independent services.\\nuser: \\\"We need to split our Rails monolith into services — where do we start?\\\"\\nassistant: \\\"I'll analyze the monolith's bounded contexts, data dependencies, and traffic patterns to produce a phased decomposition roadmap with service boundary definitions, API contracts between services, and a strangler-fig migration strategy.\\\"\\n\\nMonolith decomposition is a core architecture concern: service boundaries, migration sequencing, and managing the transition period without downtime. Use backend-architect for design decisions; use backend-developer to implement the resulting services.\\n\\n\\n\\n\\nContext: A startup is building a new real-time ride-sharing platform from scratch and needs an initial backend architecture.\\nuser: \\\"Design the backend architecture for a real-time ride-sharing platform expected to handle 50k concurrent users at launch.\\\"\\nassistant: \\\"I'll design a service architecture covering trip lifecycle management, driver matching, real-time location tracking, and payment processing — including API contracts, event-driven communication via Kafka, PostgreSQL + PostGIS schema, caching strategy with Redis, an OpenAPI 3.1 spec for the public API, and an observability plan with OpenTelemetry and SLO thresholds.\\\"\\n\\nGreenfield service architecture requires upfront decisions on API paradigms, data consistency, scaling approach, and observability before any code is written. This is backend-architect territory.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15098,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "backend-developer",
"path": "development-team/backend-developer.md",
"category": "development-team",
"type": "agent",
"description": "\"Use this agent when building server-side APIs, microservices, and backend systems that require robust architecture, scalability planning, and production-ready implementation. Specifically:\\\\n\\\\n\\\\nContext: A project needs a new RESTful API service with database persistence, authentication, and caching for handling high-traffic requests.\\\\nuser: \\\"We need to build a user service API that handles 10k RPS with sub-100ms latency. It should support OAuth2 authentication, PostgreSQL for persistence, and Redis caching.\\\"\\\\nassistant: \\\"I'll design and implement this service architecture. First, let me query the context manager for existing infrastructure. Then I'll build the service with proper API design, database optimization, authentication middleware, and caching strategy. I'll ensure 80%+ test coverage and OpenAPI documentation.\\\"\\\\n\\\\nUse the backend-developer agent when you need to implement complete backend services with API endpoints, database integration, authentication, and performance optimization. This agent handles the full stack from architecture decisions to production-ready code.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing monolith needs refactoring to introduce microservices with proper service communication patterns and data consistency.\\\\nuser: \\\"We're starting to decompose our monolith. We need a new orders service that communicates with user and inventory services via gRPC, with Kafka for async events and eventual consistency.\\\"\\\\nassistant: \\\"I'll architect this service decomposition. I'll design service boundaries, implement gRPC communication with circuit breakers, set up Kafka consumers for event handling, and configure proper database isolation. I'll include monitoring instrumentation and deployment configurations.\\\"\\\\n\\\\nInvoke this agent when building individual microservices that need to integrate with other services, handle distributed transactions, and maintain data consistency patterns in a larger system.\\\\n\\\\n\\\\n\\\\n\\\\nContext: The backend team needs to add real-time features to their existing system with WebSocket support and message streaming.\\\\nuser: \\\"Add WebSocket endpoints to our notification service so clients get real-time updates. Need to handle connection pooling, graceful disconnects, and failover to fallback mechanisms.\\\"\\\\nassistant: \\\"I'll implement WebSocket support with connection management, implement health checks and automatic reconnection handling, set up message broadcasting with proper error handling, and integrate with your existing authentication. I'll add load testing and monitoring for connection metrics.\\\"\\\\n\\\\nUse this agent for implementing real-time features, WebSocket integration, and async communication patterns within your backend services.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1422,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "cli-ui-designer",
"path": "development-team/cli-ui-designer.md",
"category": "development-team",
"type": "agent",
"description": "CLI interface design specialist. Use PROACTIVELY to create terminal-inspired user interfaces with modern web technologies. Expert in CLI aesthetics, terminal themes, and command-line UX patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1240,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-architect",
"path": "development-team/code-architect.md",
"category": "development-team",
"type": "agent",
"description": "Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 842,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-explorer",
"path": "development-team/code-explorer.md",
"category": "development-team",
"type": "agent",
"description": "Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 643,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "devops-engineer",
"path": "development-team/devops-engineer.md",
"category": "development-team",
"type": "agent",
"description": "DevOps and infrastructure specialist for CI/CD, deployment automation, and cloud operations. Use PROACTIVELY for pipeline setup, infrastructure provisioning, monitoring, security implementation, and deployment optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4822,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "electron-pro",
"path": "development-team/electron-pro.md",
"category": "development-team",
"type": "agent",
"description": "\"Use this agent when building Electron desktop applications that require native OS integration, cross-platform distribution, security hardening, and performance optimization. Use electron-pro for complete desktop app development from architecture to signed, distributable installers. Specifically:\\\\n\\\\n\\\\nContext: A team is building a professional desktop productivity app for Windows, macOS, and Linux with auto-updates and system tray integration.\\\\nuser: \\\"We need to build a desktop note-taking app with offline functionality, cross-platform support, and auto-updates. It needs to integrate with the system tray and have native menus.\\\"\\\\nassistant: \\\"I'll architect and implement this Electron app with proper process isolation, IPC security, and native OS integration. I'll set up secure context isolation, implement preload scripts for safe IPC, integrate native menus, configure auto-updates with signature verification, and optimize performance to meet the 180MB memory and 2.5s startup targets. The app will be code-signed and ready for distribution.\\\"\\\\n\\\\nUse electron-pro when building complete Electron applications from architecture to distribution, especially when you need native OS features like system tray, native menus, and secure auto-update mechanisms.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A security-critical desktop application needs hardened Electron implementation with context isolation, permission handling, and certificate pinning.\\\\nuser: \\\"We're building a financial data application for desktop with strict security requirements. We need context isolation enabled everywhere, secure IPC patterns, and proper permission request handling.\\\"\\\\nassistant: \\\"I'll implement security-first architecture with mandatory context isolation, disabled Node integration in renderers, strict CSP, secure preload scripts for API exposure, IPC channel validation, and certificate pinning for external communications. I'll configure code signing and set up crash reporting with security auditing.\\\"\\\\n\\\\nInvoke electron-pro when security hardening and process isolation are critical requirements. This agent specializes in implementing Electron security best practices and defending against common desktop app vulnerabilities.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing web application needs to be adapted for desktop with performance targets and multi-window support across different OS platforms.\\\\nuser: \\\"We're bringing our web app to desktop. We need multi-window coordination, persistent window state, platform-specific keyboard shortcuts, and performance under 200MB memory idle.\\\"\\\\nassistant: \\\"I'll structure the application with proper window management patterns, implement state persistence and restoration, add platform-specific shortcuts for Windows/macOS/Linux conventions, optimize startup time and memory footprint, and configure GPU acceleration. I'll also set up monitoring for performance metrics and memory leak detection.\\\"\\\\n\\\\nUse this agent when adapting web applications to desktop or when you need sophisticated window management, multi-window coordination, and platform-specific behavior implementation with strict performance budgets.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 217,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "frontend-developer",
"path": "development-team/frontend-developer.md",
"category": "development-team",
"type": "agent",
"description": "\"Use when building complete frontend applications across React, Vue, and Angular frameworks requiring multi-framework expertise and full-stack integration. Specifically:\\n\\n\\nContext: Starting a new React frontend for an e-commerce platform with complex state management and real-time updates\\nuser: \\\"Build a React frontend for product catalog with filtering, cart management, and checkout flow. Need TypeScript, responsive design, and 85% test coverage.\\\"\\nassistant: \\\"I'll create a scalable React frontend with component architecture, server state via TanStack Query, client state via Zustand, responsive Tailwind v4 CSS styling, WCAG 2.2 accessibility compliance, and comprehensive testing with Vitest + Testing Library. First, let me query the context-manager for your existing infrastructure, design language, and API contracts.\\\"\\n\\nUse frontend-developer when you need full frontend application development with multiple pages, complex state, user interactions, and integration with backend APIs. This agent handles the complete frontend lifecycle from architecture to deployment.\\n\\n\\n\\n\\nContext: Migrating legacy jQuery frontend to modern Vue 3 with existing PHP backend\\nuser: \\\"We need to modernize our PHP web app's frontend from jQuery to Vue 3.5. The backend is stable. Need to maintain existing functionality while improving UX and code maintainability.\\\"\\nassistant: \\\"I'll architect a Vue 3.5 migration strategy preserving backend contracts, gradually replace jQuery components with Vue Single File Components using the Composition API and reactive props destructure, implement TypeScript for type safety, add Pinia for state management, ensure 90% test coverage with Vitest, and maintain zero-downtime during rollout.\\\"\\n\\nUse frontend-developer when modernizing existing frontend codebases across different frameworks. This agent excels at strategic migrations, maintaining backward compatibility, and integrating with established backend systems.\\n\\n\\n\\n\\nContext: Building shared component library for multi-team organization using different frameworks\\nuser: \\\"Create a component library that works across our React, Vue, and Angular projects. Need consistent design tokens, accessibility, documentation, and framework-agnostic design patterns.\\\"\\nassistant: \\\"I'll design a framework-agnostic component architecture with TypeScript interfaces, implement components in multiple frameworks maintaining API consistency, establish design token system with CSS custom properties, write Storybook documentation, create migration guides for teams, and ensure WCAG 2.2 compliance across all implementations — including Focus Appearance and Target Size Minimum criteria.\\\"\\n\\nUse frontend-developer for multi-framework solutions, design system work, and component library architecture. This agent bridges different frontend ecosystems while maintaining consistency and quality standards.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 24966,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "fullstack-developer",
"path": "development-team/fullstack-developer.md",
"category": "development-team",
"type": "agent",
"description": "\"Use this agent when you need to build complete features spanning database, API, and frontend layers together as a cohesive unit. Specifically:\\\\n\\\\n\\\\nContext: User wants to build a new user authentication system for a web application that requires database schema, API endpoints, and frontend forms.\\\\nuser: \\\"Build a complete user registration feature with PostgreSQL schema, Node.js API endpoints, and React forms including validation and error handling.\\\"\\\\nassistant: \\\"I'll implement this as a full-stack feature. Let me start by analyzing the existing database schema, then design the API contracts, and finally build the React components with proper integration and testing across all layers.\\\"\\\\n\\\\nThis is a core fullstack-developer use case: new feature that touches all stack layers requires coordinated development from database to UI. The agent needs context on existing patterns and must ensure type-safety and consistency across all three layers.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Existing backend API needs frontend implementation along with database optimization to support a new real-time dashboard.\\\\nuser: \\\"We have the API endpoints ready, but need to build the React dashboard UI and optimize the database queries for real-time data streaming.\\\"\\\\nassistant: \\\"I'll examine your API structure and database schema, then build the React components with WebSocket integration for real-time updates, and optimize the queries for performance. This ensures the frontend, API, and database work together seamlessly.\\\"\\\\n\\\\nWhen an incomplete feature chain exists (missing frontend or backend) and requires end-to-end integration testing, use the fullstack developer to coordinate across all layers and ensure optimal data flow, caching, and performance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Refactoring payment processing system to change from polling to event-driven architecture across all layers.\\\\nuser: \\\"Refactor our payment system from polling the database to an event-driven model using WebSockets and message queues, affecting database design, API middleware, and frontend state management.\\\"\\\\nassistant: \\\"I'll redesign the database schema for event sourcing, implement the API event handlers and WebSocket server, rebuild the frontend state management for real-time updates, and ensure proper error recovery across the entire flow.\\\"\\\\n\\\\nUse the fullstack developer for complex architectural changes that require synchronized updates across database design, API patterns, and frontend state management. The agent's cross-layer perspective prevents silos and ensures consistent implementation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User wants to add a semantic search feature powered by AI to an existing product catalog.\\\\nuser: \\\"Add AI-powered semantic search to our product catalog using embeddings and a vector database.\\\"\\\\nassistant: \\\"I'll design the full pipeline: generate and store embeddings in pgvector via a background job, expose a /search API route using the Anthropic SDK for query embedding, stream results to the React frontend with useChat, and add an evaluation harness to measure retrieval quality.\\\"\\\\n\\\\nAI feature work spanning embedding ingestion, RAG pipeline, streaming API, and frontend integration requires coordinated fullstack development. The agent ensures data flow, latency, and prompt versioning are handled coherently across all layers.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11555,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ios-developer",
"path": "development-team/ios-developer.md",
"category": "development-team",
"type": "agent",
"description": "Native iOS development specialist with Swift and SwiftUI. Use PROACTIVELY for iOS applications, UIKit/SwiftUI components, Core Data integration, app lifecycle management, and App Store optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1735,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mobile-app-developer",
"path": "development-team/mobile-app-developer.md",
"category": "development-team",
"type": "agent",
"description": "\"Use this agent when developing iOS and Android mobile applications with focus on native or cross-platform implementation, performance optimization, and platform-specific user experience. This agent covers both platforms (native iOS + native Android, or cross-platform frameworks spanning both); for iOS-only work use ios-developer, and for React Native/Flutter-first cross-platform projects use mobile-developer. Specifically:\\\\n\\\\n\\\\nContext: Project requires building a high-performance native iOS and Android app with offline sync, push notifications, and biometric authentication for a consumer app targeting 50k+ users.\\\\nuser: \\\"We need to build a fitness tracking app for both iOS and Android. Users need offline workout logging, real-time sync when online, push reminders, and Face ID/Touch ID login. App size should be under 50MB and startup time under 2 seconds.\\\"\\\\nassistant: \\\"I'll architect this native app for iOS (Swift/SwiftUI) and Android (Kotlin/Jetpack Compose) separately. I'll design the offline-first architecture with Core Data (iOS) and Room (Android), implement background sync using WorkManager and background tasks, add biometric authentication, configure push notifications via APNS and FCM, and optimize bundle sizes. I'll target the performance metrics you specified with comprehensive testing on real devices.\\\"\\\\n\\\\nUse mobile-app-developer when building native iOS/Android applications requiring platform-specific optimization, device integration (biometrics, location, camera), and performance targets. This differs from frontend-developer (which focuses on web/cross-browser) and ux-designer (which focuses on interaction design).\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team wants to share codebase across iOS and Android using a cross-platform framework, weighing tradeoffs between code reuse and native performance.\\\\nuser: \\\"We're building a financial app for iOS and Android. We have a small team and need code sharing, but we also need 60fps animations and smooth gesture responses. Should we use React Native, Flutter, or go native?\\\"\\\\nassistant: \\\"Based on your constraints, I'll help you choose between frameworks. For financial apps with demanding animations, Flutter offers better performance with Dart's compilation and Skia rendering, plus easier access to platform channels for secure features. React Native is better if you have existing React expertise. Let me build a prototype with each to measure actual performance on your target devices, then recommend the architecture that balances code sharing with native-level responsiveness.\\\"\\\\n\\\\nInvoke this agent when making critical framework decisions for mobile apps. The agent evaluates platform-specific constraints, performance targets, team expertise, and feature requirements to recommend the optimal approach.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Existing mobile app has performance issues: slow startup (4+ seconds), high memory usage, and crashes on older devices. Team needs systematic optimization.\\\\nuser: \\\"Our app startup takes 4.5 seconds on iPhone 11s and we're seeing crashes on Android 10 devices with 3GB RAM. Crash rate is at 0.3%. Can you optimize performance and stabilize the app?\\\"\\\\nassistant: \\\"I'll conduct comprehensive performance profiling using Xcode Instruments and Android Studio Profiler. I'll identify startup bottlenecks (dependency injection, data loading, image decoding), optimize memory management with proper lifecycle handling, implement lazy initialization patterns, reduce app size through code splitting and asset optimization, and add device capability detection. I'll target sub-2s startup, <0.1% crash rate, and compatibility with older devices.\\\"\\\\n\\\\nUse this agent when existing mobile apps have performance or stability issues requiring deep platform knowledge, profiling expertise, and optimization patterns specific to iOS/Android architectures.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 871,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mobile-developer",
"path": "development-team/mobile-developer.md",
"category": "development-team",
"type": "agent",
"description": "\"Use this agent when building cross-platform mobile applications requiring native performance optimization, platform-specific features, and offline-first architecture. Use for React Native and Flutter projects where code sharing must exceed 80% while maintaining iOS and Android native excellence. Specifically:\\\\n\\\\n\\\\nContext: User is starting a new React Native project that needs to support iOS 18+ and Android 15+ with biometric authentication and offline data synchronization.\\\\nuser: \\\"I need to build a fitness tracking app with React Native that works offline, has Face ID/fingerprint login, and syncs data when the network returns.\\\"\\\\nassistant: \\\"I'll invoke the mobile-developer agent to architect a cross-platform solution with WatermelonDB for offline sync, native biometric modules via TurboModules, and optimized platform-specific UI following iOS HIG and Material Design 3.\\\"\\\\n\\\\nUse the mobile-developer agent when designing new mobile applications that require native module integration, offline-first architecture, and platform-specific optimizations. This agent handles the full stack from architecture through deployment.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing React Native app has performance issues - slow startup time (3.2s cold start), high memory usage (280MB), and battery drain complaints.\\\\nuser: \\\"Our React Native app is too slow and drains battery fast. Cold start is 3.2 seconds and memory usage hits 280MB. How can we fix this?\\\"\\\\nassistant: \\\"I'll use the mobile-developer agent to profile the app with Flipper, optimize the bundle with Hermes engine, implement list virtualization with FlashList, reduce memory leaks, and optimize background tasks - targeting 1.5s cold start and 120MB memory baseline.\\\"\\\\n\\\\nInvoke the mobile-developer agent for performance optimization tasks on existing mobile apps. This agent specializes in profiling, bottleneck identification, and platform-specific optimizations using tools like Flipper and DevTools.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team needs to add deep linking, push notifications (APNs and FCM), and prepare their app for App Store submission with automated CI/CD.\\\\nuser: \\\"We're ready to ship our iOS and Android apps but need help setting up Universal Links, push notifications, code signing, and deployment automation.\\\"\\\\nassistant: \\\"I'll coordinate with the mobile-developer agent to configure Universal Links and deep linking validation, set up APNs and FCM push notifications with proper certificates, implement code signing with Fastlane, and establish automated CI/CD pipelines for TestFlight and Play Store.\\\"\\\\n\\\\nUse the mobile-developer agent when preparing for production deployment, requiring certificate management, push notification infrastructure, deep linking setup, and CI/CD pipeline configuration across platforms.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4867,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sdd-spec-writer",
"path": "development-team/sdd-spec-writer.md",
"category": "development-team",
"type": "agent",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 137,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-generator",
"path": "development-team/test-generator.md",
"category": "development-team",
"type": "agent",
"description": "Analyzes code changes and generates comprehensive test cases by understanding existing test patterns, edge cases, and testing conventions in the codebase",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 734,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-runner",
"path": "development-team/test-runner.md",
"category": "development-team",
"type": "agent",
"description": "Executes tests, analyzes results, identifies failures, diagnoses root causes, and provides actionable fixes for failing tests",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 528,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ui-designer",
"path": "development-team/ui-designer.md",
"category": "development-team",
"type": "agent",
"description": "\"Use this agent when designing visual interfaces, creating design systems, building component libraries, or refining user-facing aesthetics requiring expert visual design, interaction patterns, and accessibility considerations. Specifically:\\n\\n\\nContext: Product team needs a complete design system for a new fintech application with dark mode, multiple device sizes, and strict accessibility requirements.\\nuser: \\\"We need to create a comprehensive design system for our fintech app. Include component library, design tokens, typography scale, color palette, interactive patterns, and dark mode support. Must meet WCAG 2.1 AA.\\\"\\nassistant: \\\"I'll create a complete design system starting with understanding your brand guidelines and user base through the context-manager. I'll build a modular component library with documented specs, design tokens in multiple formats (CSS, JSON, Figma), responsive patterns across web and mobile, dark mode variants, and comprehensive accessibility annotations. I'll deliver Figma files, design documentation, and developer handoff specifications.\\\"\\n\\nUse ui-designer when you need to establish or refine a complete design system, including component libraries, design tokens, and comprehensive visual standards. This agent excels at creating reusable design assets and documentation that scale across teams and platforms.\\n\\n\\n\\n\\nContext: A frontend team is building a new feature but needs UI design and interaction patterns before development.\\nuser: \\\"Design the booking flow for our travel app. Need 3 screen variations, empty/loading/error states, mobile and desktop layouts, and clear interaction patterns for each step.\\\"\\nassistant: \\\"I'll design a complete booking flow with wireframes, visual mockups, and interaction specifications. First, let me check the context-manager for your existing design system and style guide. Then I'll create all screen states, document interaction patterns, provide motion design specifications, and ensure alignment with your design language and accessibility standards.\\\"\\n\\nInvoke ui-designer when your frontend developers need detailed visual designs, interaction specifications, and asset files before implementation. The agent provides a clear handoff package that developers can build from.\\n\\n\\n\\n\\nContext: A redesign initiative is underway and you need UI improvements to an existing product.\\nuser: \\\"Our dashboard needs a visual refresh. The functionality is fine but the UX feels dated. Improve the visual hierarchy, modernize colors and typography, add micro-interactions, and ensure it works on mobile.\\\"\\nassistant: \\\"I'll analyze your current dashboard using the context-manager, identify visual improvement opportunities, redesign layouts for better hierarchy and scannability, update colors and typography to modern standards, add meaningful micro-interactions, and ensure responsive design. I'll provide before/after comparisons, design rationale, and implementation specifications for your developers.\\\"\\n\\nUse ui-designer for visual refinements, redesigns, and aesthetic improvements to existing interfaces. This agent modernizes dated UIs while respecting existing functionality and providing clear upgrade paths.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 961,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ui-ux-designer",
"path": "development-team/ui-ux-designer.md",
"category": "development-team",
"type": "agent",
"description": "Use proactively when reviewing UI/UX design, evaluating visual interfaces, auditing web components for usability issues, checking accessibility compliance, or critiquing design aesthetics. Invoke when the user shares screenshots, mockup files, CSS, HTML, design tokens, or asks for feedback on visual design decisions, font choices, color palettes, layout structure, or user experience. Also use when asked to evaluate AI chat interfaces, copilot UIs, or prompt-driven interface patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16602,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "accessibility-tester",
"path": "development-tools/accessibility-tester.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need comprehensive accessibility testing, WCAG compliance verification, or assessment of assistive technology support. Specifically:\\\\n\\\\n\\\\nContext: A web application is preparing for launch and needs to ensure compliance with accessibility standards before release.\\\\nuser: \\\"Can you test our web app for accessibility issues? We need to know if it works with screen readers and keyboard navigation, and if we meet WCAG standards.\\\"\\\\nassistant: \\\"I'll conduct a comprehensive accessibility audit covering WCAG 2.1 Level AA compliance, screen reader compatibility (NVDA, JAWS, VoiceOver), full keyboard navigation testing, color contrast verification, focus management, and ARIA implementation. I'll identify violations, prioritize by severity, and provide specific remediation guidance.\\\"\\\\n\\\\nInvoke accessibility-tester when an application needs formal accessibility testing and compliance verification. This agent conducts systematic testing across multiple accessibility dimensions, unlike qa-expert which focuses on general quality assurance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Users with disabilities reported difficulty using the mobile app, and the team wants to understand and fix accessibility barriers.\\\\nuser: \\\"We're getting feedback that disabled users can't use our mobile app properly. Some can't navigate with the keyboard and others have trouble with the screen reader. What's wrong?\\\"\\\\nassistant: \\\"I'll test your mobile app with assistive technologies to identify specific accessibility barriers. I'll check touch target sizing, gesture alternatives, screen reader compatibility, keyboard navigation logic, and platform-specific accessibility features. I'll document each barrier with a clear explanation of the impact on users and concrete fixes needed.\\\"\\\\n\\\\nUse accessibility-tester to diagnose accessibility problems reported by users and design solutions. This agent traces user complaints to specific accessibility failures and recommends fixes.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A development team has built a complex form with dynamic validation and wants to ensure it's accessible before merging the feature.\\\\nuser: \\\"We built a new checkout form with real-time validation. Can you check if it's accessible? We want to make sure errors are announced properly and the keyboard flow works.\\\"\\\\nassistant: \\\"I'll review the form's accessibility including label associations, error identification and announcement, field instructions, focus management during validation, keyboard navigation flow, and screen reader announcements. I'll identify any ARIA violations, test with actual assistive technologies, and verify the form meets WCAG standards.\\\"\\\\n\\\\nInvoke accessibility-tester for component or feature-level accessibility validation before integration. This agent verifies specific UI patterns work correctly with assistive technology, catching issues before they reach users.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 235,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "architect-reviewer",
"path": "development-tools/architect-reviewer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to evaluate system design decisions, architectural patterns, and technology choices at the macro level. Specifically:\\\\n\\\\n\\\\nContext: Team has proposed a microservices migration strategy but is uncertain about service boundaries and data ownership model.\\\\nuser: \\\"We're planning to migrate from a monolith to microservices. Can you review our proposed architecture for technical soundness and scalability?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive architecture review examining your service boundaries, data ownership patterns, communication strategies, and evolution path. I'll assess whether the microservices design meets your scalability goals, validate that dependencies are minimized, verify security implications, and identify risks like distributed transaction complexity and team coordination needs. I'll provide concrete recommendations for refactoring if needed.\\\"\\\\n\\\\nInvoke architect-reviewer when evaluating major architectural decisions like transitioning between architectural patterns. This differs from code-reviewer (handles code quality) and focuses on system-level design rather than individual component implementation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Engineering team is selecting between different technology stacks for a new system (monolithic Node.js, serverless with Lambda, or containerized microservices).\\\\nuser: \\\"We need to decide on our technology stack for a new payment processing system. Which approach is best for our team and requirements?\\\"\\\\nassistant: \\\"I'll evaluate each option against your specific constraints: team expertise, scalability requirements, operational complexity, cost implications, and long-term maintainability. I'll analyze trade-offs like deployment complexity vs. auto-scaling benefits, monolithic simplicity vs. microservices flexibility, and help you understand the organizational implications of each choice. I'll provide a recommendation with risk mitigation strategies.\\\"\\\\n\\\\nUse architect-reviewer for technology selection decisions where you need evaluation of long-term implications and trade-offs between different architectural approaches.\\\\n\\\\n\\\\n\\\\n\\\\nContext: System is growing complex with tightly coupled modules and the team struggles with deployment and testing velocity.\\\\nuser: \\\"Our system is becoming hard to maintain and deploy. Can you analyze our current architecture and suggest how we should restructure it?\\\"\\\\nassistant: \\\"I'll analyze your current architecture to identify coupling issues, evaluate whether modularization is needed, assess technical debt impact, and recommend a phased modernization strategy. I'll examine component boundaries, data flow, dependency trees, and deployment topology. I'll propose an evolutionary path using patterns like strangler fig, branch by abstraction, or incremental refactoring to improve maintainability while minimizing risk.\\\"\\\\n\\\\nInvoke architect-reviewer when you need guidance on restructuring existing systems, identifying architectural debt, or planning major architectural evolution. This focuses on the macro system design and long-term sustainability rather than individual code quality.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 366,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ascii-ui-mockup-generator",
"path": "development-tools/ascii-ui-mockup-generator.md",
"category": "development-tools",
"type": "agent",
"description": "Specialist in creating ASCII mockups for UI concepts, generating multiple visualization options for layouts, forms, dashboards, and interfaces before implementation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "build-engineer",
"path": "development-tools/build-engineer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to optimize build performance, reduce compilation times, or scale build systems across growing teams. Specifically:\\\\n\\\\n\\\\nContext: A development team's build times have degraded from 30 seconds to 2+ minutes, blocking developer productivity.\\\\nuser: \\\"Our build is too slow. It used to take 30 seconds but now it's over 2 minutes. We need to fix this urgently.\\\"\\\\nassistant: \\\"I'll analyze your build configuration, profile the compilation process to identify bottlenecks, and implement optimizations like incremental compilation, parallel builds, and strategic caching.\\\"\\\\n\\\\nUse the build-engineer when facing performance regressions or excessive build times. They can diagnose root causes and implement targeted optimizations.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A monorepo is growing with multiple teams, but the build system doesn't scale efficiently and cache hit rates are low.\\\\nuser: \\\"We're expanding to 5 teams, but our build system is getting worse. How do we scale it?\\\"\\\\nassistant: \\\"I'll architect a distributed caching layer, implement workspace optimization for your monorepo structure, and configure parallel task execution across affected modules.\\\"\\\\n\\\\nUse the build-engineer when scaling build infrastructure for growing teams or transitioning to monorepos. They design systems that maintain performance as complexity increases.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Bundle sizes are bloating the application and causing slow deployments and poor user experience.\\\\nuser: \\\"Our bundle is 5MB and it's killing our page load times. We need to cut it down.\\\"\\\\nassistant: \\\"I'll analyze your dependencies, implement code splitting strategies, configure tree-shaking and minification, and set up bundle analysis to track regressions.\\\"\\\\n\\\\nUse the build-engineer when optimizing bundle sizes or improving deployment efficiency. They apply proven bundling techniques to reduce output size while maintaining functionality.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 196,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "chaos-engineer",
"path": "development-tools/chaos-engineer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to design and execute controlled failure experiments, validate system resilience before incidents occur, or conduct game day exercises to test your team's incident response capabilities. Specifically:\\\\n\\\\n\\\\nContext: A microservices platform has recently experienced two unexpected service failures that took 2 hours to recover from. Leadership wants confidence that the system won't fail again without warning.\\\\nuser: \\\"We need to test if our system can handle failures gracefully. What failures should we simulate and how do we run the experiments safely?\\\"\\\\nassistant: \\\"I'll design a controlled chaos experiment program starting with low-impact tests in non-production. We'll simulate service failures, network partitions, and database issues while monitoring metrics continuously. Each experiment includes automatic rollback, blast radius controls, and documentation of learnings.\\\"\\\\n\\\\nInvoke chaos-engineer when you need systematic failure validation before incidents occur in production, or when past incidents reveal gaps in resilience. This agent designs safe, controlled experiments that build confidence in system robustness.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An e-commerce platform runs a quarterly \\\"game day\\\" exercise where the team simulates a major outage. The team needs help planning and executing the exercise to uncover operational gaps.\\\\nuser: \\\"We want to run a game day scenario simulating a regional failure. How should we plan this and what should we test?\\\"\\\\nassistant: \\\"I'll help you design the game day scenario including failure timeline, team roles, communication protocols, success criteria, and observation points. We'll document the steady state, define the hypothesis, plan recovery procedures, and schedule post-mortems to extract learnings about your incident response process.\\\"\\\\n\\\\nUse chaos-engineer for planning and executing game day exercises and organizational resilience drills. This agent specializes in designing realistic failure scenarios that test team coordination, decision-making, and incident response procedures.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team has made several infrastructure improvements (better monitoring, circuit breakers, improved runbooks) and wants to verify these actually improve system resilience compared to before.\\\\nuser: \\\"We've made reliability improvements. How do we verify our changes actually made the system more resilient to failures?\\\"\\\\nassistant: \\\"I'll design a targeted chaos experiment program that tests your key improvements against your baseline. We'll measure MTTR, system behavior during failures, monitoring effectiveness, and team response time. I'll establish metrics that show whether your resilience score improved and document specific failure modes you've made safer.\\\"\\\\n\\\\nInvoke chaos-engineer when you need to measure the impact of reliability improvements or validate that changes have actually increased system resilience. This agent designs experiments with measurable metrics showing improvement over time.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 154,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "cli-developer",
"path": "development-tools/cli-developer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when building command-line tools and terminal applications that require intuitive command design, cross-platform compatibility, and optimized developer experience. Specifically:\\\\n\\\\n\\\\nContext: A development team needs a new CLI tool for managing local database migrations and seeding with interactive workflows.\\\\nuser: \\\"We need a CLI tool that lets developers manage database migrations. It should support interactive prompts, show migration status, handle rollbacks, and work on macOS, Linux, and Windows.\\\"\\\\nassistant: \\\"I'll design and build this CLI with excellent UX. First, let me check your database setup. Then I'll implement commands for migrate, rollback, seed, and status with color-coded output, interactive mode for beginners, and automation mode for CI/CD. I'll add shell completions and ensure sub-50ms startup time.\\\"\\\\n\\\\nUse the cli-developer when creating developer-focused CLI tools that need strong UX, interactive workflows, cross-platform support, and integration with existing development workflows.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An open-source project needs a CLI tool with plugin architecture for extensibility and community contributions.\\\\nuser: \\\"We want to build a pluggable CLI tool where community members can write plugins. Need plugin discovery, version compatibility, API contracts, and easy installation.\\\"\\\\nassistant: \\\"I'll architect the plugin system with proper API contracts, dynamic discovery mechanisms, and version compatibility handling. I'll implement secure plugin sandboxing, auto-update mechanisms, and comprehensive documentation for plugin authors. I'll include example plugins and templates to encourage community participation.\\\"\\\\n\\\\nInvoke this agent when building extensible CLI tools with plugin systems, needing to define plugin APIs, manage compatibility, and support community-driven development.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A production deployment tool needs to provide real-time feedback, handle complex workflows, and work offline.\\\\nuser: \\\"Our deployment CLI needs beautiful progress indicators for multi-step deployments, real-time status updates, error recovery, and offline capability when network is unavailable.\\\"\\\\nassistant: \\\"I'll implement a sophisticated CLI with progress bars, spinners, and task tree visualization. I'll add graceful error handling with recovery suggestions, offline-first architecture with sync when reconnected, and comprehensive logging. I'll optimize for <50ms startup and test across platforms.\\\"\\\\n\\\\nUse this agent for building production-grade CLI tools that handle complex workflows, provide detailed feedback, support error recovery, and maintain high performance.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 175,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-reviewer",
"path": "development-tools/code-reviewer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to conduct comprehensive code reviews focusing on code quality, security vulnerabilities, and best practices. Specifically:\\\\n\\\\n\\\\nContext: Developer has submitted a pull request with changes to critical authentication logic in a TypeScript backend service.\\\\nuser: \\\"Can you review this PR that refactors our authentication system? We need to catch any security issues, performance problems, or maintainability concerns.\\\"\\\\nassistant: \\\"I'll conduct a thorough code review examining the authentication logic for security vulnerabilities, checking error handling, validating the refactored patterns against SOLID principles, and assessing whether the changes maintain or improve code quality metrics. I'll provide specific feedback on each concern.\\\"\\\\n\\\\nInvoke code-reviewer when code has been changed and you need detailed analysis of code quality, security, performance, and maintainability. This is distinct from security-auditor (which focuses narrowly on security) and architect-reviewer (which focuses on system design).\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team has merged several features and wants a quality assessment before production deployment.\\\\nuser: \\\"We need a code review of the changes in our payment processing module before we deploy to production. Check for any issues we might have missed.\\\"\\\\nassistant: \\\"I'll review the payment processing module systematically: analyzing input validation and error handling, checking for injection vulnerabilities, reviewing error recovery patterns, verifying test coverage, assessing maintainability of the code, and identifying any technical debt or performance concerns. I'll prioritize critical issues and provide constructive feedback.\\\"\\\\n\\\\nUse code-reviewer for pre-deployment reviews when you need comprehensive quality gates across multiple dimensions (security, performance, maintainability, correctness).\\\\n\\\\n\\\\n\\\\n\\\\nContext: New junior developer's code is being integrated and team wants learning-focused feedback.\\\\nuser: \\\"Can you review this TypeScript module my new team member wrote? I want to make sure the code quality is good and they're following our patterns.\\\"\\\\nassistant: \\\"I'll review the code for correctness, design patterns, naming conventions, and compliance with your team's standards. I'll also check for common mistakes, suggest improvements where they could learn from, and acknowledge what was done well to provide constructive, educational feedback.\\\"\\\\n\\\\nInvoke code-reviewer when you want detailed feedback that helps developers grow, ensures standards compliance, and catches issues beyond what automated tools can detect. The feedback is actionable and specific.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19534,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-simplifier",
"path": "development-tools/code-simplifier.md",
"category": "development-tools",
"type": "agent",
"description": "Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 458,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "codebase-explorer",
"path": "development-tools/codebase-explorer.md",
"category": "development-tools",
"type": "agent",
"description": "|",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 117,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "codebase-pattern-finder",
"path": "development-tools/codebase-pattern-finder.md",
"category": "development-tools",
"type": "agent",
"description": "Specialist for finding code patterns and examples in the codebase, providing concrete implementations that can serve as templates for new work",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 185,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "command-expert",
"path": "development-tools/command-expert.md",
"category": "development-tools",
"type": "agent",
"description": "CLI command development specialist for the claude-code-templates system. Use PROACTIVELY for command design, argument parsing, task automation, and CLI best practices implementation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1401,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "context-manager",
"path": "development-tools/context-manager.md",
"category": "development-tools",
"type": "agent",
"description": "Context management specialist for multi-agent workflows and long-running tasks. Use PROACTIVELY for complex projects, session coordination, and when context preservation is needed across multiple agents.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7060,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "debugger",
"path": "development-tools/debugger.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to diagnose and fix bugs, identify root causes of failures, or analyze error logs and stack traces to resolve issues. Specifically:\\n\\n\\nContext: Application is crashing intermittently with a null pointer exception in production.\\nuser: \\\"Our payment service keeps crashing with NullPointerException in the transaction handler. We have crash logs but can't reproduce it locally. Can you debug this?\\\"\\nassistant: \\\"I'll use the debugger agent to analyze your crash logs and stack traces, form ranked hypotheses, and systematically isolate the null pointer condition.\\\"\\n\\nUse the debugger agent when you have production failures or stack traces that need root cause analysis via log inspection and code tracing.\\n\\n\\n\\n\\nContext: Memory usage on an API server grows over several hours until the process crashes.\\nuser: \\\"Memory keeps climbing on our API server. After 8 hours it hits 4 GB and crashes. How do we find the leak?\\\"\\nassistant: \\\"The debugger agent will grep heap dump snapshots and scan allocation call sites to identify which objects are accumulating and locate the leak source.\\\"\\n\\nInvoke the debugger for resource leaks or memory issues that require code-level tracing to isolate the accumulating object type.\\n\\n\\n\\n\\nContext: A race condition is causing data corruption in a multi-threaded order processor under load.\\nuser: \\\"Our concurrent order processing sometimes produces duplicate orders randomly under high load.\\\"\\nassistant: \\\"I'll use the debugger agent to trace thread interactions, identify shared-state access without synchronization, and design a targeted test to reproduce the race condition reliably.\\\"\\n\\nUse the debugger for intermittent concurrency bugs; it applies falsification-based hypothesis testing and minimal reproduction to isolate elusive timing issues.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8536,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dependency-manager",
"path": "development-tools/dependency-manager.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to audit dependencies for vulnerabilities, resolve version conflicts, optimize bundle sizes, or implement automated dependency updates. Specifically:\\\\n\\\\n\\\\nContext: A project has accumulated security vulnerabilities in its dependency tree that need immediate remediation.\\\\nuser: \\\"We have 12 high-severity CVEs in our dependencies. Can you help fix them?\\\"\\\\nassistant: \\\"I'll use the dependency-manager agent to scan all vulnerabilities, assess their impact, and create a prioritized remediation plan with safe update strategies.\\\"\\\\n\\\\nInvoke the dependency-manager agent when security vulnerabilities are discovered and you need systematic scanning, assessment, and patching guidance across the entire dependency tree.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team wants to optimize bundle size and build performance across a monorepo with multiple workspaces.\\\\nuser: \\\"Our JavaScript bundle is 2.8MB and build times are slow. How can we reduce dependencies?\\\"\\\\nassistant: \\\"I'll use the dependency-manager agent to analyze the dependency tree for duplicates, unused packages, and optimization opportunities, then propose bundle size reductions.\\\"\\\\n\\\\nUse the dependency-manager agent when you need to analyze dependency trees, detect duplication, and implement optimization strategies like tree shaking and lazy loading.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A project experiencing version incompatibilities between packages that are preventing updates.\\\\nuser: \\\"React 18 won't install because our other packages have conflicting peer dependencies. How do we resolve this?\\\"\\\\nassistant: \\\"I'll use the dependency-manager agent to map the dependency conflicts, identify resolution paths, and implement a strategy to upgrade without breaking the build.\\\"\\\\n\\\\nInvoke the dependency-manager agent when facing version conflicts that block updates, requiring conflict resolution strategies and compatibility analysis across the ecosystem.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 210,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dx-optimizer",
"path": "development-tools/dx-optimizer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when optimizing the complete developer workflow including build times, feedback loops, testing efficiency, and developer satisfaction metrics across the entire development environment. Specifically:\\\\n\\\\n\\\\nContext: A team reports slow development cycles with 3-minute build times, 2-minute test runs, and frustration with development server startup.\\\\nuser: \\\"Our developers are losing productivity due to slow builds and feedback loops. Build time is 3 minutes, tests take 2 minutes, and HMR is inconsistent. Can you optimize our entire DX?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive DX analysis. First, I'll profile the build system to identify bottlenecks, analyze test suite execution for parallelization opportunities, and review development server configuration. Then I'll implement incremental compilation, parallel test execution, HMR optimization, and caching strategies. I'll measure improvements across all metrics and establish ongoing monitoring for developer satisfaction.\\\"\\\\n\\\\nInvoke dx-optimizer when you need holistic improvements to developer experience spanning multiple areas: build performance, test execution, feedback speed, workflow automation, and environment setup. This is broader than build-engineer (focused only on build systems) or tooling-engineer (focused on tools).\\\\n\\\\n\\\\n\\\\n\\\\nContext: Onboarding new developers takes 3 hours due to environment setup complexity, and manual workflow steps are creating friction.\\\\nuser: \\\"New developers take hours to set up their environment and frequently make mistakes in our development workflows. Can you streamline this and reduce onboarding friction?\\\"\\\\nassistant: \\\"I'll analyze the current onboarding flow and identify friction points. I'll automate environment setup scripts, create dev container configurations, implement pre-commit hooks to prevent common mistakes, and document our development workflows. I'll also set up IDE configurations for instant code completion and proper tooling, reducing manual setup time from hours to minutes.\\\"\\\\n\\\\nUse dx-optimizer when developer satisfaction is impacted by workflow friction, onboarding complexity, or manual processes that consume productive time. The agent optimizes the entire development experience beyond just code execution speed.\\\\n\\\\n\\\\n\\\\n\\\\nContext: After product growth, the engineering team has grown from 5 to 25 developers, but developer satisfaction scores dropped from 4.2 to 2.8 due to scaling friction.\\\\nuser: \\\"Our team scaled rapidly and developer satisfaction plummeted. We need to fix build bottlenecks, improve CI/CD feedback, set up monorepo tooling, and help developers work efficiently at scale.\\\"\\\\nassistant: \\\"I'll assess current pain points across the scaled team and implement solutions systematically. I'll configure monorepo workspace tools, set up distributed caching, implement smart test selection to reduce feedback time, optimize CI/CD parallelization, and establish developer metrics dashboards. I'll measure satisfaction improvements and create feedback loops for continuous optimization.\\\"\\\\n\\\\nInvoke this agent when optimizing DX across distributed teams or at scale, where small friction multiplied across many developers significantly impacts productivity. The agent handles comprehensive workflow optimization from development environment to deployment feedback.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 856,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "error-detective",
"path": "development-tools/error-detective.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to diagnose why errors are occurring in your system, correlate errors across services, identify root causes, and prevent future failures. Specifically:\\\\n\\\\n\\\\nContext: Production system is experiencing intermittent failures across multiple microservices with unclear root cause.\\\\nuser: \\\"We have 50+ errors per minute in production with timeout exceptions in the API gateway, database connection errors, and queue failures. The incidents started after a deployment 2 hours ago but we can't figure out what's causing the cascade.\\\"\\\\nassistant: \\\"I'll analyze the error patterns across all services to find the correlation. I'll examine error frequency, timing, service dependencies, recent deployments, and resource metrics to identify what triggered the cascade. Once I find the root cause, I'll explain the failure chain and recommend immediate mitigation and long-term prevention strategies.\\\"\\\\n\\\\nInvoke error-detective when production is experiencing failures and you need systematic analysis of error patterns across multiple services to understand causation. This is distinct from code-reviewer (which analyzes code quality) or performance-engineer (which focuses on optimization). Error-detective specializes in understanding failure cascades.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Development team wants to understand why a specific error appears frequently in error logs and whether it indicates a deeper problem.\\\\nuser: \\\"Our error tracking shows we get a 'Connection Timeout' error about 100 times per day. Is this normal? Does it indicate a real problem or just flaky tests? Should we be worried?\\\"\\\\nassistant: \\\"I'll investigate the error frequency, when it occurs, which services are affected, correlations with deployments or load spikes, and patterns in affected users or endpoints. I'll determine if this is expected behavior, a symptom of an underlying issue, or an early warning sign of a problem that will worsen under load.\\\"\\\\n\\\\nUse error-detective when you need to assess whether a recurring error represents a real problem or is benign, and whether it signals deeper systemic issues. This requires pattern analysis and anomaly detection, not just code inspection.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team has resolved an incident but wants to prevent similar failures in the future.\\\\nuser: \\\"We just had an incident where database connection pool exhaustion caused cascading failures across our payment and order services. How do we prevent this from happening again? What should we monitor?\\\"\\\\nassistant: \\\"I'll map how the connection pool exhaustion propagated through your services, identify which circuit breakers and timeouts failed to prevent the cascade, recommend preventive measures (connection pool monitoring, circuit breaker tuning, graceful degradation), and define alerts to catch early warning signs before the next incident occurs.\\\"\\\\n\\\\nInvoke error-detective for post-incident analysis when you need to understand the failure cascade, prevent similar patterns, and enhance monitoring and resilience. This goes beyond root cause to prevent future incidents through systematic improvement.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4890,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "flutter-go-reviewer",
"path": "development-tools/flutter-go-reviewer.md",
"category": "development-tools",
"type": "agent",
"description": "|",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 269,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "general-purpose",
"path": "development-tools/general-purpose.md",
"category": "development-tools",
"type": "agent",
"description": "Default agent for handling complex, multi-step tasks with automatic delegation capabilities",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 150,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "laravel-expert-agent",
"path": "development-tools/laravel-expert-agent.md",
"category": "development-tools",
"type": "agent",
"description": "Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 381,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "launchdarkly-flag-cleanup",
"path": "development-tools/launchdarkly-flag-cleanup.md",
"category": "development-tools",
"type": "agent",
"description": "A specialized GitHub Copilot agent that uses the LaunchDarkly MCP server to safely automate feature flag cleanup workflows. This agent determines removal readiness, identifies the correct forward value, and creates PRs that preserve production behavior while removing obsolete flags and updating stale defaults.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-expert",
"path": "development-tools/mcp-expert.md",
"category": "development-tools",
"type": "agent",
"description": "Model Context Protocol (MCP) integration specialist for the cli-tool components system. Use PROACTIVELY for MCP server configurations, protocol specifications, and integration patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3975,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pagerduty-incident-responder",
"path": "development-tools/pagerduty-incident-responder.md",
"category": "development-tools",
"type": "agent",
"description": "Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-engineer",
"path": "development-tools/performance-engineer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to identify and eliminate performance bottlenecks in applications, databases, or infrastructure systems, and when baseline performance metrics need improvement. Specifically:\\\\n\\\\n\\\\nContext: An API is responding slowly in production with response times averaging 2.5 seconds, and users are complaining about lag.\\\\nuser: \\\"We're seeing slow API response times. Can you help identify what's causing the bottleneck?\\\"\\\\nassistant: \\\"I'll profile the application, analyze database queries, check resource utilization, and run load tests to identify the root cause. Let me start by collecting performance baselines and examining CPU, memory, and I/O patterns.\\\"\\\\n\\\\nUse the performance-engineer agent when you need systematic bottleneck identification and have measurable performance problems. This agent conducts detailed profiling and load testing to pinpoint root causes.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A database query that previously took 100ms now takes 800ms after a data migration, and the team needs the database optimized.\\\\nuser: \\\"Our main query got much slower after migrating data. How do we fix this?\\\"\\\\nassistant: \\\"I'll analyze the execution plan, check index efficiency, review query optimization, and test different approaches. I can profile the database workload and implement targeted indexing and caching strategies.\\\"\\\\n\\\\nInvoke the performance-engineer for database-specific performance issues like slow queries, connection pooling problems, or cache inefficiency. This agent specializes in query analysis and database tuning.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An e-commerce site experiences a 40% slowdown during peak traffic, and the team wants to ensure scalability for expected growth.\\\\nuser: \\\"We need to handle 10x our current traffic without performance degradation. What's our scalability plan?\\\"\\\\nassistant: \\\"I'll design load tests to simulate peak traffic, profile system behavior under stress, and implement horizontal scaling, auto-scaling policies, and load balancing strategies. Let me establish performance baselines and create a capacity plan.\\\"\\\\n\\\\nUse the performance-engineer when you need scalability engineering, capacity planning, or validation that infrastructure can handle projected growth. This agent designs comprehensive load testing and scaling strategies.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 373,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-profiler",
"path": "development-tools/performance-profiler.md",
"category": "development-tools",
"type": "agent",
"description": "Performance analysis and optimization specialist. Use PROACTIVELY for performance bottlenecks, memory leaks, load testing, optimization strategies, and system performance monitoring.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1335,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "playwright-tester",
"path": "development-tools/playwright-tester.md",
"category": "development-tools",
"type": "agent",
"description": "Testing mode for Playwright tests",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 415,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "qa-expert",
"path": "development-tools/qa-expert.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need comprehensive quality assurance strategy, test planning across the entire development cycle, or quality metrics analysis to improve overall software quality. Specifically:\\\\n\\\\n\\\\nContext: A development team is about to start a critical 6-month feature development and needs a complete QA strategy before coding begins.\\\\nuser: \\\"We need a comprehensive QA strategy for our upcoming project. What should our testing approach be for a complex e-commerce platform?\\\"\\\\nassistant: \\\"I'll develop a complete QA strategy addressing test planning, resource allocation, risk assessment, automation approach, and quality metrics. I'll analyze your architecture, identify critical test areas, recommend manual vs automated testing split, design test coverage targets, and establish quality gates for each release phase.\\\"\\\\n\\\\nInvoke qa-expert when you need strategic QA planning across the full development lifecycle. This agent designs the overall quality approach, unlike test-automator which focuses specifically on automation implementation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team's current quality metrics show declining quality: defect escape rate is 15%, test coverage is only 52%, and production issues are increasing.\\\\nuser: \\\"Our quality metrics are getting worse. Defect escape rate is up, coverage is down, and we're getting customer complaints. How do we fix this?\\\"\\\\nassistant: \\\"I'll analyze your defect patterns, test coverage gaps, and quality process breakdowns. I'll conduct a comprehensive quality audit to identify root causes, recommend specific improvements to your testing strategy, suggest coverage targets, and implement quality metrics tracking to prevent regression.\\\"\\\\n\\\\nUse the qa-expert when you need to diagnose systemic quality problems and develop a quality improvement plan. This agent conducts deep analysis and recommends strategic changes, not just automation or code review feedback.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team is preparing for a major release and needs to validate that all quality standards are met before deployment.\\\\nuser: \\\"We're about to release a critical update. How do we ensure quality is acceptable for production release?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive pre-release quality assessment: review test coverage against requirements, validate defect severity and resolution, check test execution results, assess risk areas, verify automated test reliability, and provide a go/no-go recommendation based on established quality gates.\\\"\\\\n\\\\nInvoke qa-expert for pre-release quality validation and release readiness assessments. This agent provides holistic quality evaluation and release recommendation, complementing the detailed code review feedback from other agents.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 501,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "refactoring-specialist",
"path": "development-tools/refactoring-specialist.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use when you need to transform poorly structured, complex, or duplicated code into clean, maintainable systems while preserving all existing behavior. Specifically:\\\\n\\\\n\\\\nContext: A codebase has methods exceeding 200 lines, deeply nested conditionals, and 15% code duplication across similar functions.\\\\nuser: \\\"Help me refactor this legacy payment processing module. The methods are too long and the logic is hard to follow.\\\"\\\\nassistant: \\\"I'll analyze the code for smells like long methods and duplicated logic, create comprehensive characterization tests to verify behavior, then systematically apply extract method, inline temporary variables, and consolidate duplicate code while tracking complexity metrics.\\\"\\\\n\\\\nInvoke this agent when code quality metrics show complexity issues, code smells are detected, or maintainability is suffering despite tests passing. The agent excels at safe, incremental refactoring with continuous test verification.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team is modernizing a legacy system with 40% code duplication and multiple overlapping design patterns that should be consolidated.\\\\nuser: \\\"We have three similar service classes that do almost the same thing. Can you refactor them to use a single abstract base class and strategy pattern?\\\"\\\\nassistant: \\\"I'll extract the common interface, create a template method for shared behavior, break dependencies, apply the strategy pattern to the divergent parts, then run the full test suite to ensure zero behavior changes while dramatically reducing duplication.\\\"\\\\n\\\\nUse this agent for design pattern refactoring that improves architecture and eliminates duplicate logic. The agent applies SOLID principles and can handle complex structural transformations with safety guarantees.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Performance monitoring shows a database-heavy API endpoint performing 300 queries per request due to inefficient data access patterns.\\\\nuser: \\\"This endpoint is running way too many database queries. How can we refactor the data access layer?\\\"\\\\nassistant: \\\"I'll profile the queries, identify the N+1 query problems and missing indexes, refactor the data loading strategy with batch operations, introduce caching where appropriate, and validate with performance benchmarks that we've reduced queries to under 5 per request.\\\"\\\\n\\\\nInvoke the refactoring specialist when performance issues stem from structural inefficiencies (not just algorithmic) that require safe refactoring of data access, query patterns, or architectural layers.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 451,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rootly-incident-responder",
"path": "development-tools/rootly-incident-responder.md",
"category": "development-tools",
"type": "agent",
"description": "|",
"author": "",
"repo": "",
"version": "\"1.0.0\"",
"license": "",
"keywords": [],
"downloads": 86,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "slack-expert",
"path": "development-tools/slack-expert.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when developing Slack applications, implementing Slack API integrations, or reviewing Slack bot code for security and best practices. Specifically:\\\\n\\\\n\\\\nContext: Developer is building a new Slack bot using @slack/bolt that needs to handle app mentions, respond to slash commands, and display Block Kit modals.\\\\nuser: \\\"I'm building a Slack bot that handles app mentions, slash commands, and interactive modals. Can you help me set it up with proper error handling and event subscriptions?\\\"\\\\nassistant: \\\"I'll help you build this bot using @slack/bolt best practices. I'll set up proper event handlers with error handling, configure your slash commands, design Block Kit modals with proper state management, implement request signature verification, and ensure OAuth V2 flow is correctly configured. I'll also add rate limit handling and test everything before deployment.\\\"\\\\n\\\\nInvoke slack-expert when building new Slack bots or applications, especially when you need guidance on @slack/bolt patterns, event handling architecture, or Block Kit UI design. This agent excels at setting up production-ready bots with security and scalability.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team has existing Slack integration code that needs security and efficiency review before production deployment.\\\\nuser: \\\"We have a Slack app that posts notifications to channels. Can you review it for security issues, rate limiting problems, and deprecated API usage?\\\"\\\\nassistant: \\\"I'll review your Slack code for request signature verification, secure token management, rate limit handling with exponential backoff, deprecated API calls, and Block Kit migration opportunities. I'll verify OAuth scopes follow principle of least privilege, check error handling patterns, and ensure it follows production readiness standards.\\\"\\\\n\\\\nUse slack-expert for code reviews of existing Slack integrations when you need to verify security practices, identify deprecated APIs, ensure rate limiting is implemented correctly, or prepare for production deployment.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Developer is implementing OAuth authentication and webhook handling for a Slack app that will be distributed to multiple workspaces.\\\\nuser: \\\"I need to implement OAuth V2 authentication for our Slack app that will be installed in different workspaces. How should I handle token storage, socket mode vs HTTP webhooks, and event acknowledgment?\\\"\\\\nassistant: \\\"I'll help you set up OAuth V2 flow with secure token storage in environment variables, guide you on choosing Socket Mode for development vs HTTP webhooks for production, implement proper event acknowledgment to avoid duplicates, and ensure your app scales properly with multiple workspace installations. I'll also add monitoring and logging for production reliability.\\\"\\\\n\\\\nInvoke slack-expert when implementing authentication flows, webhook handling, or preparing a Slack app for distribution to multiple workspaces. This agent specializes in security-first OAuth implementation and production-ready architectures.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 151,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "technical-debt-manager",
"path": "development-tools/technical-debt-manager.md",
"category": "development-tools",
"type": "agent",
"description": "Expert technical debt analyst for code health, maintainability, and strategic refactoring planning. Use PROACTIVELY when codebase shows complexity growth, when planning sprints, or when prioritizing engineering work.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 521,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-automator",
"path": "development-tools/test-automator.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to build, implement, or enhance automated test frameworks, create test scripts, or integrate testing into CI/CD pipelines. Specifically:\\\\n\\\\n\\\\nContext: A team has identified a set of manual test cases that need to be automated to reduce regression testing time from 3 days to hours.\\\\nuser: \\\"We have 200+ manual test cases that we need to automate. Our QA team spends 3 days on regression testing each sprint. Can you build an automation framework?\\\"\\\\nassistant: \\\"I'll design and implement a complete test automation framework. First, I'll analyze your manual test cases to identify automation candidates, select appropriate frameworks and tools for your tech stack, design the framework architecture with reusable components, create test scripts for your priority cases, and integrate everything into your CI/CD pipeline. We'll focus on maintainability and execution speed.\\\"\\\\n\\\\nUse test-automator when you have an automation strategy in place (from qa-expert) and need hands-on implementation of test frameworks and scripts. This agent builds the actual automation solution, not the strategic quality plan.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing test automation suite is brittle, has flaky tests, and is difficult to maintain. The team wants to refactor and improve the framework.\\\\nuser: \\\"Our automated tests are failing randomly, taking too long to run, and the code is hard to maintain. How do we fix our test framework?\\\"\\\\nassistant: \\\"I'll audit your current framework, identify maintenance issues and flaky test causes, refactor the architecture using best practices like page object models, improve wait strategies and error handling, optimize test execution for speed and parallelization, add comprehensive logging and reporting, and document patterns for your team.\\\"\\\\n\\\\nInvoke test-automator to improve existing automation infrastructure. This agent specializes in framework optimization, addressing flakiness, improving maintainability, and scaling test execution—the implementation-level work.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A development team is building a new microservices platform and needs to automate API testing as part of their CI/CD pipeline.\\\\nuser: \\\"We're building microservices with APIs. We need automated API testing integrated into CI/CD so we can catch integration issues early. How should we set this up?\\\"\\\\nassistant: \\\"I'll design an API-specific test automation strategy using contract testing and data-driven approaches. I'll create a framework for request building, response validation, and error scenario testing. I'll handle authentication, mock services, performance assertions, and CI/CD integration with result reporting and failure analysis.\\\"\\\\n\\\\nUse test-automator for specific automation implementation work like API testing, UI automation, or mobile testing. This agent takes the testing requirements and builds working automation infrastructure and test scripts.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 304,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-engineer",
"path": "development-tools/test-engineer.md",
"category": "development-tools",
"type": "agent",
"description": "Test automation and quality assurance specialist. Use PROACTIVELY for test strategy, test automation, coverage analysis, CI/CD testing, and quality engineering practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6295,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "thinking-beast-mode",
"path": "development-tools/thinking-beast-mode.md",
"category": "development-tools",
"type": "agent",
"description": "Use this agent for long-running, autonomous multi-step engineering tasks that must be driven to full completion without handing control back early — e.g., \"fix this failing test suite and don't stop until every test passes,\" \"implement this feature end-to-end including tests,\" or \"track down this intermittent bug.\" The agent plans, investigates the codebase (and the web when needed), implements, and rigorously verifies before ending its turn, checking off a visible todo list as it goes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tooling-engineer",
"path": "development-tools/tooling-engineer.md",
"category": "development-tools",
"type": "agent",
"description": "\"Use this agent when you need to build or enhance developer tools including CLIs, code generators, build tools, and IDE extensions. Specifically:\\\\n\\\\n\\\\nContext: Team has recurring manual tasks that could be automated with a custom CLI tool.\\\\nuser: \\\"We spend 30 minutes daily on repetitive deployment checks and configuration validation. Can you design and build a CLI tool that automates this?\\\"\\\\nassistant: \\\"I'll design a performant CLI tool with subcommands for your common workflows, built-in configuration management, interactive prompts for validation, and progress indicators. I'll ensure startup time is under 100ms, make it cross-platform compatible, add shell completion support, and include comprehensive error handling with helpful messages. The tool will be distributed via npm with auto-update capability.\\\"\\\\n\\\\nInvoke tooling-engineer when you need to build new developer tools, CLIs, code generators, or enhance tool architecture. This is distinct from build-engineer (who optimizes existing build systems) and dx-optimizer (who improves workflows without necessarily building new tools). Tooling-engineer creates new tools from scratch or significantly extends existing ones.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Organization wants to standardize code generation and scaffolding across multiple projects.\\\\nuser: \\\"We need a code generation tool that can scaffold new services following our architecture patterns. It should generate TypeScript types, database migrations, API routes, and tests automatically.\\\"\\\\nassistant: \\\"I'll build a schema-driven code generator with plugin support for different code types. It will include template engines for customization, AST manipulation for type generation, scaffold commands for service creation, configuration management for project-specific settings, and comprehensive documentation. I'll ensure extensibility so teams can add custom generators, and include validation to guarantee generated code follows your standards.\\\"\\\\n\\\\nUse tooling-engineer for specialized code generation tools, scaffolding systems, and generators that reduce boilerplate and enforce architectural patterns across teams. These tools typically integrate with CI/CD and require careful design for extensibility.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team needs to build IDE extensions and language server protocols for better developer experience.\\\\nuser: \\\"We want to build a VS Code extension that provides code completion, refactoring, and debugging capabilities for our custom DSL. Can you design the architecture and implementation?\\\"\\\\nassistant: \\\"I'll design the extension with a language server protocol implementation for cross-editor compatibility, create syntax highlighting and code completion providers, build refactoring tools, integrate debugging support, and design the plugin architecture for extensibility. I'll optimize for performance, ensure users can configure the extension through settings, and provide clear error messages with recovery suggestions.\\\"\\\\n\\\\nInvoke tooling-engineer when creating IDE extensions, language servers, or sophisticated tools that require plugin systems, event-driven architecture, and careful performance optimization. These tools enhance the development environment itself rather than build processes.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 144,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "unused-code-cleaner",
"path": "development-tools/unused-code-cleaner.md",
"category": "development-tools",
"type": "agent",
"description": "Detects and removes unused code (imports, functions, classes) across multiple languages. Use PROACTIVELY after refactoring, when removing features, or before production deployment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1212,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "apify-integration-expert",
"path": "devops-infrastructure/apify-integration-expert.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Expert agent for integrating Apify Actors into codebases. Handles Actor selection, workflow design, implementation across JavaScript/TypeScript and Python, testing, and production-ready deployment. Use proactively whenever the user wants to scrape a website, automate a browser task, or wire an Apify Actor into their app.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 124,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "arm-migration",
"path": "devops-infrastructure/arm-migration.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Arm Cloud Migration Assistant accelerates moving x86 workloads to Arm infrastructure. It scans the repository for architecture assumptions, portability issues, container base image and dependency incompatibilities, and recommends Arm-optimized changes. It can drive multi-arch container builds, validate performance, and guide optimization, enabling smooth cross-platform deployment directly inside GitHub.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-iac-exporter",
"path": "devops-infrastructure/azure-iac-exporter.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates, Terraform, Pulumi).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 99,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-iac-generator",
"path": "devops-infrastructure/azure-iac-generator.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Central hub for generating Infrastructure as Code (Bicep, ARM, Terraform, Pulumi) with format-specific validation and best practices. Use this skill when the user asks to generate, create, write, or build infrastructure code, deployment code, or IaC templates in any format (Bicep, ARM Templates, Terraform, Pulumi).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-infra-engineer",
"path": "devops-infrastructure/azure-infra-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use when designing, deploying, or managing Azure infrastructure with focus on network architecture, Entra ID integration, PowerShell automation, and Bicep IaC. Specifically:\\\\n\\\\n\\\\nContext: Building a multi-region Azure infrastructure with hybrid identity and secure networking for an enterprise migration\\\\nuser: \\\"We're migrating on-premises workloads to Azure. Need multi-region infrastructure with VNets, NSGs, Azure Firewall, Entra ID sync with on-prem AD, managed identities for applications, and everything automated with PowerShell and Bicep templates.\\\"\\\\nassistant: \\\"I'll design and implement: multi-region VNet architecture with hub-spoke topology, Azure Firewall for centralized security, NSG rules with least-privilege access, Entra ID Connect configuration for hybrid identity, managed identities for service principals, comprehensive Bicep templates for infrastructure-as-code, PowerShell scripts for deployment and ongoing management, RBAC policies aligned with your AD groups, and monitoring/alerting for all resources.\\\"\\\\n\\\\nUse azure-infra-engineer when you need to design complete Azure network infrastructure, integrate on-premises identity systems (Entra ID), automate deployments with PowerShell and Bicep, or manage complex multi-region Azure environments. This agent specializes in the infrastructure layer and operational automation that azure-specialist/cloud-architect don't dive into.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Converting manual Azure deployments to infrastructure-as-code with Bicep and automating operational tasks with PowerShell\\\\nuser: \\\"Our Azure infrastructure is created manually through the portal and undocumented. We have VMs, storage, networking, all done manually. How do we convert to Bicep, version control it, automate deployments, and ensure consistency across dev/test/prod?\\\"\\\\nassistant: \\\"I'll create a Bicep-based IaC strategy: map existing resources, write modular Bicep templates for compute/network/storage/security, set up parameter files for different environments, create PowerShell deployment scripts with pre-flight validation, establish naming standards and tagging strategy, implement resource group organization, set up CI/CD pipelines for Bicep validation and deployment, document architecture decisions, and train your team on maintaining IaC.\\\"\\\\n\\\\nInvoke azure-infra-engineer when modernizing from manual Azure deployments to infrastructure-as-code, implementing Bicep templates, automating operational tasks with PowerShell, or establishing IaC governance and best practices for your Azure subscriptions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Troubleshooting Azure networking issues and implementing security policies for compliance\\\\nuser: \\\"VMs can't reach on-premises databases through our site-to-site VPN. We need to debug VNet routing, NSG rules, Azure Firewall policies, and implement zero-trust principles with managed identities. Also need to audit access with Azure Policies.\\\"\\\\nassistant: \\\"I'll diagnose and fix: check VNet peering and routing tables with PowerShell, validate NSG rules on subnets/NICs, test Azure Firewall rules and diagnostics, fix VPN gateway configuration, implement user-defined routes (UDRs), set up managed identities for all services eliminating shared secrets, apply Azure Policy for zero-trust enforcement, audit RBAC assignments, and create runbooks for monitoring connectivity and enforcing compliance automatically.\\\"\\\\n\\\\nUse azure-infra-engineer for Azure networking troubleshooting, security policy implementation, VPN/ExpressRoute configuration, identity and access management (Entra ID, managed identities, RBAC), or compliance automation with Azure Policies and PowerShell operational scripts.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 122,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-logic-apps-expert",
"path": "devops-infrastructure/azure-logic-apps-expert.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-principal-architect",
"path": "devops-infrastructure/azure-principal-architect.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 140,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-saas-architect",
"path": "devops-infrastructure/azure-saas-architect.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 136,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-verified-modules-bicep",
"path": "devops-infrastructure/azure-verified-modules-bicep.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-verified-modules-terraform",
"path": "devops-infrastructure/azure-verified-modules-terraform.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 93,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "bicep-implement",
"path": "devops-infrastructure/bicep-implement.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 96,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "bicep-plan",
"path": "devops-infrastructure/bicep-plan.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Act as implementation planner for your Azure Bicep Infrastructure as Code task.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "cloud-architect",
"path": "devops-infrastructure/cloud-architect.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use this agent when you need to design, evaluate, or optimize cloud infrastructure architecture at scale. Invoke when designing multi-cloud strategies, planning cloud migrations, implementing disaster recovery, optimizing cloud costs, or ensuring security/compliance across cloud platforms. Specifically:\\\\n\\\\n\\\\nContext: A company is planning to migrate their monolithic on-premises application to the cloud and needs architectural guidance.\\\\nuser: \\\"We're moving from on-premises to AWS. We have 200 users, need 99.9% uptime, and expect 50% growth annually. What should our architecture look like?\\\"\\\\nassistant: \\\"I'll design a scalable, resilient AWS architecture. Based on your requirements, I recommend a multi-AZ deployment with auto-scaling, RDS for databases with read replicas, CloudFront CDN for static content, and CloudWatch for monitoring. This gives you 99.99% availability, handles 3x traffic spikes, and costs ~40% less than traditional on-premises.\\\"\\\\n\\\\nUse the cloud-architect when the user needs to design a complete cloud infrastructure from scratch, especially for migrations. The agent provides comprehensive architecture design covering compute, storage, networking, security, and cost optimization.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An organization is running in AWS but expenses are 60% higher than expected and they need cost optimization without sacrificing performance.\\\\nuser: \\\"Our AWS bill jumped to $150K/month. We're using mostly on-demand instances. How do we optimize costs?\\\"\\\\nassistant: \\\"Let me analyze your workloads. I recommend: right-sizing your EC2 instances (typically saves 20-30%), purchasing 3-year Reserved Instances for baseline capacity (40% discount), implementing Spot Instances for fault-tolerant workloads (70% discount), enabling S3 Intelligent-Tiering for storage lifecycle, and using AWS Compute Optimizer. Projected savings: 45-50% or ~$70K/month.\\\"\\\\n\\\\nUse the cloud-architect for cost optimization scenarios where existing infrastructure needs financial improvements. The agent applies FinOps practices and cloud-specific cost reduction strategies.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A healthcare provider needs to ensure their multi-cloud infrastructure meets HIPAA compliance and implements proper disaster recovery.\\\\nuser: \\\"We use AWS and Azure for redundancy. We need HIPAA compliance and must survive a complete region failure with recovery in under 4 hours.\\\"\\\\nassistant: \\\"I'll design a compliant, resilient architecture. For HIPAA: implement encryption at rest/in-transit, create isolated VPCs with network segmentation, enable CloudTrail/audit logging, implement zero-trust access control. For DR: replicate data across regions in real-time, set up automated failover with RTO < 4 hours, create runbooks, test quarterly. I'll document the architecture and compliance mappings.\\\"\\\\n\\\\nUse the cloud-architect when addressing regulatory compliance, disaster recovery requirements, or complex multi-cloud scenarios. The agent designs security-first architectures and business continuity strategies.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2021,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deployment-engineer",
"path": "devops-infrastructure/deployment-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use this agent when designing, building, or optimizing CI/CD pipelines and deployment automation strategies. Specifically:\\\\n\\\\n\\\\nContext: A team wants to accelerate their release process and reduce deployment friction.\\\\nuser: \\\"Our deployments are slow and manual. We deploy every 2 weeks with 4-hour windows. Can you help?\\\"\\\\nassistant: \\\"I'll use the deployment-engineer agent to analyze your current process and implement a modern CI/CD pipeline targeting daily deployments with automated safety checks.\\\"\\\\n\\\\nWhen a user needs to design or improve deployment pipelines, increase deployment frequency, or implement CI/CD automation, invoke the deployment-engineer agent to design comprehensive solutions.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Infrastructure team needs to implement safer deployment strategies with minimal downtime.\\\\nuser: \\\"We need to roll out features without taking the service down. How do we set up blue-green and canary deployments?\\\"\\\\nassistant: \\\"I'll use the deployment-engineer agent to architect and implement blue-green and canary deployment strategies with automated rollback capabilities and monitoring integration.\\\"\\\\n\\\\nWhen the user needs to implement specific deployment strategies like blue-green, canary, or rolling updates with zero-downtime guarantees, use the deployment-engineer agent to design and build the solution.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Organization requires faster incident recovery and rollback capabilities.\\\\nuser: \\\"When deployments go wrong, it takes us 45 minutes to recover. We need faster rollbacks.\\\"\\\\nassistant: \\\"I'll use the deployment-engineer agent to design automated rollback procedures, implement health checks, and configure rapid incident response mechanisms to reduce MTTR below 30 minutes.\\\"\\\\n\\\\nWhen the focus is on deployment reliability, rollback speed, incident recovery, or meeting DORA metrics (deployment frequency, lead time, MTTR, change failure rate), the deployment-engineer agent is the right choice.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3917,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "devops-engineer",
"path": "devops-infrastructure/devops-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use this agent when building or optimizing infrastructure automation, CI/CD pipelines, containerization strategies, and deployment workflows to accelerate software delivery while maintaining reliability and security. Specifically:\\\\n\\\\n\\\\nContext: A team has repetitive manual infrastructure provisioning processes that take hours and need to migrate to Infrastructure as Code with multiple cloud environments.\\\\nuser: \\\"We're manually provisioning servers for dev, staging, and production. It's error-prone and slow. We need to automate this with IaC using Terraform, support AWS and Azure, and ensure consistency across environments.\\\"\\\\nassistant: \\\"I'll architect a comprehensive IaC solution. I'll design modular Terraform modules for compute, networking, storage, and databases. I'll set up multi-environment structures with dev/staging/prod configurations, implement state management, create automated drift detection, and establish GitOps workflows so deployments trigger on code changes. I'll also add security scanning and compliance automation.\\\"\\\\n\\\\nUse the devops-engineer agent when implementing Infrastructure as Code, automating infrastructure provisioning, or migrating from manual processes to fully automated, version-controlled infrastructure management.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A development team struggles with slow, unreliable deployments and wants to establish modern CI/CD practices with multiple deployment strategies.\\\\nuser: \\\"Our deployments take 2 hours, fail frequently, and have no rollback capability. We need a proper CI/CD pipeline with containerization, automated testing gates, canary deployments, and quick rollbacks.\\\"\\\\nassistant: \\\"I'll design a complete CI/CD transformation. I'll containerize your application with Docker, build an automated pipeline using GitHub Actions or GitLab CI with test automation and security scanning, implement canary and blue-green deployment strategies, set up comprehensive monitoring with automated rollbacks, and create runbooks for incident response. I'll target 10+ deployments per day with sub-30-minute MTTR.\\\"\\\\n\\\\nInvoke this agent when establishing or improving CI/CD pipelines, implementing deployment automation, reducing mean time to deployment, and enabling teams to deploy safely and frequently.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Production incidents reveal gaps in monitoring, observability, and incident response processes that delay recovery and create toil for the team.\\\\nuser: \\\"We had an outage last week that took 4 hours to detect and 2 hours to resolve. We need better monitoring, alerting, observability, and documented incident response procedures.\\\"\\\\nassistant: \\\"I'll establish production observability and incident response. I'll implement comprehensive metrics collection, centralized logging, distributed tracing, and intelligent alerting with alert routing. I'll create SLOs and error budgets to balance feature velocity with reliability. I'll establish on-call procedures, create runbooks for common incidents, and implement blameless postmortem processes. This will reduce MTTR to under 30 minutes and build a healthy on-call culture.\\\"\\\\n\\\\nUse this agent when building monitoring and observability infrastructure, establishing incident response procedures, reducing mean time to resolution, and improving operational reliability and team satisfaction.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 449,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "devops-expert",
"path": "devops-infrastructure/devops-expert.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 363,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "devops-incident-responder",
"path": "devops-infrastructure/devops-incident-responder.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use when actively responding to production incidents, diagnosing critical service failures, or conducting incident postmortems to implement permanent fixes and preventative measures. Specifically:\\\\n\\\\n\\\\nContext: A critical database service has gone down, causing customer-facing API timeouts. The on-call engineer needs immediate help triaging impact and determining next steps.\\\\nuser: \\\"We're getting spiked error rates on our API - database connection timeouts appearing 2 minutes ago. I need to triage this quickly.\\\"\\\\nassistant: \\\"I'll help diagnose this immediately. Let me query the system architecture and recent changes, check database logs for connection issues, identify affected services, assess customer impact, and determine if rollback or failover is needed. Do we have a distributed trace showing the failure pattern?\\\"\\\\n\\\\nUse the devops-incident-responder when actively in incident response mode needing rapid diagnosis and decision support during an active production incident.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An incident occurred 12 hours ago and was resolved, but the team needs to conduct a thorough postmortem to prevent recurrence.\\\\nuser: \\\"We had a deployment issue this morning that caused 30 minutes of downtime. Can you help us document the timeline and identify what we could have prevented?\\\"\\\\nassistant: \\\"I'll help conduct the postmortem. Let me gather the timeline from logs, analyze the root cause through the incident sequence, identify preventative measures we could have implemented, and create action items for our runbook and monitoring gaps. I'll structure this in a blameless format focused on system improvements.\\\"\\\\n\\\\nUse the devops-incident-responder for post-incident analysis and creating improvements to prevent similar failures, focusing on root cause analysis and process refinement.\\\\n\\\\n\\\\n\\\\n\\\\nContext: The engineering team wants to improve their incident detection and response capabilities to reduce MTTR and runbook coverage gaps.\\\\nuser: \\\"Our MTTR is currently 45 minutes and we only have runbooks for 60% of critical scenarios. What should we focus on first?\\\"\\\\nassistant: \\\"I'll assess your current incident readiness. Let me review your monitoring coverage, alert effectiveness, existing runbooks, team procedures, and historical incidents. I'll identify gaps in detection speed, recommend alert optimization, create runbook templates for missing procedures, and suggest automation opportunities to reduce MTTR.\\\"\\\\n\\\\nUse the devops-incident-responder when building or improving incident response infrastructure, implementing runbooks, alert optimization, and automation systems to reduce incident impact.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 114,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "devops-troubleshooter",
"path": "devops-infrastructure/devops-troubleshooter.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Production troubleshooting and incident response specialist. Use PROACTIVELY for debugging issues, log analysis, deployment failures, monitoring setup, and root cause analysis.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1553,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "incident-responder",
"path": "devops-infrastructure/incident-responder.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use this agent when an active security breach, service outage, or operational incident requires immediate response, evidence preservation, and coordinated recovery. Specifically:\\\\n\\\\n\\\\nContext: Your production database has gone offline and customers are experiencing service failures.\\\\nuser: \\\"Our database is down and affecting all users. We need to respond immediately.\\\"\\\\nassistant: \\\"I'll activate the incident-responder agent to manage this service outage - we'll assess severity, mobilize the response team, preserve evidence, coordinate communication, and execute recovery.\\\"\\\\n\\\\nWhen a critical operational incident occurs (service outage, performance degradation, data loss), use incident-responder to coordinate rapid response, investigation, and recovery with proper stakeholder communication.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Your security team has detected suspicious login activity and potential unauthorized data access.\\\\nuser: \\\"We may have been compromised. Unusual login patterns detected in the audit logs from last night.\\\"\\\\nassistant: \\\"I'll engage the incident-responder agent to handle this security incident - we'll conduct forensic analysis, assess the scope of compromise, contain the threat, and follow proper notification procedures.\\\"\\\\n\\\\nWhen a security breach or suspicious activity is discovered, use incident-responder to investigate thoroughly, collect forensic evidence, determine impact, and coordinate response with legal and compliance teams.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A production incident has been resolved and you need to conduct a post-incident review.\\\\nuser: \\\"The system is back up. Now we need to document what happened and prevent this in the future.\\\"\\\\nassistant: \\\"I'll use the incident-responder agent to facilitate the post-incident review - analyzing logs, documenting the timeline, identifying root causes, and recommending process improvements.\\\"\\\\n\\\\nAfter an incident is resolved, use incident-responder to conduct comprehensive post-incident analysis, create detailed documentation, extract lessons learned, and implement preventive measures.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 150,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "kubernetes-specialist",
"path": "devops-infrastructure/kubernetes-specialist.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use this agent when you need to design, deploy, configure, or troubleshoot Kubernetes clusters and workloads in production environments. Specifically:\\\\n\\\\n\\\\nContext: Your team needs to set up a production Kubernetes cluster with high availability, security hardening, and auto-scaling capabilities.\\\\nuser: \\\"We're migrating our microservices to Kubernetes. Can you design a production-grade cluster architecture with security best practices and performance optimization?\\\"\\\\nassistant: \\\"I'll design a multi-master control plane setup with etcd redundancy, implement CIS Kubernetes Benchmark compliance, configure RBAC and network policies, set up auto-scaling policies, and create a disaster recovery plan with tested failover procedures.\\\"\\\\n\\\\nUse the kubernetes-specialist when designing new Kubernetes infrastructure from scratch, especially when production requirements include high availability, security compliance, and scalability targets.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing Kubernetes cluster has performance issues and security gaps that need remediation.\\\\nuser: \\\"Our Kubernetes cluster is using 40% of its CPU capacity but has frequent pod evictions. Performance is degraded and we're not confident in our security posture. Can you audit and optimize?\\\"\\\\nassistant: \\\"I'll analyze your cluster configuration, review resource requests/limits, check for security vulnerabilities, implement node affinity rules, enable cluster autoscaling, and recommend storage and networking optimizations to improve efficiency while maintaining security.\\\"\\\\n\\\\nUse the kubernetes-specialist when troubleshooting cluster performance issues, security problems, or resource inefficiencies in existing environments. The agent performs diagnostics and implements targeted improvements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Your organization is adopting multi-tenancy with multiple teams sharing a single Kubernetes cluster.\\\\nuser: \\\"We need to set up namespace isolation, separate resource quotas, and ensure teams can't access each other's data. Also need network segmentation and audit logging.\\\"\\\\nassistant: \\\"I'll configure namespace-based isolation with RBAC per tenant, implement resource quotas and network policies, set up persistent volume access controls, enable audit logging with tenant filtering, and create GitOps workflows for multi-tenant management.\\\"\\\\n\\\\nUse the kubernetes-specialist when implementing multi-tenancy, complex networking requirements, or setting up GitOps workflows like ArgoCD. These scenarios require deep Kubernetes expertise for production safety.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 265,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "kusto-assistant",
"path": "devops-infrastructure/kusto-assistant.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "m365-admin",
"path": "devops-infrastructure/m365-admin.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use when automating Microsoft 365 administrative tasks including Exchange Online mailbox provisioning, Teams collaboration management, SharePoint site configuration, license lifecycle management, and Graph API-driven identity automation. Specifically:\\\\n\\\\n\\\\nContext: Enterprise onboarding new employees across departments with Exchange mailbox creation, Teams team membership, SharePoint site permissions, and license assignment\\\\nuser: \\\"We need to automate onboarding so when a new employee is added to our HR system, they automatically get an Exchange mailbox with forwarding rules, added to their department's Teams channel, granted appropriate SharePoint site permissions, and assigned the correct M365 licenses based on their role.\\\"\\\\nassistant: \\\"I'll create a comprehensive onboarding automation workflow: Connect to Exchange Online to provision mailbox with specific retention/forwarding settings, use Microsoft Graph to create/manage Teams membership and channel assignments, configure SharePoint site access with least-privilege permissions based on department, implement license assignment logic using Graph API to apply correct SKUs, add audit logging for compliance, handle error conditions with notifications, and provide a deployment guide with required permissions.\\\"\\\\n\\\\nUse m365-admin for building enterprise-scale onboarding automation across multiple M365 workloads where you need coordinated provisioning, license management via Graph API, and security controls to ensure proper access governance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Auditing and fixing external sharing misconfigurations across SharePoint and Teams before security audit\\\\nuser: \\\"Our security team found excessive external sharing in SharePoint sites and Teams channels. We need to audit all external sharing, identify misconfigured sites, disable inappropriate external access, and implement policies to prevent future issues.\\\"\\\\nassistant: \\\"I'll build an audit and remediation solution: Query SharePoint sites via Graph API to enumerate external sharing policies and site permissions, list Teams external guest access settings, generate a detailed report of high-risk external shares, create PowerShell scripts to disable external sharing where needed, implement SharePoint information barriers and Teams external access policies, set up ongoing monitoring with alerts for unauthorized external sharing attempts.\\\"\\\\n\\\\nInvoke m365-admin when you need to audit M365 security posture across Exchange, Teams, and SharePoint, remediate access misconfigurations, implement compliance policies, or prevent unauthorized external collaboration.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Bulk mailbox migration with retention policy changes and compliance holds\\\\nuser: \\\"We're consolidating from multiple Exchange organizations into a single tenant. Need to migrate 5,000 mailboxes while applying new retention policies, implementing eDiscovery holds for legal compliance, and updating transport rules for the merged organization.\\\"\\\\nassistant: \\\"I'll orchestrate the migration: Create Exchange transport rules for the consolidated domain, prepare mailbox provisioning and archive configuration using Exchange Online commands, implement retention and holds policies via Compliance Center API, validate migration waves with PowerShell batching, set up mailbox forwarding for cutover period, audit user data integrity post-migration, configure compliance holds for specified users, and create monitoring dashboards for migration progress and issues.\\\"\\\\n\\\\nUse m365-admin for complex Exchange Online migrations, bulk mailbox operations, retention policy implementations, compliance/legal holds, or when coordinating configuration changes across a large M365 tenant.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 120,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "microservices-architect",
"path": "devops-infrastructure/microservices-architect.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use when designing distributed system architecture, decomposing monolithic applications into independent microservices, or establishing communication patterns between services at scale. Specifically:\\\\n\\\\n\\\\nContext: A company has a monolithic e-commerce application becoming difficult to scale and deploy. Different teams need to own separate business domains independently.\\\\nuser: \\\"Help us decompose our monolith into microservices. We have user management, product catalog, orders, and payments all tightly coupled. What's the best way to split this?\\\"\\\\nassistant: \\\"I'll help you decompose using domain-driven design. First, let's identify bounded contexts: Users, Products, Orders, and Payments are clear domains. For service boundaries, I'd recommend: 1) User Service (authentication, profiles), 2) Product Service (catalog, inventory), 3) Order Service (orchestration, shipping), 4) Payment Service (processing, reconciliation). For data strategy, each service gets its own database. Orders needs events (OrderCreated, PaymentProcessed) published to Kafka. I'll create the architecture diagram, database schemas, and deployment manifests.\\\"\\\\n\\\\nUse this agent when facing monolith decomposition challenges or when establishing the initial microservices architecture. The agent excels at domain analysis, service boundary identification, and creating the foundational structure for distributed systems.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Multiple teams are building microservices that need to communicate. Some services need real-time responses while others can process asynchronously. Performance and failure resilience are critical requirements.\\\\nuser: \\\"We have 8 microservices that need to talk to each other. How should we handle synchronous calls like user service to order service, and asynchronous workflows like order to payment to fulfillment?\\\"\\\\nassistant: \\\"I'll design a hybrid communication strategy: For tight coupling (user→order), use gRPC with circuit breakers and timeouts for low-latency sync calls. For loose coupling (order→payment→fulfillment), use Kafka event streaming with saga pattern for distributed transactions. I'll implement resilience patterns: exponential backoff retries, bulkhead isolation per service, and health checks. Here's the service mesh config for Istio to manage traffic, retries, and timeouts automatically.\\\"\\\\n\\\\nUse this agent for complex inter-service communication design, especially when balancing synchronous and asynchronous patterns. The agent designs resilience patterns, message architectures, and service mesh configurations that production systems require.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A microservices platform has been running for 6 months but operational issues are emerging: cascading failures, deployment coordination problems, observability gaps, and unclear service ownership.\\\\nuser: \\\"Our microservices are live but we're struggling with production reliability. We need better monitoring, clearer ownership models, and ways to prevent one service failure from crashing everything.\\\"\\\\nassistant: \\\"I'll design operational excellence across three areas: 1) Resilience: implement circuit breakers, distributed tracing via Jaeger, and chaos engineering tests to find failure modes. 2) Ownership: create clear service ownership model with on-call rotations, runbooks, and SLI/SLO definitions per service. 3) Observability: deploy Prometheus for metrics, ELK for logs, and correlation IDs for tracing request flows across services. I'll also establish deployment procedures with canary releases and automated rollback triggers.\\\"\\\\n\\\\nUse this agent when implementing production hardening for existing microservices platforms. The agent focuses on operational excellence: resilience patterns, team structures, observability, and deployment strategies that mature distributed systems need.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 241,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "microsoft-study-mode",
"path": "devops-infrastructure/microsoft-study-mode.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 105,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "monitoring-specialist",
"path": "devops-infrastructure/monitoring-specialist.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Monitoring and observability infrastructure specialist. Use PROACTIVELY for metrics collection, alerting systems, log aggregation, distributed tracing, SLA monitoring, and performance dashboards.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1103,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neo4j-docker-client-generator",
"path": "devops-infrastructure/neo4j-docker-client-generator.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "AI agent that generates simple, high-quality Python Neo4j client libraries from GitHub issues with proper best practices",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 106,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "network-engineer",
"path": "devops-infrastructure/network-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use this agent when designing, optimizing, or troubleshooting cloud and hybrid network infrastructures, or when addressing network security, performance, or reliability challenges. Specifically:\\\\n\\\\n\\\\nContext: User needs to design a multi-region network for a global application with strict latency and availability requirements.\\\\nuser: \\\"We need to design a network that connects our 5 regional data centers with sub-50ms latency and 99.99% uptime. What should the architecture look like?\\\"\\\\nassistant: \\\"I'll use the network-engineer agent to design a multi-region network architecture with proper redundancy, traffic optimization, and failover mechanisms to meet your SLA requirements.\\\"\\\\n\\\\nNetwork architecture design for complex infrastructures requires expertise in topology design, redundancy patterns, and performance optimization. This is the primary use case for the network-engineer agent.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is experiencing network performance issues and needs diagnosis and optimization.\\\\nuser: \\\"Our application users in Europe are experiencing 150ms latency to our US-based services. We need to optimize our network routing and consider CDN placement.\\\"\\\\nassistant: \\\"I'll use the network-engineer agent to analyze your current traffic patterns, design a optimized routing strategy, and recommend edge location placement to reduce latency.\\\"\\\\n\\\\nPerformance troubleshooting and optimization across distributed networks is a core responsibility of the network-engineer agent.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User needs to implement security best practices across a cloud infrastructure.\\\\nuser: \\\"We're migrating to AWS and need to implement a zero-trust network architecture with proper segmentation, firewall rules, and DDoS protection.\\\"\\\\nassistant: \\\"I'll use the network-engineer agent to design a secure network with micro-segmentation, implement network ACLs, configure WAF rules, and set up DDoS protection mechanisms.\\\"\\\\n\\\\nNetwork security implementation including segmentation, access controls, and threat protection requires specialized expertise provided by the network-engineer agent.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1221,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "octopus-deploy-release-notes-mcp",
"path": "devops-infrastructure/octopus-deploy-release-notes-mcp.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Generates markdown release notes for an Octopus Deploy release by combining Octopus release/build-information data with commit details (message, author, date, diff) fetched from GitHub. Use when a user asks for release notes, a changelog, or a deployment summary for a specific Octopus Deploy project, environment, or space. Requires the Octopus Deploy MCP server and the GitHub MCP server to be configured.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "platform-engineer",
"path": "devops-infrastructure/platform-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use when building or improving internal developer platforms (IDPs), designing self-service infrastructure, or optimizing developer workflows to reduce friction and accelerate delivery. The platform-engineer agent specializes in designing platform architecture, implementing golden paths, and maximizing developer self-service capabilities. Specifically:\\\\n\\\\n\\\\nContext: A team struggles with manual environment provisioning that takes 2 weeks and bottlenecks their release cycle. They need a self-service platform.\\\\nuser: \\\"Our teams are manually provisioning environments and it's slowing us down. We need a better solution.\\\"\\\\nassistant: \\\"I'll use the platform-engineer agent to design a self-service environment provisioning platform with golden paths that reduces setup from 2 weeks to minutes, including Backstage portal integration and GitOps workflows.\\\"\\\\n\\\\nUse the platform-engineer agent when the goal is to build self-service infrastructure that reduces manual toil and improves developer velocity. This agent designs the complete platform architecture, not just individual services.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company has multiple infrastructure tools scattered across different platforms with poor discoverability. They want a unified developer experience.\\\\nuser: \\\"Developers are confused about which tools to use. We need a centralized platform and API layer.\\\"\\\\nassistant: \\\"I'll engage the platform-engineer agent to design a comprehensive developer platform with a Backstage service catalog, unified APIs, and golden path templates for common workflows.\\\"\\\\n\\\\nWhen you need to improve developer experience across an organization by creating unified abstractions and reducing cognitive load, invoke the platform-engineer agent to design the platform architecture and adoption strategy.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An organization wants to standardize how teams deploy services and ensure compliance across deployments using GitOps.\\\\nuser: \\\"We need to ensure all teams follow the same deployment process and security policies.\\\"\\\\nassistant: \\\"I'll use the platform-engineer agent to implement a GitOps-based platform with golden path templates, policy enforcement, and automated compliance validation.\\\"\\\\n\\\\nUse the platform-engineer agent when you need to design scalable, policy-driven infrastructure abstractions that enforce standards while maintaining flexibility. This includes GitOps workflows, approval processes, and compliance automation.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 159,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "se-gitops-ci-specialist",
"path": "devops-infrastructure/se-gitops-ci-specialist.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 142,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "security-engineer",
"path": "devops-infrastructure/security-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Security infrastructure and compliance specialist. Use PROACTIVELY for security architecture, compliance frameworks, vulnerability management, security automation, and incident response.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2088,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sre-engineer",
"path": "devops-infrastructure/sre-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use this agent when you need to establish or improve system reliability through SLO definition, error budget management, and automation. Invoke when implementing SLI/SLO frameworks, reducing operational toil, designing fault-tolerant systems, conducting chaos engineering, or optimizing incident response processes. Specifically:\\\\n\\\\n\\\\nContext: A rapidly growing SaaS platform is experiencing frequent outages and lacks formal reliability targets. The team is spending 60% of their time on operational toil.\\\\nuser: \\\"Our service goes down monthly, and on-call is burning people out. We don't have clear reliability targets. How do we establish reliability practices?\\\"\\\\nassistant: \\\"I'll establish an SRE framework for your platform. First, let's define SLIs for user-facing requests (latency, error rate, availability). Based on your criticality, I recommend 99.95% SLO with a 0.72% monthly error budget. We'll implement error budget policies: feature development pauses when budget burns > 5%/day. For toil reduction, I'll audit your incidents to identify automation opportunities—likely target: reduce toil from 60% to 30% in 3 months. I'll design monitoring, runbooks, and chaos tests to validate resilience. This prevents burnout while maintaining velocity.\\\"\\\\n\\\\nUse the sre-engineer when establishing SRE practices from scratch or transforming a reactive on-call culture into a data-driven reliability program. The agent designs comprehensive SLI/SLO frameworks and error budget policies.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company has defined SLOs but is consistently missing them. They want to understand what's driving violations and how to improve.\\\\nuser: \\\"Our SLO is 99.9% but we're hitting 99.2%. We don't know why. Incidents are unpredictable and recovery is slow. MTTR is 45 minutes.\\\"\\\\nassistant: \\\"Let me analyze your reliability posture. I'll review your incident history to identify patterns—common causes usually cluster around 3-4 areas. Based on typical profiles, I'll recommend: 1) Implement circuit breakers in your critical services to prevent cascading failures, 2) Set up automated playbooks for your top 5 incident types to reduce MTTR from 45 min to < 15 min, 3) Design chaos experiments targeting your weakest dependencies, 4) Establish SLO review meetings to track burn rate weekly. This typically improves SLO compliance to 99.8+% within 60 days.\\\"\\\\n\\\\nUse the sre-engineer when the organization has SLOs defined but can't meet them consistently. The agent performs root cause analysis and designs targeted reliability improvements through automation and architectural changes.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A critical infrastructure team needs to scale their system to handle 10x traffic while maintaining reliability and managing costs during growth.\\\\nuser: \\\"We're growing 100% YoY and need to handle 10x traffic in 6 months. Current costs are $200K/month. How do we scale without breaking reliability or tripling our bill?\\\"\\\\nassistant: \\\"I'll design a resilient, cost-optimized architecture for hypergrowth. First, I'll forecast capacity needs using your growth curve and design auto-scaling with predictive policies. For reliability: implement redundancy across availability zones, design graceful degradation to shed non-critical load, and set up chaos testing for failure scenarios. For cost: right-size your infrastructure, use spot instances for non-critical workloads (save ~60%), implement resource quotas. I'll also establish a capacity planning process to prevent surprises. Projected outcome: handle 10x traffic at ~80% of current per-unit costs while maintaining 99.95% SLO.\\\"\\\\n\\\\nUse the sre-engineer when the organization faces significant infrastructure changes like hypergrowth, major migrations, or major architecture shifts. The agent balances reliability, cost, and performance during transformation.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 215,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terraform-azure-implement",
"path": "devops-infrastructure/terraform-azure-implement.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terraform-azure-planning",
"path": "devops-infrastructure/terraform-azure-planning.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Act as implementation planner for your Azure Terraform Infrastructure as Code task.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 106,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terraform-engineer",
"path": "devops-infrastructure/terraform-engineer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use when building, refactoring, or scaling infrastructure as code using Terraform with focus on multi-cloud deployments, module architecture, and enterprise-grade state management. Specifically:\\\\n\\\\n\\\\nContext: Team needs to migrate AWS infrastructure from manual console provisioning to reusable Terraform modules for cost tracking and consistency.\\\\nuser: \\\"We have 50+ AWS resources scattered across three environments with no version control. Need to convert this to Terraform modules with proper state management and environments.\\\"\\\\nassistant: \\\"I'll analyze your current resources, design a modular architecture with environment-specific configurations, implement remote state with locking, and create reusable modules for compute, networking, and databases. This enables infrastructure versioning, cost attribution per environment, and safe CI/CD deployments with plan/apply approval gates.\\\"\\\\n\\\\nThis agent should be invoked when existing infrastructure needs to be converted to IaC with proper modularity and state management. The agent's expertise in multi-environment variable management, state locking, and module composition directly addresses this use case.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Platform team building internal developer platform needs reusable Terraform modules for RDS, VPC, and ECS that multiple teams can consume with different configurations.\\\\nuser: \\\"We need 5 reusable Terraform modules for common infrastructure components. Teams will consume these through module registry with version constraints.\\\"\\\\nassistant: \\\"I'll design composable modules with clear input/output contracts, implement variable validation, add comprehensive documentation, set up semantic versioning, and create examples for each module. Each module will support multiple configurations while maintaining security standards and cost tracking through resource tagging.\\\"\\\\n\\\\nInvoke this agent when you need to develop a library of reusable infrastructure modules with version management and clear contracts. The agent specializes in module composition patterns, documentation standards, and enforcing best practices across a module registry.\\\\n\\\\n\\\\n\\\\n\\\\nContext: DevOps team needs to implement policy-as-code scanning for Terraform, cost estimation, and automated security compliance checks in their CI/CD pipeline.\\\\nuser: \\\"We want to add security scanning, cost estimation, and compliance checks to our Terraform CI/CD pipeline before apply. Need integration with our GitHub workflows.\\\"\\\\nassistant: \\\"I'll implement OPA/Sentinel policies for security and compliance scanning, integrate cost estimation tools, set up automated plan/apply workflows with approval gates, enable state locking for safety, and create runbooks for disaster recovery. All scanning results and cost projections will be posted to pull requests for review.\\\"\\\\n\\\\nUse this agent when you need to establish CI/CD automation around Terraform with security scanning, cost controls, and approval workflows. The agent excels at implementing governance frameworks and enterprise deployment patterns that prevent drift and ensure compliance.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 193,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terraform-iac-reviewer",
"path": "devops-infrastructure/terraform-iac-reviewer.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Terraform-focused agent that reviews and creates safer IaC changes with emphasis on state safety, least privilege, module patterns, drift detection, and plan/apply discipline",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 119,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terraform-specialist",
"path": "devops-infrastructure/terraform-specialist.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Terraform and Infrastructure as Code specialist. Use PROACTIVELY for Terraform modules, state management, IaC best practices, provider configurations, workspace management, and drift detection.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 901,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terragrunt-expert",
"path": "devops-infrastructure/terragrunt-expert.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Expert Terragrunt specialist mastering infrastructure orchestration, DRY configurations, and multi-environment deployments. Masters stacks, units, dependency management, and scalable IaC patterns with focus on code reuse, maintainability, and enterprise-grade infrastructure automation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-deployment-specialist",
"path": "devops-infrastructure/vercel-deployment-specialist.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "Expert in Vercel platform features, edge functions, middleware, and deployment strategies. Use PROACTIVELY for Vercel deployments, performance optimization, and platform configuration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 817,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "windows-infra-admin",
"path": "devops-infrastructure/windows-infra-admin.md",
"category": "devops-infrastructure",
"type": "agent",
"description": "\"Use when managing Windows Server infrastructure, Active Directory, DNS, DHCP, and Group Policy configurations, especially for enterprise-scale deployments requiring safe automation and compliance validation. Specifically:\\\\n\\\\n\\\\nContext: Organization needs to migrate 500+ user accounts and computer objects from one Active Directory domain to another with minimal downtime and no data loss.\\\\nuser: \\\"We're consolidating domains and need to move 500 users and 200 computers safely. Can you automate this with pre-migration validation and rollback capability?\\\"\\\\nassistant: \\\"I'll design a phased migration workflow with pre-flight checks (trust relationships, replication status, object dependencies), create export/backup scripts, execute staged migrations by OU with validation at each phase, implement post-migration verification, and document rollback procedures. Testing will use a pilot group first.\\\"\\\\n\\\\nInvoke this agent for large-scale Active Directory changes requiring pre-change verification, detailed planning, and rollback paths. The agent specializes in safe change engineering with impact assessments.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Enterprise has 10 DNS zones with thousands of records across multiple servers and needs to audit, clean up scavenging settings, and document configurations for compliance.\\\\nuser: \\\"Our DNS infrastructure is undocumented and we suspect stale records. Can you audit all zones, identify issues, and create a cleanup plan with rollback documentation?\\\"\\\\nassistant: \\\"I'll enumerate all DNS zones and records across your servers, check scavenging policies and timestamps, identify potential stale entries, create cleanup scripts with WhatIf previews, export configurations for backup, and generate compliance documentation showing record counts, last-modified dates, and zone health.\\\"\\\\n\\\\nUse this agent when auditing Windows DNS/DHCP infrastructure, planning cleanup operations, or documenting configurations for compliance. The agent excels at pre-change validation and detailed reporting.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team needs to enforce standardized security settings across 50 Group Policy Objects in a large forest with multiple domains.\\\\nuser: \\\"We need to link 20 new security GPOs to OUs across three domains, validate the assignments, and measure impact with WMI filters. How do we do this safely?\\\"\\\\nassistant: \\\"I'll create the GPOs with security baselines, map OU structures to identify correct linking targets, implement WMI filters for targeted application, preview changes with targeted scope analysis, generate before/after reports showing which computers will receive settings, and provide rollback procedures if needed.\\\"\\\\n\\\\nInvoke this agent when deploying complex Group Policy changes, bulk relinking operations, or GPO migrations. The agent provides impact analysis and safe deployment with validation at each step.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "api-documenter",
"path": "documentation/api-documenter.md",
"category": "documentation",
"type": "agent",
"description": "\"Use this agent when creating or improving API documentation, writing OpenAPI specifications, building interactive documentation portals, or generating code examples for APIs. Specifically:\\\\n\\\\n\\\\nContext: A REST API has been built with multiple endpoints but lacks formal documentation or OpenAPI specifications.\\\\nuser: \\\"Our API has 40+ endpoints, but we only have scattered documentation. Can you create comprehensive OpenAPI specs and generate interactive documentation?\\\"\\\\nassistant: \\\"I'll analyze your API endpoints, create a complete OpenAPI 3.1 specification, generate code examples in multiple languages, and build an interactive documentation portal with try-it-out functionality to improve developer experience.\\\"\\\\n\\\\nUse this agent when you need to create formal, comprehensive API documentation from scratch. The agent handles OpenAPI specification writing, code example generation, and interactive portal setup—crucial for developer adoption.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing GraphQL API lacks proper documentation and developers struggle with authentication and complex queries.\\\\nuser: \\\"Our GraphQL schema is not documented. Developers can't figure out how to authenticate or write queries. We need better integration guides.\\\"\\\\nassistant: \\\"I'll document your GraphQL schema with clear type descriptions, create authentication flow examples, add real-world query examples with edge cases, and build integration guides covering common use cases and best practices.\\\"\\\\n\\\\nInvoke this agent when API documentation is missing or inadequate, causing integration friction. The agent creates guides that reduce support burden and accelerate developer onboarding.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An API is being versioned and deprecated, requiring migration guides and clear communication about breaking changes.\\\\nuser: \\\"We're releasing v2 of our API with breaking changes. How do we document the migration path and deprecation timeline?\\\"\\\\nassistant: \\\"I'll create detailed migration guides with side-by-side endpoint comparisons, document all breaking changes with resolution steps, provide upgrade code examples, and establish a deprecation timeline with clear sunset dates for v1 endpoints.\\\"\\\\n\\\\nUse this agent when managing API lifecycle events like versioning or deprecation. The agent creates documentation that ensures smooth transitions and minimizes customer disruption.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "arch",
"path": "documentation/arch.md",
"category": "documentation",
"type": "agent",
"description": "Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 183,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "changelog-generator",
"path": "documentation/changelog-generator.md",
"category": "documentation",
"type": "agent",
"description": "Changelog and release notes specialist. Use PROACTIVELY for generating changelogs from git history, creating release notes, and maintaining version documentation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1186,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "context7",
"path": "documentation/context7.md",
"category": "documentation",
"type": "agent",
"description": "Expert in latest library versions, best practices, and correct syntax using up-to-date documentation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 342,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "diagram-architect",
"path": "documentation/diagram-architect.md",
"category": "documentation",
"type": "agent",
"description": "Create technical diagrams in multiple formats (ASCII, Mermaid, PlantUML, Draw.io). Use PROACTIVELY for architecture visualization, ERD generation, flowcharts, state machines, and dependency graphs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 747,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "documentation-engineer",
"path": "documentation/documentation-engineer.md",
"category": "documentation",
"type": "agent",
"description": "\"Use this agent when you need to create, architect, or overhaul comprehensive documentation systems including API docs, tutorials, guides, and developer-friendly content that keeps pace with code changes. Specifically:\\\\n\\\\n\\\\nContext: A project has grown from 3 to 15 engineers but lacks structured documentation. Developers spend hours answering \\\"how do I use this API?\\\" questions, and onboarding new team members takes 2+ weeks.\\\\nuser: \\\"We need documentation from scratch. Build a doc site for our API, with examples, guides, and interactive endpoints. It should auto-update when our API schema changes.\\\"\\\\nassistant: \\\"I'll architect a complete documentation system: design information architecture for easy navigation, set up automated API documentation from your OpenAPI spec, create getting-started guides with runnable examples, implement search, add analytics to track which docs get used most, and set up CI/CD to auto-generate docs on every API change. I'll design it so updates come from code annotations, not manual updates.\\\"\\\\n\\\\nInvoke documentation-engineer when you're building documentation infrastructure from scratch or comprehensively overhauling an existing docs site. This agent designs the architecture, automates generation, and ensures docs stay synchronized with code.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Documentation exists but is scattered across READMEs, Confluence, outdated wikis, and comments. Developers can't find what they need, and nothing is current.\\\\nuser: \\\"Our docs are a mess. Some API info is in one place, the CLI docs somewhere else, deployment guides are outdated. Can you consolidate and organize everything into a unified, searchable system?\\\"\\\\nassistant: \\\"I'll audit all existing documentation across repositories and platforms, identify overlaps and gaps, consolidate into a single source of truth, create a clear information hierarchy with proper navigation, implement full-text search, add version switching for multiple releases, set up automated link validation to catch broken references, and establish workflows for keeping docs current. I'll also create templates so teams know how to document new features.\\\"\\\\n\\\\nUse documentation-engineer when documentation exists but is fragmented, outdated, or difficult to navigate. The agent consolidates, organizes, and establishes systems to maintain documentation quality over time.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Project has 3 separate documentation formats (generated API docs, hand-written guides, CLI help text) that get out of sync, causing user confusion and support burden.\\\\nuser: \\\"Our API documentation, guides, and CLI --help text frequently contradict each other. We need everything generated from a single source so it all stays synchronized automatically.\\\"\\\\nassistant: \\\"I'll implement documentation-as-code patterns: establish single-source-of-truth files (OpenAPI specs for APIs, command definitions for CLI, markdown sources for guides), set up automated generation pipelines that create all documentation artifacts from these sources, implement validation to ensure examples actually work, add pre-commit hooks to catch inconsistencies before merging, and configure your build to regenerate all docs on every commit.\\\"\\\\n\\\\nInvoke this agent when you want to reduce manual documentation maintenance through automation, ensure consistency across multiple documentation formats, and eliminate documentation debt by making docs part of your CI/CD pipeline.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 408,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "docusaurus-expert",
"path": "documentation/docusaurus-expert.md",
"category": "documentation",
"type": "agent",
"description": "Docusaurus documentation specialist. Use PROACTIVELY when working with Docusaurus documentation for site configuration, content management, theming, build troubleshooting, and deployment setup.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 731,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "microsoft_learn_contributor",
"path": "documentation/microsoft_learn_contributor.md",
"category": "documentation",
"type": "agent",
"description": "Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 99,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "se-technical-writer",
"path": "documentation/se-technical-writer.md",
"category": "documentation",
"type": "agent",
"description": "Technical writing specialist for creating developer documentation, technical blogs, tutorials, and educational content",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 170,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tech-debt-remediation-plan",
"path": "documentation/tech-debt-remediation-plan.md",
"category": "documentation",
"type": "agent",
"description": "Generate technical debt remediation plans for code, tests, and documentation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 140,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "technical-writer",
"path": "documentation/technical-writer.md",
"category": "documentation",
"type": "agent",
"description": "\"Use this agent when you need to create, improve, or maintain technical documentation including API references, user guides, SDK documentation, and getting-started guides. Specifically:\\\\n\\\\n\\\\nContext: A development team has completed a new REST API but lacks documentation. The API includes 12 endpoints with varying authentication methods and rate limits.\\\\nuser: \\\"We need comprehensive documentation for our new payment API. It has 12 endpoints and needs guides for different user types.\\\"\\\\nassistant: \\\"I'll use the technical-writer agent to analyze the API implementation and create complete documentation including endpoint references, authentication guides, code examples, and integration tutorials.\\\"\\\\n\\\\nInvoke the technical-writer agent when documentation needs to be created from scratch for complex technical systems. The agent excels at information architecture, creating examples, and ensuring comprehensive coverage across multiple audience types.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A user guide exists but user feedback indicates confusion and high support ticket volume about common tasks.\\\\nuser: \\\"Our support team is getting dozens of tickets about how to configure webhooks. The docs exist but aren't helping users.\\\"\\\\nassistant: \\\"I'll use the technical-writer agent to review the existing documentation, identify clarity gaps, and restructure the webhook configuration guide with step-by-step instructions and common scenarios.\\\"\\\\n\\\\nUse the technical-writer agent when existing documentation has clarity or usability problems. The agent can perform content audits, identify gaps, and rewrite for better user comprehension.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A product manager wants to improve developer onboarding experience with better SDK documentation.\\\\nuser: \\\"Our Python SDK adoption is low. I think the docs are hard to follow. Can we improve the getting-started guide?\\\"\\\\nassistant: \\\"I'll use the technical-writer agent to audit the current SDK documentation, create progressive complexity structure, add practical code examples, and develop a task-based getting-started guide.\\\"\\\\n\\\\nInvoke the technical-writer agent when improving documentation to drive adoption, reduce friction in onboarding, or increase user success metrics. The agent understands user journeys and can structure content accordingly.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2773,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "4.1-Beast",
"path": "expert-advisors/4.1-Beast.md",
"category": "expert-advisors",
"type": "agent",
"description": "GPT 4.1 as a top-notch coding agent.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "Ultimate-Transparent-Thinking-Beast-Mode",
"path": "expert-advisors/Ultimate-Transparent-Thinking-Beast-Mode.md",
"category": "expert-advisors",
"type": "agent",
"description": "Ultimate Transparent Thinking Beast Mode",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 157,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "WinFormsExpert",
"path": "expert-advisors/WinFormsExpert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Support development of .NET (OOP) WinForms Designer compatible Apps.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "address-comments",
"path": "expert-advisors/address-comments.md",
"category": "expert-advisors",
"type": "agent",
"description": "Address PR comments",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "agent-expert",
"path": "expert-advisors/agent-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "|-",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 949,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "agent-installer",
"path": "expert-advisors/agent-installer.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use this agent when the user wants to discover, browse, or install Claude Code agents from the awesome-claude-code-subagents repository. Specifically:\\\\n\\\\n\\\\nContext: User is new to Claude Code and wants to explore available agents for their project.\\\\nuser: \\\"Show me what agents are available for Python development\\\"\\\\nassistant: \\\"I'll use the agent-installer to browse the Python-related agents in the awesome-claude-code-subagents repository.\\\"\\\\n\\\\nWhen users need to discover agents that match their tech stack or use case, invoke the agent-installer to search and display matching agents from the community collection.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User has identified an agent they want to add to their local Claude Code setup.\\\\nuser: \\\"I want to install the javascript-pro agent to my .claude/agents directory\\\"\\\\nassistant: \\\"I'll use the agent-installer to download and install javascript-pro.md to your local agents folder.\\\"\\\\n\\\\nWhen users explicitly request installing a specific agent, use the agent-installer to handle the download and installation workflow, asking about global vs local installation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is searching for agents matching a specific capability or domain.\\\\nuser: \\\"What agents do you have for security testing?\\\"\\\\nassistant: \\\"Let me use the agent-installer to search the repository for security and testing-related agents.\\\"\\\\n\\\\nUse the agent-installer when users search by capability, domain, or keyword to discover relevant agents from the curated collection.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 189,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "agent-organizer",
"path": "expert-advisors/agent-organizer.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use when assembling and optimizing multi-agent teams to execute complex projects that require careful task decomposition, agent capability matching, and workflow coordination. Specifically:\\\\n\\\\n\\\\nContext: A complex feature development project needs to be broken down and assigned to a specialized team. The project involves backend API design, frontend implementation, database schema changes, security review, and performance optimization. Multiple agents with different specialties need to work in coordinated phases with clear dependencies.\\\\nuser: \\\"We have a 4-week feature development project requiring backend developers, frontend specialists, a database engineer, a security reviewer, and a performance analyst. How do we best assemble and coordinate this team to minimize bottlenecks and keep everyone working efficiently?\\\"\\\\nassistant: \\\"I'll analyze the project requirements and assemble an optimal team: (1) Task decomposition breaking the feature into 6 phases with identified dependencies (database schema first, then APIs, then frontend, with parallel security review), (2) Agent selection matching each specialist to phases where they add maximum value based on their skills, (3) Workflow design establishing clear handoffs between phases with checkpoints for validation, (4) Load balancing distributing work to keep all agents engaged without idle time, (5) Risk mitigation identifying critical path items and assigning backup coverage for key roles. The orchestrated sequence achieves 30% faster delivery than linear execution.\\\"\\\\n\\\\nInvoke the agent-organizer when you're assembling a team from multiple specialized agents and need to structure how they collaborate. This agent excels at sequencing work, optimizing handoffs, and ensuring the team's combined strengths are fully leveraged without coordination delays.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A production incident requires rapid response but the optimal solution involves expertise from 5 different specialist agents. The incident is complex - involving performance degradation in a microservice, database query inefficiency, a potential memory leak, infrastructure scaling issues, and downstream impact on user experience. The agents need to work in parallel on diagnostics while coordinating findings.\\\\nuser: \\\"We have a critical production incident affecting 10K users. Five different problems seem to be contributing: slow database queries, high memory usage, insufficient autoscaling, a potential code regression, and infrastructure misconfiguration. We need to assign specialist agents to each problem area, but they also need to share findings in real-time to identify root causes faster.\\\"\\\\nassistant: \\\"I'll orchestrate an efficient incident response: (1) Parallel team assembly deploying database-optimizer, memory-profiler, infrastructure-specialist, code-reviewer, and observability-expert simultaneously on their respective areas, (2) Shared context setup enabling agents to contribute findings to a central incident dashboard, (3) Dependency mapping identifying that database optimization might reduce memory pressure and infrastructure scaling might mask the code regression, (4) Coordination rules defining when agents should escalate findings and when to pause to avoid thrashing, (5) Result synthesis with one agent synthesizing findings into the root cause and optimal resolution sequence. First diagnosis achieved in 8 minutes vs typical 45 minutes.\\\"\\\\n\\\\nUse the agent-organizer when incidents or complex problems require parallel investigation by multiple specialists who need to share context and coordinate findings. The agent ensures specialists focus on their domain while maintaining visibility across the full problem landscape.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A large codebase refactoring initiative spans multiple domains (data layer, API layer, frontend layer, testing infrastructure, documentation). Each domain needs a specialist agent, but the work has complex dependencies and sequencing constraints. Changes in the data layer block API improvements, which block frontend work, and all of this must be coordinated with test automation updates.\\\\nuser: \\\"We're planning a major refactoring across 5 interconnected components. Each component needs a specialist, but they can't work independently - the data layer changes first, then APIs depend on those changes, then frontend, with continuous testing updates. We need a plan that prevents agents from being blocked while maintaining code quality.\\\"\\\\nassistant: \\\"I'll design an optimized refactoring orchestration: (1) Detailed dependency analysis revealing that 40% of work can proceed in parallel (testing infrastructure updates, documentation refactoring) while 60% must follow the data-API-frontend sequence, (2) Phased team assembly starting with data-layer-specialist for week 1, bringing in api-engineer week 2 once foundational changes are ready, frontend-specialist week 3, (3) Workflow design establishing integration points between phases where agents validate compatibility before proceeding, (4) Knowledge transfer planning ensuring frontend agent understands API changes and testing engineer updates test strategies in sync, (5) Risk mitigation with rollback strategies at each phase boundary. Orchestrated approach completes in 6 weeks vs estimated 10 weeks with sequential execution.\\\"\\\\n\\\\nInvoke the agent-organizer when coordinating work across many interdependent components with sequencing constraints. This agent identifies parallelization opportunities, prevents bottlenecks from blocking unrelated work, and maintains quality through coordinated integration.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 305,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "architect-review",
"path": "expert-advisors/architect-review.md",
"category": "expert-advisors",
"type": "agent",
"description": "Use this agent to review code for architectural consistency and patterns. Specializes in SOLID principles, proper layering, and maintainability. Examples: Context: A developer has submitted a pull request with significant structural changes. user: 'Please review the architecture of this new feature.' assistant: 'I will use the architect-reviewer agent to ensure the changes align with our existing architecture.' Architectural reviews are critical for maintaining a healthy codebase, so the architect-reviewer is the right choice. Context: A new service is being added to the system. user: 'Can you check if this new service is designed correctly?' assistant: 'I'll use the architect-reviewer to analyze the service boundaries and dependencies.' The architect-reviewer can validate the design of new services against established patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5769,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "atlassian-requirements-to-jira",
"path": "expert-advisors/atlassian-requirements-to-jira.md",
"category": "expert-advisors",
"type": "agent",
"description": "Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 146,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "context-manager",
"path": "expert-advisors/context-manager.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata. Specifically:\\\\n\\\\n\\\\nContext: A multi-agent workflow is underway with 5 specialized agents (code-reviewer, test-automator, security-auditor, performance-monitor, documentation-engineer) working on different aspects of a pull request. Each agent needs consistent access to the same codebase state, previous findings, and shared insights.\\\\nuser: \\\"We're coordinating 5 agents on a complex pull request review. Agent A found a security vulnerability, Agent B discovered performance issues, and Agent C has refactoring suggestions. The agents need synchronized access to findings and the ability to build on each other's work without conflicts.\\\"\\\\nassistant: \\\"I'll establish a context management system to store and synchronize findings across all 5 agents. This includes: (1) Shared context storage for code state and test results with versioning to track changes, (2) Fast retrieval mechanisms ensuring <100ms access time for agents to fetch latest findings, (3) Conflict detection and merge algorithms so multiple agents can safely update related information, (4) Audit trails tracking all updates and decisions for accountability. Each agent will access the context through standardized queries, preventing inconsistencies.\\\"\\\\n\\\\nInvoke the context-manager when orchestrating multiple specialized agents that need to maintain consistent shared state. This agent excels at preventing coordination failures and ensuring all agents work with current, reliable information without conflicts.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A task-distribution system is managing 50+ background jobs across multiple services. Each job has state (pending, running, completed, failed), metadata (worker assignment, retry count, timestamps), performance metrics (execution time, memory usage), and dependencies on other jobs. The system needs fast lookups of job status, efficient updates when jobs progress, and reliable synchronization across distributed workers.\\\\nuser: \\\"Our job queue system is struggling with stale data. Worker nodes sometimes see outdated job status, causing duplicate executions. We also need historical tracking of what each worker executed for audit purposes and quick retrieval of job details for monitoring dashboards.\\\"\\\\nassistant: \\\"I'll design a context management system optimized for your distributed job workflow: (1) Time-series storage for job metadata with partitioning by job_id and timestamp for efficient range queries, (2) Multi-layered caching (in-memory for hot jobs, persistent for full history) achieving 89%+ cache hit rates, (3) Version vectors ensuring causal consistency across worker nodes even with eventual consistency, (4) Event streaming for real-time job status updates with guaranteed delivery, (5) Compression and archival policies to manage storage costs at scale while maintaining 99.9% availability.\\\"\\\\n\\\\nUse the context-manager when building distributed systems that need consistent state across many components. This agent optimizes for the specific challenges of keeping metadata fresh, performing fast retrievals, and handling the complexity of scale.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A multi-agent research team (data-analyst, ml-engineer, llm-architect, nlp-engineer) is collaborating on a complex ML project. They need to share experiment configurations, training metrics, model versions, hyperparameter choices, intermediate results, and lessons learned across weeks of iterations. Different agents must retrieve historical data, understand how decisions evolved, and build improvements on previous work without losing context.\\\\nuser: \\\"Our ML team is running hundreds of experiments. Each agent logs different metrics and findings. We're losing track of what was tried before, why decisions were made, and how to reproduce specific results. We need a system that lets any agent quickly access the full experiment history, understand decision rationale, and coordinate on next steps.\\\"\\\\nassistant: \\\"I'll implement a comprehensive context management system for your ML research workflow: (1) Hierarchical storage organizing experiments by date, agent, model version with tag-based and full-text search for fast discovery, (2) Schema design supporting flexible metadata (configs, metrics, hyperparameters, code checkpoints, notes) that evolves with your research, (3) Query optimization for common patterns (find all experiments with learning_rate=0.001, retrieve metrics for model v3, list findings from nlp-engineer) achieving sub-100ms response times, (4) Version control tracking how parameters and decisions evolved, enabling comparison and understanding of impact, (5) Access patterns supporting both exploratory queries (What did we learn about batch_size?) and precise retrieval (Get exact results from experiment #284).\\\"\\\\n\\\\nInvoke the context-manager when knowledge needs to be preserved and retrieved across long research cycles or iterative development. This agent ensures organizational memory is maintained, discoveries aren't lost, and future work builds on solid historical foundations.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 224,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "critical-thinking",
"path": "expert-advisors/critical-thinking.md",
"category": "expert-advisors",
"type": "agent",
"description": "Challenge assumptions and encourage critical thinking to ensure the best possible solution and outcomes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 431,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "custom-agent-foundry",
"path": "expert-advisors/custom-agent-foundry.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert at designing and creating VS Code custom agents with optimal configurations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "debug",
"path": "expert-advisors/debug.md",
"category": "expert-advisors",
"type": "agent",
"description": "Debug your application to find and fix a bug",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 161,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "declarative-agents-architect",
"path": "expert-advisors/declarative-agents-architect.md",
"category": "expert-advisors",
"type": "agent",
"description": "Specialized agent",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 115,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dependency-manager",
"path": "expert-advisors/dependency-manager.md",
"category": "expert-advisors",
"type": "agent",
"description": "Use this agent to manage project dependencies. Specializes in dependency analysis, vulnerability scanning, and license compliance. Examples: Context: A user wants to update all project dependencies. user: 'Please update all the dependencies in this project.' assistant: 'I will use the dependency-manager agent to safely update all dependencies and check for vulnerabilities.' The dependency-manager is the right tool for dependency updates and analysis. Context: A user wants to check for security vulnerabilities in the dependencies. user: 'Are there any known vulnerabilities in our dependencies?' assistant: 'I'll use the dependency-manager to scan for vulnerabilities and suggest patches.' The dependency-manager can scan for vulnerabilities and help with remediation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 794,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "documentation-expert",
"path": "expert-advisors/documentation-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Use this agent to create, improve, and maintain project documentation. Specializes in technical writing, documentation standards, and generating documentation from code. Examples: Context: A user wants to add documentation to a new feature. user: 'Please help me document this new API endpoint.' assistant: 'I will use the documentation-expert to generate clear and concise documentation for your API.' The documentation-expert is the right choice for creating high-quality technical documentation. Context: The project's documentation is outdated. user: 'Can you help me update our README file?' assistant: 'I'll use the documentation-expert to review and update the README with the latest information.' The documentation-expert can help improve existing documentation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4298,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dotnet-upgrade",
"path": "expert-advisors/dotnet-upgrade.md",
"category": "expert-advisors",
"type": "agent",
"description": "Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 139,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "droid",
"path": "expert-advisors/droid.md",
"category": "expert-advisors",
"type": "agent",
"description": "Provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 82,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "drupal-expert",
"path": "expert-advisors/drupal-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert assistant for Drupal development, architecture, and best practices using PHP 8.3+ and modern Drupal patterns",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 107,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "error-coordinator",
"path": "expert-advisors/error-coordinator.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use this agent when distributed system errors occur and need coordinated handling across multiple components, or when you need to implement comprehensive error recovery strategies with automated failure detection and cascade prevention. Specifically:\\\\n\\\\n\\\\nContext: A database service fails, and multiple dependent microservices start experiencing timeouts and connection errors. The team needs to correlate these errors, prevent cascading failures, and coordinate recovery.\\\\nuser: \\\"We have database connection errors cascading through our microservices. Database is responding slowly, and we're seeing timeouts in API services and batch jobs.\\\"\\\\nassistant: \\\"I'll use the error-coordinator to analyze the error cascade, identify the root cause, implement circuit breakers to prevent further cascading failures, configure automated fallbacks, and orchestrate recovery in the correct order.\\\"\\\\n\\\\nUse the error-coordinator when errors have started cascading across multiple systems and you need to prevent further damage while implementing coordinated recovery strategies.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A DevOps team wants to improve system resilience by implementing comprehensive error handling patterns, but lacks a coordinated approach to detect, classify, and recover from failures.\\\\nuser: \\\"We need better error handling across our system. Currently we have scattered retry logic and no coordination between services.\\\"\\\\nassistant: \\\"I'll use the error-coordinator to design an error taxonomy, implement centralized error detection and correlation, set up automated recovery flows with retry strategies and fallback mechanisms, and create post-mortem automation to learn from failures.\\\"\\\\n\\\\nUse the error-coordinator to design and implement complete error handling systems that coordinate across multiple services with consistent patterns and automated learning.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An incident occurs and the team needs to quickly understand what failed, why it happened, and how to prevent similar failures. They need automated post-mortem generation and recovery testing.\\\\nuser: \\\"We had a payment service outage that affected customers for 20 minutes. We need to understand what happened and make sure it doesn't happen again.\\\"\\\\nassistant: \\\"I'll use the error-coordinator to perform automated post-mortem analysis extracting timeline and root cause, implement chaos engineering tests to validate recovery procedures, and generate actionable prevention strategies.\\\"\\\\n\\\\nUse the error-coordinator when you need to analyze past failures, perform comprehensive post-incident review, and implement learning systems to prevent similar errors.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "expert-dotnet-software-engineer",
"path": "expert-advisors/expert-dotnet-software-engineer.md",
"category": "expert-advisors",
"type": "agent",
"description": "Provide expert .NET software engineering guidance using modern software design patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 196,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gilfoyle",
"path": "expert-advisors/gilfoyle.md",
"category": "expert-advisors",
"type": "agent",
"description": "Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gpt-5-beast-mode",
"path": "expert-advisors/gpt-5-beast-mode.md",
"category": "expert-advisors",
"type": "agent",
"description": "Beast Mode 2.0: A powerful autonomous agent tuned specifically for GPT-5 that can solve complex problems by using tools, conducting research, and iterating until the problem is fully resolved.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "implementation-plan",
"path": "expert-advisors/implementation-plan.md",
"category": "expert-advisors",
"type": "agent",
"description": "Generate an implementation plan for new features or refactoring existing code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 276,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "it-ops-orchestrator",
"path": "expert-advisors/it-ops-orchestrator.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use for orchestrating complex IT operations tasks that span multiple domains (PowerShell automation, .NET development, infrastructure management, Azure, M365) by intelligently routing work to specialized agents. Specifically:\\\\n\\\\n\\\\nContext: An organization needs to audit stale Active Directory users and then disable them in a safe manner.\\\\nuser: \\\"We need to find all inactive AD users from the last 90 days and disable them. I want enumeration of users, a safety check before disabling, and a clear implementation plan.\\\"\\\\nassistant: \\\"I'll coordinate this across multiple specialists: (1) I'll route the enumeration logic to powershell-5.1-expert to build the query for inactive users, (2) send the results to ad-security-reviewer for safety validation to ensure we're not disabling service accounts, (3) work with windows-infra-admin to create the final implementation plan with proper change controls. This multi-agent approach ensures correctness and safety.\\\"\\\\n\\\\nInvoke it-ops-orchestrator when a task requires breaking down ambiguous multi-domain problems into sub-problems that each need different specialists. This agent excels at identifying task boundaries and routing to the right experts.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A team needs to deploy cost-optimized Azure VMs with custom automation scripts for configuration management.\\\\nuser: \\\"Design and deploy Azure VMs with cost optimization, then create PowerShell scripts to configure them automatically.\\\"\\\\nassistant: \\\"I'll decompose this into two specialized workflows: (1) Send architecture and cost-optimization decisions to azure-infra-engineer who will design the VM deployment strategy with sizing recommendations, (2) route the automation requirements to powershell-7-expert who will write the configuration scripts. I'll coordinate between them to ensure the deployment parameters and automation hooks align perfectly.\\\"\\\\n\\\\nUse it-ops-orchestrator when handling cross-domain tasks that combine infrastructure decisions with implementation work. The agent's routing expertise prevents contradictions between different specialists.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A production system has scheduled tasks that contain hardcoded credentials, creating a security vulnerability.\\\\nuser: \\\"We have scheduled tasks with embedded credentials that need to be secured immediately. Review the security risks and implement a fix.\\\"\\\\nassistant: \\\"I'll coordinate the security review and implementation: (1) powershell-security-hardening will analyze the credential exposure patterns and recommend hardening approaches like credential managers or managed identities, (2) powershell-5.1-expert will implement the refactored scheduled task code, (3) I'll ensure both agents align on the final solution so it meets security requirements and works operationally.\\\"\\\\n\\\\nInvoke it-ops-orchestrator when tasks require security validation before implementation. This agent ensures safety and compliance workflows are properly sequenced and coordinated.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 103,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "janitor",
"path": "expert-advisors/janitor.md",
"category": "expert-advisors",
"type": "agent",
"description": "Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 130,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "knowledge-synthesizer",
"path": "expert-advisors/knowledge-synthesizer.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use when you need to extract actionable patterns from agent interactions, synthesize insights across multiple workflows, and enable organizational learning from collective experience. Specifically:\\\\n\\\\n\\\\nContext: A multi-agent development team has completed 50+ code reviews across 15 projects over 3 months. Each code-reviewer agent documented findings, performance-engineer logged metrics, and security-auditor captured vulnerabilities. The team needs to identify common patterns, extract best practices, and understand what makes reviews most effective.\\\\nuser: \\\"We've run hundreds of code reviews with different agents and tools. We're seeing recurring issues, but haven't captured lessons. Can you analyze all the interactions and tell us what patterns emerge? What should we be doing more of, and what mistakes keep happening?\\\"\\\\nassistant: \\\"I'll analyze all 50+ code reviews to extract actionable patterns. This includes: (1) Identifying recurring vulnerability types and which detection patterns catch them most reliably, (2) Analyzing which review approaches yield highest code quality improvements, (3) Extracting best practices from the most effective agents and documenting why they succeed, (4) Detecting failure patterns in reviews where critical issues slipped through, (5) Synthesizing recommendations for improving review processes organization-wide, (6) Creating a knowledge graph mapping vulnerability types to detection strategies to optimal fixes.\\\"\\\\n\\\\nInvoke knowledge-synthesizer when you have substantial interaction history and want to extract patterns, best practices, and systematic improvements. This agent excels at finding signal in noisy multi-agent data and turning experience into actionable intelligence.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A machine learning team has been iterating on model development for weeks with ml-engineer, data-scientist, and performance-monitor agents generating thousands of metrics, experiment configurations, hyperparameter choices, and training outcomes. Previous experiments inform current ones, but the team struggles to remember what was tried and why certain approaches failed.\\\\nuser: \\\"We've run so many experiments. Teams keep repeating failed approaches and don't know why we rejected them before. We also need to capture what actually worked so new team members understand our strategy.\\\"\\\\nassistant: \\\"I'll synthesize your ML research into structured knowledge: (1) Mining all experiment metadata to build a decision history showing why each hyperparameter choice was made and what results followed, (2) Identifying high-performing configurations and the specific conditions that made them successful, (3) Extracting failure patterns - which approaches consistently underperformed and the early signals that could predict failure, (4) Creating recommendation system for new experiments suggesting promising hyperparameter ranges based on historical performance, (5) Generating team training materials documenting discovered best practices and common pitfalls.\\\"\\\\n\\\\nUse knowledge-synthesizer in iterative R&D workflows where learning from history directly improves future decisions. This agent prevents repetition of failures and accelerates progress by turning experiments into systematic knowledge.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An organization is running 10+ concurrent agents handling different aspects of infrastructure management (azure-infra-engineer, kubernetes-specialist, terraform-engineer). Each agent logs actions, issues, and solutions. The organization wants to understand which patterns lead to reliable systems and which issues are systematic problems requiring policy changes.\\\\nuser: \\\"Our infrastructure team works across multiple platforms. We keep running into similar issues but they're hard to track. When deployment fails, do we have a pattern? Are there configuration choices that lead to better stability? How do we evolve our practices based on what we're learning?\\\"\\\\nassistant: \\\"I'll build systematic intelligence from your infrastructure operations: (1) Analyzing deployment outcomes across all infrastructure agents to identify which configurations correlate with reliability, (2) Detecting systematic problems - issues that appear across teams or platforms indicating root causes vs isolated incidents, (3) Extracting best practices in platform management, deployment strategy, and failure recovery from your highest-performing operations, (4) Identifying early warning indicators of degradation so issues are caught before impact, (5) Generating infrastructure evolution recommendations backed by actual operational data, (6) Creating knowledge artifacts (runbooks, decision trees, configuration templates) based on patterns discovered.\\\"\\\\n\\\\nInvoke knowledge-synthesizer when managing complex systems with multiple components and want to evolve practices based on actual operational patterns. This agent transforms raw event data into actionable infrastructure policies.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 152,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "kotlin-mcp-expert",
"path": "expert-advisors/kotlin-mcp-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert assistant for building Model Context Protocol (MCP) servers in Kotlin using the official SDK.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 124,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "legal-advisor",
"path": "expert-advisors/legal-advisor.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use this agent when you need to draft contracts, review compliance requirements, develop IP protection strategies, or assess legal risks for technology businesses. Specifically:\\\\n\\\\n\\\\nContext: Startup is launching a SaaS product and needs to establish foundational legal protection before customer agreements.\\\\nuser: \\\"We need a Terms of Service, Privacy Policy, and GDPR compliance roadmap for our new SaaS product launching in 3 months. We're handling user data and need to ensure we're legally protected.\\\"\\\\nassistant: \\\"I'll develop a comprehensive legal framework: draft compliant ToS with liability limitations, create a Privacy Policy addressing GDPR and CCPA requirements, establish data processing procedures, design consent flows, and provide a compliance checklist with implementation timeline. I'll also identify key jurisdictions to address and potential gaps in your current data handling.\\\"\\\\n\\\\nUse legal-advisor when launching products or services that require legal infrastructure like ToS, privacy policies, or data handling compliance. This covers multi-jurisdictional requirements and proactive legal framework setup.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Company is signing significant vendor contracts and needs risk assessment before commitment.\\\\nuser: \\\"We're evaluating a major cloud infrastructure contract with AWS. Can you review this agreement and identify risky clauses, liability exposures, and negotiation points? We want to understand what we're signing up for.\\\"\\\\nassistant: \\\"I'll conduct a detailed contract analysis: identify liability caps and indemnification issues, flag unclear SLA terms, assess penalty clauses, review data ownership and security requirements, highlight auto-renewal and termination provisions, and prioritize negotiation points by risk level. I'll provide specific recommended language changes and fallback positions.\\\"\\\\n\\\\nInvoke legal-advisor when reviewing or negotiating vendor contracts, partnership agreements, or other binding commitments. This focuses on protecting business interests while identifying negotiable terms.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Tech company wants to strengthen IP protection and avoid infringement risks.\\\\nuser: \\\"We need to audit our intellectual property strategy. We've built proprietary algorithms and tools, and we want to understand: should we patent, what trade secrets need protecting, do we need trademark registration? Also checking if we're infringing anything.\\\"\\\\nassistant: \\\"I'll develop a comprehensive IP strategy: assess patentability of your algorithms, recommend trademark registration approach for your brand and tools, establish trade secret protection procedures, create employee IP assignment policies, conduct competitive analysis to identify infringement risks, and propose licensing agreements for any third-party dependencies.\\\"\\\\n\\\\nUse legal-advisor for intellectual property strategy when you need to protect proprietary technology, establish trademark/patent strategy, or assess infringement risks. This is critical before product launch or significant funding rounds.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 154,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-m365-agent-expert",
"path": "expert-advisors/mcp-m365-agent-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert assistant for building MCP-based declarative agents for Microsoft 365 Copilot with Model Context Protocol integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mentor",
"path": "expert-advisors/mentor.md",
"category": "expert-advisors",
"type": "agent",
"description": "Help mentor the engineer by providing guidance and support.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 177,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "meta-agentic-project-scaffold",
"path": "expert-advisors/meta-agentic-project-scaffold.md",
"category": "expert-advisors",
"type": "agent",
"description": "Meta agentic project creation assistant to help users create and manage project workflows effectively.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 114,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "modernization",
"path": "expert-advisors/modernization.md",
"category": "expert-advisors",
"type": "agent",
"description": "Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 143,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "multi-agent-coordinator",
"path": "expert-advisors/multi-agent-coordinator.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use when coordinating multiple concurrent agents that need to communicate, share state, synchronize work, and handle distributed failures across a system. Specifically:\\\\n\\\\n\\\\nContext: A data pipeline has 8 specialized agents running in parallel—data-ingestion, validation, transformation, enrichment, quality-check, storage, monitoring, and error-handling agents. They need to coordinate state changes, pass data between stages, and respond to failures anywhere in the pipeline.\\\\nuser: \\\"We have 8 agents processing data through different stages. Some need to wait for others to finish, they need to exchange data, and if one fails, others need to know about it. Can you coordinate all of this?\\\"\\\\nassistant: \\\"I'll set up coordination across your 8 agents by: establishing clear communication channels between dependent agents, implementing message passing for data exchange, creating dependency graphs to control execution order, setting up distributed failure detection across all agents, implementing compensation logic so if the quality-check agent fails, the transformation agent can adjust accordingly, and monitoring the entire pipeline to detect bottlenecks or cascade failures.\\\"\\\\n\\\\nInvoke multi-agent-coordinator when you have multiple agents that need to work together in a tightly coupled way with shared state, synchronization points, and distributed failure handling. This is distinct from agent-organizer (which selects and assembles teams) and workflow-orchestrator (which models business processes). Use coordinator for real-time inter-agent communication.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Running a distributed search system where a query-distributor agent sends requests to 5 parallel search-engine agents, which send results to a result-aggregator agent. The system needs to handle timeouts, partial failures, and dynamic load balancing.\\\\nuser: \\\"We're building a meta-search system where one coordinator sends queries to 5 parallel search engines, and they all need to send results to an aggregator. If some are slow, we need to handle that gracefully. How do we coordinate this?\\\"\\\\nassistant: \\\"I'll design the coordination using scatter-gather pattern: the query-distributor sends requests to all 5 search-engine agents in parallel, I'll implement timeout handling so slow responders don't block the aggregator, set up circuit breakers to prevent cascading failures if a search engine is down, implement partial result collection so the aggregator can combine whatever results come back within the timeout window, and add fallback logic to redistribute work if an agent fails.\\\"\\\\n\\\\nUse multi-agent-coordinator for real-time synchronization of multiple agents processing in parallel, especially when dealing with timeouts, partial failures, and dynamic load balancing. This is ideal for scatter-gather patterns and real-time distributed systems.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A microservices system has agents for user-service, order-service, inventory-service, and payment-service. They operate semi-independently but occasionally need to coordinate complex transactions like order placement that spans multiple agents with rollback requirements.\\\\nuser: \\\"Our services run independently, but when a customer places an order, we need user-service to validate the user, inventory-service to reserve stock, and payment-service to charge the card. If any step fails, all need to rollback. Can you coordinate this?\\\"\\\\nassistant: \\\"I'll implement coordination using a saga pattern: set up checkpoints where agents can commit or rollback state, define compensation logic for each agent (if payment fails, unreserve inventory and clear the user order), implement distributed transaction semantics so all agents reach a consistent state even under failures, establish communication channels for agents to signal state changes to each other, and add monitoring to detect and recover from partial failures.\\\"\\\\n\\\\nInvoke multi-agent-coordinator when agents must maintain transactional consistency across multiple semi-independent services, requiring compensation logic and distributed commit semantics. This handles complex distributed transactions with rollback requirements.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 361,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-monitor",
"path": "expert-advisors/performance-monitor.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use when establishing observability infrastructure to track system metrics, detect performance anomalies, and optimize resource usage across multi-agent environments. Specifically:\\\\n\\\\n\\\\nContext: A distributed multi-agent system is processing hundreds of concurrent tasks across 50+ agents (backend-developer, frontend-developer, test-automator, code-reviewer, security-auditor, etc.). There is no current monitoring visibility, making it impossible to identify which components are slow, where resources are being wasted, or when the system is approaching capacity limits.\\\\nuser: \\\"Our multi-agent orchestration handles 500+ concurrent tasks daily but we have zero observability. When the system slows down, we don't know if it's agent CPU, memory pressure, I/O bottlenecks, or task distribution issues. We need monitoring that tells us exactly where performance degrades.\\\"\\\\nassistant: \\\"I'll implement comprehensive performance monitoring covering: (1) Agent-level metrics tracking CPU, memory, execution time, and task throughput for each of the 50+ agents enabling per-agent performance analysis, (2) System-level metrics aggregating resource usage, API response times, and queue depths across the full orchestration layer, (3) Real-time dashboards showing current agent status and system resource consumption with <1s latency, (4) Baseline establishment defining normal performance ranges so deviations are instantly detectable, (5) Anomaly detection identifying when any metric exceeds thresholds (e.g., agent CPU >80%, task latency >2s) triggering alerts within 5 minutes.\\\"\\\\n\\\\nInvoke the performance-monitor when deploying multi-agent systems that lack observability. This agent excels at establishing baseline metrics, creating visibility into bottlenecks, and enabling data-driven optimization decisions across complex orchestrations.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A production system with 8 critical services (payment processing, data pipeline, api-gateway, worker-pool, cache-layer, database, queue-manager, notification-service) is experiencing intermittent slowdowns. Performance is degrading over time but root cause is unclear. The team suspects either resource exhaustion, inefficient database queries, or network issues but has no systematic way to pinpoint the problem.\\\\nuser: \\\"Every afternoon around 3pm our system gets slow. Response times spike from 200ms to 2000ms. We suspect it's either our database struggling under load, inefficient queries, or worker processes being CPU-starved. We need detailed metrics showing exactly what changes at 3pm and which component is the bottleneck.\\\"\\\\nassistant: \\\"I'll build a performance monitoring system optimized for bottleneck identification: (1) Distributed tracing across all 8 services showing request flow, latency breakdown at each hop, and which component adds the most delay, (2) Database metrics tracking query performance, connection pool saturation, index efficiency, and I/O throughput, (3) Correlation analysis identifying when system slowdown coincides with specific events (peak load times, batch jobs, data migrations), (4) Historical trend analysis showing how performance has degraded over weeks/months to predict future capacity issues, (5) Automated reports showing the critical path - the exact sequence of components responsible for 80% of latency.\\\"\\\\n\\\\nUse the performance-monitor when troubleshooting production systems with unclear performance degradation. This agent specializes in systematic bottleneck identification, historical trend analysis, and delivering root cause insights backed by detailed metrics data.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company is scaling its backend infrastructure from handling 100 requests/second to 10,000 requests/second. Engineers need to understand current resource utilization at scale, identify which components don't scale linearly, forecast when capacity limits will be hit, and plan infrastructure investments. They also want to track optimization impact as changes are made.\\\\nuser: \\\"We're planning a 100x scale increase. Currently at 100 req/s with ~30% CPU utilization. At 10,000 req/s, will we need 100 machines or 500? Which components don't scale? How much will latency increase? We need monitoring that forecasts bottlenecks and shows optimization ROI.\\\"\\\\nassistant: \\\"I'll design a performance monitoring system enabling scaling predictions: (1) Capacity planning metrics showing resource usage per request, efficiency curves for each service, and linear vs. non-linear scaling patterns, (2) Load testing dashboards simulating scaled scenarios, projecting machine requirements, identifying which services become bottlenecks at 10,000 req/s, (3) Forecasting models predicting when CPU, memory, disk, and network will saturate based on growth trends, (4) Optimization tracking dashboards measuring the impact of each change - showing CPU reduction, latency improvement, and cost savings from tuning efforts, (5) Service-level objective (SLO) dashboards tracking error budgets and reliability targets aligned with scaling goals.\\\"\\\\n\\\\nInvoke the performance-monitor when planning infrastructure scaling or major optimization initiatives. This agent excels at capacity forecasting, showing optimization ROI, and providing the metrics foundation needed for data-driven infrastructure decisions.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 147,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "php-mcp-expert",
"path": "expert-advisors/php-mcp-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 175,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pimcore-expert",
"path": "expert-advisors/pimcore-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert Pimcore development assistant specializing in CMS, DAM, PIM, and E-Commerce solutions with Symfony integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "plan",
"path": "expert-advisors/plan.md",
"category": "expert-advisors",
"type": "agent",
"description": "Strategic planning and architecture assistant focused on thoughtful analysis before implementation. Helps developers understand codebases, clarify requirements, and develop comprehensive implementation strategies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 284,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "planner",
"path": "expert-advisors/planner.md",
"category": "expert-advisors",
"type": "agent",
"description": "Generate an implementation plan for new features or refactoring existing code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 275,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "power-bi-performance-expert",
"path": "expert-advisors/power-bi-performance-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert Power BI performance optimization guidance for troubleshooting, monitoring, and improving the performance of Power BI models, reports, and queries.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 145,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "power-bi-visualization-expert",
"path": "expert-advisors/power-bi-visualization-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 203,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "power-platform-mcp-integration-expert",
"path": "expert-advisors/power-platform-mcp-integration-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 104,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "principal-software-engineer",
"path": "expert-advisors/principal-software-engineer.md",
"category": "expert-advisors",
"type": "agent",
"description": "Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 347,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "refine-issue",
"path": "expert-advisors/refine-issue.md",
"category": "expert-advisors",
"type": "agent",
"description": "Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 122,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "research-technical-spike",
"path": "expert-advisors/research-technical-spike.md",
"category": "expert-advisors",
"type": "agent",
"description": "Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 108,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "se-ux-ui-designer",
"path": "expert-advisors/se-ux-ui-designer.md",
"category": "expert-advisors",
"type": "agent",
"description": "Jobs-to-be-Done analysis, user journey mapping, and UX research artifacts for Figma and design workflows",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 260,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "specification",
"path": "expert-advisors/specification.md",
"category": "expert-advisors",
"type": "agent",
"description": "Generate or update specification documents for new or existing functionality.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 200,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "swift-mcp-expert",
"path": "expert-advisors/swift-mcp-expert.md",
"category": "expert-advisors",
"type": "agent",
"description": "Expert assistance for building Model Context Protocol servers in Swift using modern concurrency features and the official MCP Swift SDK.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "task-distributor",
"path": "expert-advisors/task-distributor.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use when distributing tasks across multiple agents or workers, managing queues, and balancing workloads to maximize throughput while respecting priorities and deadlines. Specifically:\\\\n\\\\n\\\\nContext: A code review system needs to distribute 500 pull requests across 8 specialist agents (code-reviewer, security-auditor, performance-engineer, accessibility-tester, documentation-engineer, test-automator, and 2 general-purpose reviewers). Each agent has different expertise areas, varying capacity, and changing availability. PR size varies from 50 lines to 5000 lines, some are marked urgent, and each has a deadline.\\\\nuser: \\\"We have 500 PRs in the queue and 8 review agents with different skills. Some agents are faster, some specialize in security, others in performance. How do we get the right PR to the right agent while keeping queue time under 4 hours and respecting urgency?\\\"\\\\nassistant: \\\"I'll design a task-distributor system that: (1) Profiles each agent's skills (security, performance, accessibility, testing, documentation), capacity (PRs per day), and current load, (2) Classifies PRs by complexity, expertise required, and deadline urgency, (3) Implements smart matching ensuring each PR goes to the most appropriate agent, (4) Uses weighted round-robin for load balancing so fast agents get more PRs, (5) Applies deadline-aware scheduling so urgent PRs are prioritized, (6) Continuously monitors queue depth and rebalances if an agent falls behind, (7) Tracks delivery: 500 PRs distributed across 8 agents with average queue time of 2.1 hours, 98% deadline compliance, and 89% load variance.\\\"\\\\n\\\\nInvoke task-distributor when you have multiple heterogeneous workers with different skills and capacities that need to process a queue of tasks with varying complexity and urgency. Use when direct skill-to-task matching and fair load balancing across workers is critical for throughput.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A machine learning training system manages 200+ ML training jobs. Each job has different compute requirements (some CPU-only, some GPU-heavy), expected duration (10 min to 10 hours), priority (experiments vs production training), and resource constraints. The system has 3 GPU clusters with limited capacity, and training completion times directly impact model deployment timelines.\\\\nuser: \\\"Our ML team has 200+ training jobs waiting. Some need GPU, some need high memory, different priorities. We have 3 GPU clusters with limited slots, and we're wasting capacity because jobs are queued inefficiently. How do we prioritize and distribute to meet deadlines while not overloading any cluster?\\\"\\\\nassistant: \\\"I'll build a distributed task system that: (1) Analyzes resource requirements for each job (CPU cores, GPU type, memory, disk), (2) Models cluster capacity and current utilization across 3 GPU clusters, (3) Implements capacity-based assignment so jobs only go to clusters with sufficient resources, (4) Uses priority + deadline scheduling to surface time-sensitive production training ahead of experiments, (5) Applies bin-packing algorithms to minimize wasted GPU capacity, (6) Detects and prevents queue overflow by accepting jobs into the queue only when cluster capacity supports them, (7) Results: 200 jobs distributed with 94% resource utilization, 87% on-time completion, and average job wait time reduced from 4 hours to 52 minutes.\\\"\\\\n\\\\nUse task-distributor when managing resource-constrained job systems where optimal distribution directly impacts utilization and deadline compliance. Essential when jobs have heterogeneous resource requirements and limited cluster capacity requires intelligent bin-packing.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A background job system processes transactions, generates reports, sends notifications, and handles cleanup tasks. Jobs have variable SLAs (transactions must complete within 5 min, reports within 2 hours, notifications within 30 sec), and queue depth fluctuates from 50 to 50,000 jobs during peak periods. The system has 5 worker pools of varying speeds and costs.\\\\nuser: \\\"Our background job queue is growing out of control. Notifications sometimes wait 5 minutes when they should take 30 seconds. Reports queue for hours. We have 5 worker pools we can use, but right now we're using them inefficiently. How do we distribute jobs fairly while respecting SLA deadlines?\\\"\\\\nassistant: \\\"I'll implement a priority + SLA-aware task distributor that: (1) Defines priority tiers and SLA windows (critical/30 sec, high/5 min, medium/2 hour, low/unlimited), (2) Segments the queue into separate priority channels to prevent slow low-priority jobs from blocking urgent work, (3) Assigns worker pools by SLA strictness (fastest workers for critical notifications, standard workers for medium jobs), (4) Implements starvation prevention so low-priority jobs eventually get processed, (5) Monitors queue depth and dynamically spawns additional workers during peaks, (6) Tracks: 50K job queue handled with 97% SLA compliance, critical notifications averaging 8 sec (vs 5 min target), eliminating queue overflow through intelligent distribution and overflow control.\\\"\\\\n\\\\nInvoke task-distributor when managing diverse job types with different SLA requirements and queue overflow risks. Critical when fair scheduling must prevent fast-executing jobs from starving longer jobs, and when respecting strict deadlines is essential.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 156,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "voidbeast-gpt41enhanced",
"path": "expert-advisors/voidbeast-gpt41enhanced.md",
"category": "expert-advisors",
"type": "agent",
"description": "4.1 voidBeast_GPT41Enhanced 1.0 : a advanced autonomous developer agent, designed for elite full-stack development with enhanced multi-mode capabilities. This latest evolution features sophisticated mode detection, comprehensive research capabilities, and never-ending problem resolution. Plan/Act/Deep Research/Analyzer/Checkpoints(Memory)/Prompt Generator Modes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 96,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "wg-code-alchemist",
"path": "expert-advisors/wg-code-alchemist.md",
"category": "expert-advisors",
"type": "agent",
"description": "Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 122,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "workflow-orchestrator",
"path": "expert-advisors/workflow-orchestrator.md",
"category": "expert-advisors",
"type": "agent",
"description": "\"Use this agent when you need to design, implement, or optimize complex business process workflows with multiple states, error handling, and transaction management. Specifically:\\\\n\\\\n\\\\nContext: You're building an e-commerce order processing system with payment validation, inventory checks, and fulfillment coordination across multiple services.\\\\nuser: \\\"I need to design a workflow that handles order processing with rollback capabilities if payment fails or inventory is unavailable\\\"\\\\nassistant: \\\"I'll use the workflow-orchestrator agent to design a robust workflow with saga patterns for distributed transactions, compensation logic for rollbacks, and state management to track each stage of the order.\\\"\\\\n\\\\nUse the workflow-orchestrator when designing state-driven business processes that require coordination across multiple systems with transactional guarantees and error recovery.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An approval workflow is experiencing bottlenecks and manual intervention failures, with tasks sometimes stuck in intermediate states.\\\\nuser: \\\"Our approval workflow has 15% of tasks failing to progress. Can you analyze and optimize it?\\\"\\\\nassistant: \\\"I'll analyze the workflow's state machine, error handling, and recovery procedures using the workflow-orchestrator to identify bottlenecks, implement retry strategies, and add compensation logic to prevent task stalling.\\\"\\\\n\\\\nInvoke the workflow-orchestrator when troubleshooting existing workflows to improve reliability, reduce manual intervention, and optimize process performance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: You need to ensure workflow system reliability and observability across multiple concurrent processes with SLA requirements.\\\\nuser: \\\"We're running 500 concurrent workflows and need monitoring, error tracking, and audit trails for compliance\\\"\\\\nassistant: \\\"I'll set up comprehensive monitoring with the workflow-orchestrator, including state tracking, performance metrics, dead letter handling, and audit logging to meet compliance requirements and detect failures.\\\"\\\\n\\\\nUse the workflow-orchestrator for implementing production workflow systems that require high reliability (99.9%+), complete audit trails, and continuous observability.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 241,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "audio-mixer",
"path": "ffmpeg-clip-team/audio-mixer.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Multi-track audio mixing and mastering specialist. Use PROACTIVELY for complex audio arrangements, track balancing, spatial audio, sound design, and professional audio production.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 342,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "audio-quality-controller",
"path": "ffmpeg-clip-team/audio-quality-controller.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Audio quality enhancement and analysis specialist. Use PROACTIVELY for loudness normalization, noise reduction, audio standardization, and broadcast-ready quality control.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 357,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "podcast-content-analyzer",
"path": "ffmpeg-clip-team/podcast-content-analyzer.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Podcast content analysis specialist. Use PROACTIVELY for identifying viral moments, creating chapter markers, extracting SEO keywords, and scoring engagement potential from transcripts.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 292,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "podcast-metadata-specialist",
"path": "ffmpeg-clip-team/podcast-metadata-specialist.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Podcast metadata and show notes specialist. Use PROACTIVELY for SEO-optimized titles, chapter markers, platform-specific descriptions, and comprehensive publishing metadata.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 264,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "podcast-transcriber",
"path": "ffmpeg-clip-team/podcast-transcriber.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Audio transcription specialist. Use PROACTIVELY for extracting accurate transcripts from media files with speaker identification, timestamps, and structured output.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 282,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "social-media-clip-creator",
"path": "ffmpeg-clip-team/social-media-clip-creator.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Social media video clip optimization specialist. Use PROACTIVELY for creating platform-specific clips with proper aspect ratios, subtitles, thumbnails, and encoding optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 559,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "timestamp-precision-specialist",
"path": "ffmpeg-clip-team/timestamp-precision-specialist.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Frame-accurate timestamp extraction specialist. Use PROACTIVELY for precise cut points, speech boundary detection, silence analysis, and professional podcast editing timestamps.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 336,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "video-editor",
"path": "ffmpeg-clip-team/video-editor.md",
"category": "ffmpeg-clip-team",
"type": "agent",
"description": "Video editing and production specialist. Use PROACTIVELY for video cuts, transitions, effects, color correction, multi-track editing, and professional video assembly using FFmpeg.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 661,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "bettoredge-value-finder",
"path": "finance/bettoredge-value-finder.md",
"category": "finance",
"type": "agent",
"description": "Find +EV betting opportunities on BettorEdge prediction markets with edge calculation, Kelly criterion sizing, and bankroll management",
"author": "big_bettin",
"repo": "",
"version": "1.0.0",
"license": "",
"keywords": [],
"downloads": 165,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "fintech-engineer",
"path": "finance/fintech-engineer.md",
"category": "finance",
"type": "agent",
"description": "\"Use when building payment systems, financial integrations, or compliance-heavy financial applications that require secure transaction processing, regulatory adherence, and high transaction accuracy. Specifically:\\\\n\\\\n\\\\nContext: Building a new payment gateway that handles credit card processing with PCI DSS compliance requirements.\\\\nuser: \\\"We need to build a payment processing system that handles 10k transactions per second with multiple payment methods. It needs PCI DSS Level 1 certification and full audit trails.\\\"\\\\nassistant: \\\"I'll architect a secure payment processing system with tokenization, idempotent transaction handling, and comprehensive audit logging. We'll implement zero-trust security, real-time transaction monitoring, and automated compliance reporting to meet PCI DSS Level 1 requirements.\\\"\\\\n\\\\nUse the fintech-engineer when implementing payment systems that require stringent security standards, compliance certifications, and transaction-level accuracy guarantees.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Integrating multiple banking APIs and core banking systems for a neobank platform.\\\\nuser: \\\"We're building a neobank and need to integrate with 5 different core banking systems, handle account opening workflows, and implement KYC/AML procedures.\\\"\\\\nassistant: \\\"I'll design the banking integration layer with proper account management, transaction routing, and compliance workflows. We'll implement KYC identity verification, watchlist screening, and ongoing AML monitoring with regulatory reporting pipelines.\\\"\\\\n\\\\nUse the fintech-engineer when establishing banking integrations, implementing regulatory compliance procedures like KYC/AML, or building systems that must satisfy banking regulators.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Developing risk management and fraud detection systems for a trading platform.\\\\nuser: \\\"Our trading platform needs real-time fraud detection, position tracking, and risk management to prevent unauthorized transactions. We also need P&L calculations and margin requirements.\\\"\\\\nassistant: \\\"I'll implement a comprehensive risk management system with real-time fraud detection using behavioral analysis and machine learning models. We'll add position tracking, margin calculations, and automated trading limits with real-time compliance monitoring.\\\"\\\\n\\\\nUse the fintech-engineer when building financial platforms requiring sophisticated risk systems, fraud prevention, or complex financial calculations like trading P&L and margin management.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 314,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "payment-integration",
"path": "finance/payment-integration.md",
"category": "finance",
"type": "agent",
"description": "\"Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing. Specifically:\\\\n\\\\n\\\\nContext: An e-commerce platform needs to integrate a payment gateway to accept credit cards, manage subscriptions, and handle refunds with PCI compliance.\\\\nuser: \\\"We need to integrate Stripe for payments. We have subscription tiers, need to handle refunds, and must be PCI compliant. What's the best approach?\\\"\\\\nassistant: \\\"I'll design a complete payment integration. First, let me query the context manager for your business model and transaction volumes. Then I'll implement tokenization to avoid storing card data, set up webhook handlers for subscription events, implement proper error handling with retries, and ensure PCI DSS compliance through secure token vaults. I'll include comprehensive testing and audit logging.\\\"\\\\n\\\\nInvoke payment-integration when building a complete payment system from scratch that requires gateway integration, compliance, and secure transaction flows. This agent handles architecture, security, and all payment-specific concerns.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A SaaS platform has an existing payment system but needs to add multi-currency support, handle currency conversion, and optimize fees across different payment methods.\\\\nuser: \\\"Our payment system only works in USD. We want to expand globally with multi-currency support and optimized routing to minimize payment processing fees.\\\"\\\\nassistant: \\\"I'll implement multi-currency support with exchange rate management, set up intelligent gateway routing to optimize fees per currency, implement proper settlement currency handling, and add currency conversion with fraud checks. I'll configure compliance rules for different regions and set up reporting to track currency-specific metrics.\\\"\\\\n\\\\nUse payment-integration when enhancing existing payment systems with new features like multi-currency support, alternative payment methods, or optimization for cost and reliability.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A payments team discovered fraudulent transactions and wants to strengthen fraud detection without blocking legitimate transactions.\\\\nuser: \\\"We're seeing a spike in chargebacks from our payment processing. How do we implement better fraud detection?\\\"\\\\nassistant: \\\"I'll implement layered fraud prevention: velocity checks to detect unusual patterns, address verification (AVV) for card validation, 3D Secure for authentication, and machine learning risk scoring. I'll configure dunning management for failed payments and set up manual review workflows for high-risk transactions. I'll balance security with conversion by tuning detection thresholds.\\\"\\\\n\\\\nInvoke payment-integration when you need to add or improve fraud prevention, handle disputes and chargebacks, or strengthen transaction security without negatively impacting legitimate customers.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 290,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "quant-analyst",
"path": "finance/quant-analyst.md",
"category": "finance",
"type": "agent",
"description": "\"Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical validation, derivatives pricing models, and portfolio risk assessment. Specifically:\\\\n\\\\n\\\\nContext: A hedge fund wants to develop a statistical arbitrage strategy exploiting mean reversion patterns in equity pairs.\\\\nuser: \\\"We've identified potential mean reversion signals in 500 equity pairs. Can you develop a statistical arbitrage strategy with robust backtesting and risk controls?\\\"\\\\nassistant: \\\"I'll conduct cointegration analysis on your pairs, develop a mean-reversion trading model with optimal position sizing, execute comprehensive backtesting over 10+ years with walk-forward validation, quantify risk metrics (Sharpe ratio, max drawdown, VaR), and implement dynamic stop-loss and portfolio hedging strategies. I'll deliver a fully tested strategy with performance attribution and market microstructure analysis.\\\"\\\\n\\\\nUse this agent when you need to build production-ready trading strategies grounded in statistical rigor, featuring comprehensive backtesting, risk controls, and performance validation across market regimes.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A financial institution needs to price exotic derivatives and analyze their risk exposure across multiple underlying assets.\\\\nuser: \\\"We need to price European and American barrier options on commodity futures, calculate their Greeks for hedging, and stress-test across volatility scenarios for regulatory reporting.\\\"\\\\nassistant: \\\"I'll implement Monte Carlo pricing for barrier options with variance reduction techniques, calculate all Greeks analytically and numerically, build volatility surface models from market data, conduct comprehensive stress testing across scenarios (volatility shocks, correlation breaks, liquidity shifts), and generate VaR and CVaR metrics for regulatory compliance and risk reporting.\\\"\\\\n\\\\nInvoke this agent for complex derivatives pricing, Greeks calculation, and multi-dimensional risk analytics when you need mathematical rigor, regulatory compliance, and sophisticated valuation models.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A quantitative fund needs to optimize their portfolio allocation balancing return objectives against risk constraints and regulatory requirements.\\\\nuser: \\\"Optimize our 200-asset portfolio using Black-Litterman framework. Account for transaction costs, position limits, sector constraints, and minimize tail risk while targeting 12% annual returns.\\\"\\\\nassistant: \\\"I'll implement Black-Litterman optimization incorporating your views and priors, build efficient frontiers under transaction cost and constraint regimes, apply factor risk analysis to identify exposures, conduct Monte Carlo simulations for drawdown distribution, backtest portfolio allocations through market stress periods (2008 crisis, COVID, rate hikes), and deliver dynamic rebalancing triggers with slippage analysis.\\\"\\\\n\\\\nUse this agent when building sophisticated portfolio optimization frameworks that require multi-objective optimization, constraint handling, factor analysis, and stress testing against historical and hypothetical scenarios.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 357,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "risk-manager",
"path": "finance/risk-manager.md",
"category": "finance",
"type": "agent",
"description": "\"Use this agent when you need to identify, quantify, and mitigate enterprise-level risks across financial, operational, regulatory, and strategic domains. Invoke this agent when you need to assess risk exposure, design control frameworks, validate risk models, or ensure regulatory compliance. Specifically:\\\\n\\\\n\\\\nContext: A financial services company needs to assess their market and credit risk exposure across their trading portfolio.\\\\nuser: \\\"We need a comprehensive risk assessment for our trading desk. Our portfolio spans equities, fixed income, and derivatives across multiple currencies.\\\"\\\\nassistant: \\\"I'll analyze your trading portfolio to identify all market and credit risks, develop VaR models with stress testing scenarios, quantify exposure limits, and design controls to manage concentration risk and counterparty exposure.\\\"\\\\n\\\\nUse the risk-manager when conducting enterprise risk assessments requiring quantification of financial exposures, stress testing, and regulatory compliance validation (Basel III, FRTB).\\\\n\\\\n\\\\n\\\\n\\\\nContext: An organization is preparing for regulatory audit and needs to demonstrate control effectiveness across operational processes.\\\\nuser: \\\"We have an audit coming up and need to show we have proper operational risk controls in place. What should we document?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive operational risk assessment including process mapping, control testing via RCSA methodology, loss data analysis, KRI development, and preparation of audit-ready documentation demonstrating compliance with COSO framework and regulatory requirements.\\\"\\\\n\\\\nUse the risk-manager for operational risk assessments, control validation, RCSA methodology implementation, audit preparation, and compliance documentation to demonstrate control effectiveness.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company experienced a data breach and needs to strengthen its cybersecurity and reputational risk management.\\\\nuser: \\\"After our recent security incident, we need to understand all our cyber and reputational risks and build a remediation plan.\\\"\\\\nassistant: \\\"I'll perform threat assessment and vulnerability analysis across your systems, develop risk models to quantify cyber risk exposure, design incident response controls, establish real-time monitoring and alerting for emerging threats, and create a risk mitigation roadmap addressing regulatory and reputational concerns.\\\"\\\\n\\\\nUse the risk-manager to assess cybersecurity and reputational risks, design control frameworks, implement real-time monitoring systems, and develop risk mitigation strategies following ISO 31000 and COSO standards.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 339,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "3d-artist",
"path": "game-development/3d-artist.md",
"category": "game-development",
"type": "agent",
"description": "3D art and asset creation specialist for game development. Use PROACTIVELY for 3D modeling, texturing, animation, asset optimization, and technical art workflows for Unity and Unreal Engine.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 603,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "game-designer",
"path": "game-development/game-designer.md",
"category": "game-development",
"type": "agent",
"description": "Game design specialist focusing on mechanics, balancing, player psychology, and system design. Use PROACTIVELY for gameplay mechanics, progression systems, difficulty curves, and user experience optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1030,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "game-developer",
"path": "game-development/game-developer.md",
"category": "game-development",
"type": "agent",
"description": "\"Use this agent when implementing game systems, optimizing graphics rendering, building multiplayer networking, or developing gameplay mechanics for games targeting specific platforms. Specifically:\\\\n\\\\n\\\\nContext: A Unity game needs to maintain 60 FPS across mobile platforms but currently drops to 30 FPS during heavy particle effects and enemy AI pathfinding.\\\\nuser: \\\"Our game is struggling with FPS on mobile. How do we optimize without cutting features?\\\"\\\\nassistant: \\\"I'll profile CPU and GPU bottlenecks, implement LOD systems for AI pathfinding, optimize particle effects with pooling, use texture atlasing, and reduce draw calls. Let me analyze current performance metrics and implement targeted optimizations for each platform tier.\\\"\\\\n\\\\nUse the game-developer when you have performance issues in existing games or need optimization for specific platforms. This agent specializes in profiling, identifying bottlenecks, and implementing rendering and gameplay optimizations.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A multiplayer game needs real-time synchronization for 64 players with sub-100ms latency, but the current architecture has unstable state synchronization and frequent desync issues.\\\\nuser: \\\"We need to fix multiplayer desync and support more concurrent players reliably.\\\"\\\\nassistant: \\\"I'll redesign the networking layer with client-side prediction, implement delta compression for state synchronization, optimize bandwidth with message batching, and implement lag compensation. Let me set up performance monitoring to ensure latency stays below 100ms.\\\"\\\\n\\\\nInvoke the game-developer for multiplayer networking challenges including desyncs, latency issues, or scaling concurrent players. This agent architects client-server systems with prediction, rollback, and synchronization strategies.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A new game prototype needs Entity Component System architecture, physics simulation, and AI behavior tree implementation with support for cross-platform deployment (Windows, console, WebGL).\\\\nuser: \\\"We need to build core game systems for a new project that runs everywhere. Where do we start?\\\"\\\\nassistant: \\\"I'll architect an ECS-based engine design, implement physics integration with collision detection, create behavior trees for AI, set up platform abstraction layers for cross-platform compatibility, and design the asset pipeline. Let me establish the foundation for scalable gameplay systems.\\\"\\\\n\\\\nUse the game-developer for greenfield game projects, major architectural decisions, or when building reusable game systems. This agent designs engine architecture, core gameplay loops, and systems that work across multiple platforms.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 350,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "unity-game-developer",
"path": "game-development/unity-game-developer.md",
"category": "game-development",
"type": "agent",
"description": "Expert Unity game developer specializing in C# scripting, 3D graphics, mobile optimization, and complete game development workflows. Handles Unity physics, UI systems, asset optimization, and cross-platform deployment. Use PROACTIVELY for Unity projects, performance optimization, and game architecture decisions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 737,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "unreal-engine-developer",
"path": "game-development/unreal-engine-developer.md",
"category": "game-development",
"type": "agent",
"description": "Expert Unreal Engine developer specializing in C++ programming, Blueprint visual scripting, and AAA game development. Handles Unreal's rendering pipeline, multiplayer systems, and performance optimization. Use PROACTIVELY for Unreal projects, engine modifications, or high-performance game development.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 410,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "commit-guardian",
"path": "git/commit-guardian.md",
"category": "git",
"type": "agent",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-flow-manager",
"path": "git/git-flow-manager.md",
"category": "git",
"type": "agent",
"description": "Git Flow workflow manager. Use PROACTIVELY for Git Flow operations including branch creation, merging, validation, release management, and pull request generation. Handles feature, release, and hotfix branches.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1983,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-workflow-manager",
"path": "git/git-workflow-manager.md",
"category": "git",
"type": "agent",
"description": "\"Use this agent when you need to design, establish, or optimize Git workflows, branching strategies, and merge management for a project or team. Specifically:\\\\n\\\\n\\\\nContext: A development team is experiencing frequent merge conflicts and unclear branching practices, and the manager wants to establish a standardized workflow.\\\\nuser: \\\"We're struggling with merge conflicts on our team and our branching process isn't clear. Can you help us set up a better Git workflow?\\\"\\\\nassistant: \\\"I'll conduct a Git workflow assessment by examining your current branching practices, analyzing merge patterns, and understanding your team size and release cycle. Then I'll recommend a tailored workflow (like Git Flow or trunk-based development) with automated branch protection, clear naming conventions, and conflict prevention strategies.\\\"\\\\n\\\\nInvoke git-workflow-manager when a team or project lacks a clear Git strategy or is experiencing workflow friction. This agent designs comprehensive systems including branching models, automation, and team practices.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A project needs to automate their release process and implement consistent commit standards.\\\\nuser: \\\"We need to automate our releases and enforce commit message standards across the team. How do we set this up?\\\"\\\\nassistant: \\\"I'll help you implement semantic versioning, set up Git hooks for commit validation, configure automated changelog generation, and establish release tagging practices. This includes pre-commit hooks, husky configuration, and CI/CD integration for automated releases.\\\"\\\\n\\\\nUse git-workflow-manager when you need to implement specific Git automation like commit hooks, release automation, or workflow enforcement across a codebase.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A developer is preparing to merge a large feature but wants guidance on safe merge strategies and conflict resolution.\\\\nuser: \\\"I'm about to merge this big feature branch. Should I rebase, merge, or squash? How do I handle conflicts safely?\\\"\\\\nassistant: \\\"I'll assess your current workflow and recommend the best merge strategy based on your team's practices and history preservation needs. I'll guide you through conflict resolution, explain the trade-offs between merge types, and ensure your history stays clean and auditable.\\\"\\\\n\\\\nInvoke git-workflow-manager for specific merge decisions, conflict resolution guidance, and workflow policy questions. The agent provides context-aware recommendations based on team practices.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 218,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-deployment-orchestrator",
"path": "mcp-dev-team/mcp-deployment-orchestrator.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "MCP server deployment and operations specialist. Use PROACTIVELY for containerization, Kubernetes deployments, autoscaling, monitoring, security hardening, and production operations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 663,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-developer",
"path": "mcp-dev-team/mcp-developer.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "\"Use this agent when you need to build, debug, or optimize Model Context Protocol (MCP) servers and clients that connect AI systems to external tools and data sources. Specifically:\\\\n\\\\n\\\\nContext: User is building an MCP server to expose database tools to Claude.\\\\nuser: \\\"I need to create an MCP server that lets Claude query our PostgreSQL database and run analytical reports.\\\"\\\\nassistant: \\\"I'll use the mcp-developer agent to build a production-ready MCP server with proper schema validation, security controls, and performance optimization for your database integration.\\\"\\\\n\\\\nUse the mcp-developer agent when the user needs to implement MCP servers from scratch, especially for tool/resource exposure with complex integration requirements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User has an existing MCP implementation but needs performance improvements.\\\\nuser: \\\"Our MCP server is working but responses are taking 2-3 seconds. We need to optimize it.\\\"\\\\nassistant: \\\"I'll invoke the mcp-developer agent to analyze bottlenecks, implement connection pooling, add caching strategies, and benchmark the optimizations.\\\"\\\\n\\\\nUse the mcp-developer agent when troubleshooting performance issues, implementing optimizations, or adding scaling features to existing MCP implementations.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Developer is unsure about MCP protocol compliance and best practices.\\\\nuser: \\\"How do we ensure our MCP server is secure and follows protocol standards? What's the right way to handle authentication?\\\"\\\\nassistant: \\\"I'll use the mcp-developer agent to design the architecture with JSON-RPC 2.0 compliance, implement security controls, error handling, and provide a complete testing strategy.\\\"\\\\n\\\\nUse the mcp-developer agent when you need guidance on protocol compliance, security implementation, testing strategies, or production-ready architecture decisions.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 203,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-integration-engineer",
"path": "mcp-dev-team/mcp-integration-engineer.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "MCP server integration and orchestration specialist. Use PROACTIVELY for client-server integration, multi-server orchestration, workflow automation, and system architecture design.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 738,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-protocol-specialist",
"path": "mcp-dev-team/mcp-protocol-specialist.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "MCP protocol specification and standards specialist. Use PROACTIVELY for protocol design, specification compliance, transport implementation, and maintaining standards across the ecosystem.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 541,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-registry-navigator",
"path": "mcp-dev-team/mcp-registry-navigator.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "MCP registry discovery and integration specialist. Use PROACTIVELY for finding servers, evaluating capabilities, generating configurations, and publishing to registries.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 410,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-security-auditor",
"path": "mcp-dev-team/mcp-security-auditor.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "MCP server security specialist. Use PROACTIVELY for security reviews, OAuth implementation, RBAC design, compliance frameworks, and vulnerability assessment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 573,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-server-architect",
"path": "mcp-dev-team/mcp-server-architect.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "MCP server architecture and implementation specialist. Use PROACTIVELY for designing servers, implementing transport layers, tool definitions, completion support, and protocol compliance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1026,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-testing-engineer",
"path": "mcp-dev-team/mcp-testing-engineer.md",
"category": "mcp-dev-team",
"type": "agent",
"description": "MCP server testing and quality assurance specialist. Use PROACTIVELY for protocol compliance, security testing, performance evaluation, and debugging MCP implementations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 516,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "architecture-modernizer",
"path": "modernization/architecture-modernizer.md",
"category": "modernization",
"type": "agent",
"description": "Software architecture modernization specialist. Use PROACTIVELY for monolith decomposition, microservices design, event-driven architecture, and scalability improvements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1185,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "cloud-migration-specialist",
"path": "modernization/cloud-migration-specialist.md",
"category": "modernization",
"type": "agent",
"description": "Cloud migration and infrastructure modernization specialist. Use PROACTIVELY for on-premise to cloud migrations, containerization, serverless adoption, and cloud-native transformations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 427,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "legacy-modernizer",
"path": "modernization/legacy-modernizer.md",
"category": "modernization",
"type": "agent",
"description": "\"Use this agent when modernizing legacy systems that need incremental migration strategies, technical debt reduction, and risk mitigation while maintaining business continuity. Specifically:\\\\n\\\\n\\\\nContext: A development team has a 15-year-old monolithic system with critical business dependencies and no test coverage that needs gradual modernization.\\\\nuser: \\\"Our legacy system is critical for revenue but it's becoming impossible to maintain. Tech stack is ancient, test coverage near zero, and the team fears any changes. We need a safe modernization path.\\\"\\\\nassistant: \\\"I'll develop a phased modernization roadmap using the strangler fig pattern. First, I'll audit the codebase to identify business-critical paths and high-risk areas. Then I'll create a characterization test suite to safely capture current behavior, establish a performance baseline, and plan incremental module extraction. I'll prioritize security fixes and set up monitoring for each migration phase.\\\"\\\\n\\\\nInvoke this agent when you need to transform aging systems into modern architectures without disrupting operations. Use it for assessing technical debt, planning risk-free migrations, and implementing incremental strategies.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company needs to migrate from a legacy monolith to microservices while maintaining uptime and keeping the team productive.\\\\nuser: \\\"We're stuck on an old framework version with security vulnerabilities. Can't do a big bang rewrite. Need to migrate to modern cloud infrastructure gradually while keeping the lights on.\\\"\\\\nassistant: \\\"I'll implement a strangler fig migration using an API gateway. I'll extract services incrementally, setting up feature flags for new service routes. I'll establish contract tests between old and new systems, set up parallel runs for high-value transactions, and create rollback procedures for each phase. I'll include comprehensive runbooks and train the team on the new architecture.\\\"\\\\n\\\\nUse this agent for phased framework upgrades, database schema modernization, and architecture refactoring that requires zero downtime and maintains team velocity throughout the transformation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A development team wants to improve a legacy system's performance, security, and maintainability without rewriting it.\\\\nuser: \\\"Our old codebase is slow, has security gaps, and nobody wants to work on it. We need to prove we can modernize it piece by piece before we get budget for a full rewrite.\\\"\\\\nassistant: \\\"I'll create a modernization excellence checklist covering performance optimization, security hardening, and code quality improvements. I'll implement performance profiling to identify bottlenecks, conduct a security audit to find vulnerabilities, establish comprehensive testing, and apply refactoring patterns incrementally. I'll track metrics like test coverage, security fixes, and performance gains to demonstrate business value.\\\"\\\\n\\\\nInvoke this agent when you need to prove the viability of incremental modernization, improve legacy system metrics, and demonstrate measurable business value through staged improvements.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 580,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "connection-agent",
"path": "obsidian-ops-team/connection-agent.md",
"category": "obsidian-ops-team",
"type": "agent",
"description": "Obsidian vault connection specialist. Use PROACTIVELY for analyzing and suggesting links between related content, identifying orphaned notes, and creating knowledge graph connections.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 707,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "content-curator",
"path": "obsidian-ops-team/content-curator.md",
"category": "obsidian-ops-team",
"type": "agent",
"description": "Obsidian content curation and quality specialist. Use PROACTIVELY for identifying outdated content, suggesting content improvements, consolidating similar notes, and maintaining content quality standards.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 546,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "metadata-agent",
"path": "obsidian-ops-team/metadata-agent.md",
"category": "obsidian-ops-team",
"type": "agent",
"description": "Obsidian metadata management specialist. Use PROACTIVELY for frontmatter standardization, metadata addition, and ensuring consistent file metadata across the vault.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 578,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "moc-agent",
"path": "obsidian-ops-team/moc-agent.md",
"category": "obsidian-ops-team",
"type": "agent",
"description": "\"Obsidian Map of Content specialist. Use PROACTIVELY when a vault needs new MOCs created, existing MOCs updated, orphaned assets organized, or the overall MOC navigation network audited. Specifically:\\n\\n\\nContext: A developer has added dozens of new notes across several topic folders but no MOC exists to tie them together.\\nuser: \\\"I have a bunch of new AI notes scattered around the vault but there's no top-level MOC for them. Can you sort this out?\\\"\\nassistant: \\\"I'll use the moc-agent to scan the vault for directories missing MOCs, generate a properly formatted AI Development MOC, and link it into the master index.\\\"\\n\\nUse moc-agent whenever a directory has grown beyond a handful of notes without a navigation hub. The agent discovers coverage gaps with Glob/Grep and creates spec-compliant MOCs without requiring any external scripts.\\n\\n\\n\\n\\nContext: A knowledge base has accumulated hundreds of unlinked images that are invisible to navigation.\\nuser: \\\"My vault has tons of PNG screenshots and diagrams that aren't linked anywhere. They're just sitting in an attachments folder.\\\"\\nassistant: \\\"I'll use the moc-agent to identify every orphaned image asset, categorize them by type, and create gallery notes that surface them through the MOC network.\\\"\\n\\nInvoke moc-agent for orphaned asset triage — it applies a structured gallery-note pattern that reintegrates visual assets into the vault's navigation without moving files.\\n\\n\\n\\n\\nContext: After a large import, MOCs are stale and no longer reflect the current note set.\\nuser: \\\"I just imported 200 notes from Notion. My existing MOCs are out of date and missing most of the new content.\\\"\\nassistant: \\\"I'll use the moc-agent to diff each existing MOC against the current file tree, add missing note links, prune dead links, and flag any topic areas that need a brand-new MOC.\\\"\\n\\nUse moc-agent for post-import reconciliation. It audits existing MOCs against live vault content and repairs coverage gaps systematically.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 475,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "review-agent",
"path": "obsidian-ops-team/review-agent.md",
"category": "obsidian-ops-team",
"type": "agent",
"description": "Obsidian vault quality assurance specialist. Use PROACTIVELY for cross-checking enhancement work, validating consistency, and ensuring quality across the vault.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 806,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tag-agent",
"path": "obsidian-ops-team/tag-agent.md",
"category": "obsidian-ops-team",
"type": "agent",
"description": "Obsidian tag taxonomy specialist. Use PROACTIVELY for normalizing and hierarchically organizing tag taxonomy, consolidating duplicates, and maintaining consistent tagging.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 528,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vault-optimizer",
"path": "obsidian-ops-team/vault-optimizer.md",
"category": "obsidian-ops-team",
"type": "agent",
"description": "Obsidian vault performance optimization specialist. Use PROACTIVELY for analyzing vault performance, optimizing file sizes, managing large attachments, and improving search indexing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 485,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "document-structure-analyzer",
"path": "ocr-extraction-team/document-structure-analyzer.md",
"category": "ocr-extraction-team",
"type": "agent",
"description": "Document structure analysis specialist. Use PROACTIVELY for identifying document layouts, analyzing content hierarchy, and mapping visual elements to semantic structure before OCR processing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 736,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "markdown-syntax-formatter",
"path": "ocr-extraction-team/markdown-syntax-formatter.md",
"category": "ocr-extraction-team",
"type": "agent",
"description": "Markdown formatting specialist. Use PROACTIVELY for converting text to proper markdown syntax, fixing formatting issues, and ensuring consistent document structure.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 744,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ocr-grammar-fixer",
"path": "ocr-extraction-team/ocr-grammar-fixer.md",
"category": "ocr-extraction-team",
"type": "agent",
"description": "OCR text correction specialist. Use PROACTIVELY for cleaning up and correcting OCR-processed text, fixing character recognition errors, and ensuring proper grammar while maintaining original meaning.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 345,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ocr-preprocessing-optimizer",
"path": "ocr-extraction-team/ocr-preprocessing-optimizer.md",
"category": "ocr-extraction-team",
"type": "agent",
"description": "OCR preprocessing and image optimization specialist. Use PROACTIVELY for image enhancement, noise reduction, skew correction, and optimizing image quality for maximum OCR accuracy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 417,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ocr-quality-assurance",
"path": "ocr-extraction-team/ocr-quality-assurance.md",
"category": "ocr-extraction-team",
"type": "agent",
"description": "OCR pipeline validation specialist. Use PROACTIVELY for final review and validation of OCR-corrected text against original sources, ensuring accuracy and completeness in the correction pipeline.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 391,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "text-comparison-validator",
"path": "ocr-extraction-team/text-comparison-validator.md",
"category": "ocr-extraction-team",
"type": "agent",
"description": "Text comparison and validation specialist. Use PROACTIVELY for comparing extracted text with existing files, detecting discrepancies, and ensuring accuracy between two text sources.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 376,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "visual-analysis-ocr",
"path": "ocr-extraction-team/visual-analysis-ocr.md",
"category": "ocr-extraction-team",
"type": "agent",
"description": "Visual analysis and OCR specialist. Use PROACTIVELY for extracting and analyzing text content from images while preserving formatting, structure, and converting visual hierarchy to markdown.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 494,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "load-testing-specialist",
"path": "performance-testing/load-testing-specialist.md",
"category": "performance-testing",
"type": "agent",
"description": "Load testing and stress testing specialist. Use PROACTIVELY for creating comprehensive load test scenarios, analyzing performance under stress, and identifying system bottlenecks and capacity limits.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 705,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-engineer",
"path": "performance-testing/performance-engineer.md",
"category": "performance-testing",
"type": "agent",
"description": "Profile applications, optimize bottlenecks, and implement caching strategies. Handles load testing, CDN setup, and query optimization. Use PROACTIVELY for performance issues or optimization tasks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2599,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "react-performance-optimization",
"path": "performance-testing/react-performance-optimization.md",
"category": "performance-testing",
"type": "agent",
"description": "React performance optimization specialist. Use PROACTIVELY for identifying and fixing performance bottlenecks, bundle optimization, rendering optimization, and memory leak resolution.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2604,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-automator",
"path": "performance-testing/test-automator.md",
"category": "performance-testing",
"type": "agent",
"description": "Create comprehensive test suites with unit, integration, and e2e tests. Sets up CI pipelines, mocking strategies, and test data. Use PROACTIVELY for test coverage improvement or test automation setup.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1956,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "web-vitals-optimizer",
"path": "performance-testing/web-vitals-optimizer.md",
"category": "performance-testing",
"type": "agent",
"description": "Core Web Vitals optimization specialist. Use PROACTIVELY for improving LCP, FID, CLS, and other web performance metrics to enhance user experience and search rankings.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 795,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "academic-research-synthesizer",
"path": "podcast-creator-team/academic-research-synthesizer.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Academic research synthesis specialist. Use PROACTIVELY for comprehensive research on academic topics, literature reviews, technical investigations, and well-cited analysis combining multiple sources.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 374,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "comprehensive-researcher",
"path": "podcast-creator-team/comprehensive-researcher.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Comprehensive research specialist. Use PROACTIVELY for in-depth research on any topic, requiring multiple sources, cross-verification, and structured reports with citations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 518,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "episode-orchestrator",
"path": "podcast-creator-team/episode-orchestrator.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Episode workflow orchestrator. Use PROACTIVELY for managing episode-based workflows that coordinate multiple specialized agents in sequence, with payload validation and conditional routing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 290,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "guest-outreach-coordinator",
"path": "podcast-creator-team/guest-outreach-coordinator.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Podcast guest outreach and coordination specialist. Use PROACTIVELY for guest research, outreach templates, interview scheduling, pre-interview preparation, and guest relationship management.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 234,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "market-research-analyst",
"path": "podcast-creator-team/market-research-analyst.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Market research and competitive analysis specialist. Use PROACTIVELY for comprehensive market intelligence, industry trends, competitive analysis, and strategic business insights.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 542,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "podcast-editor",
"path": "podcast-creator-team/podcast-editor.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Podcast editing and post-production specialist. Use PROACTIVELY for audio editing guidance, show notes creation, chapter markers, timestamp management, and podcast publishing workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 259,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "podcast-trend-scout",
"path": "podcast-creator-team/podcast-trend-scout.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Podcast trend analysis specialist. Use PROACTIVELY for identifying emerging tech topics, breaking developments, and timely content suggestions for podcast episodes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 234,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "project-supervisor-orchestrator",
"path": "podcast-creator-team/project-supervisor-orchestrator.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Project workflow orchestrator. Use PROACTIVELY for managing complex multi-step workflows that coordinate multiple specialized agents in sequence with intelligent routing and payload validation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1045,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "seo-podcast-optimizer",
"path": "podcast-creator-team/seo-podcast-optimizer.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "SEO podcast optimization specialist. Use PROACTIVELY for creating SEO-friendly titles, meta descriptions, and identifying relevant keywords for podcast episodes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 352,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "social-media-copywriter",
"path": "podcast-creator-team/social-media-copywriter.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Social media content creation specialist. Use PROACTIVELY for creating Twitter threads, LinkedIn posts, and Instagram captions from podcast episode information for maximum engagement.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 691,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "twitter-ai-influencer-manager",
"path": "podcast-creator-team/twitter-ai-influencer-manager.md",
"category": "podcast-creator-team",
"type": "agent",
"description": "Twitter AI influencer engagement specialist. Use PROACTIVELY for interacting with AI thought leaders, posting AI-focused tweets, analyzing influencer content, and managing AI community engagement.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 329,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "CSharpExpert",
"path": "programming-languages/CSharpExpert.md",
"category": "programming-languages",
"type": "agent",
"description": "An agent designed to assist with software development tasks for .NET projects.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 164,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "README",
"path": "programming-languages/README.md",
"category": "programming-languages",
"type": "agent",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 93,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "angular-architect",
"path": "programming-languages/angular-architect.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when architecting enterprise Angular 15+ applications with complex state management, optimizing RxJS patterns, designing micro-frontend systems, or solving performance and scalability challenges in large codebases. Specifically:\\n\\n\\nContext: Large-scale Angular application with 200+ components experiencing performance degradation, memory leaks in RxJS observables, and difficult state management with Redux\\nuser: \\\"Our Angular dashboard has grown to 200+ components, pages load slowly, memory leaks on route changes, and our Redux-like state is unmaintainable. How do we restructure for performance and maintainability?\\\"\\nassistant: \\\"I'll analyze your component architecture and RxJS usage to identify unsubscribed observables and unnecessary change detection cycles. I'll redesign state management with NgRx, implement OnPush change detection strategy, optimize RxJS operators with proper unsubscription patterns, implement lazy loading modules, and add bundle analysis to identify oversized features. I'll create a migration path that can be executed incrementally.\\\"\\n\\nUse angular-architect when you have production Angular applications with systemic performance issues, RxJS memory leaks, or state management challenges. This agent excels at diagnosing architectural problems in large codebases and implementing enterprise patterns to fix them.\\n\\n\\n\\n\\nContext: Building a micro-frontend platform with Module Federation where 8 teams will independently deploy feature modules into a shared shell application\\nuser: \\\"We need to build a micro-frontend architecture using Module Federation. 8 teams will develop independent features that load into a shared shell. We need shared dependencies, version management, and independent deployment strategies.\\\"\\nassistant: \\\"I'll design a Module Federation architecture with a shell application, create shared library modules for common dependencies, implement dynamic remote loading with fallback strategies, design communication patterns between microfrontends using RxJS subjects and services, set up shared state management, and configure deployment pipelines for independent team releases. I'll include version compatibility checks and feature isolation patterns.\\\"\\n\\nUse angular-architect when designing micro-frontend systems or multi-team Angular architectures. This agent specializes in enterprise-scale architecture decisions including module federation, shared dependencies, and deployment strategies.\\n\\n\\n\\n\\nContext: Enterprise application needs upgrade from Angular 12 with legacy patterns to Angular 18 with signals, and adoption of modern reactive patterns\\nuser: \\\"Upgrade our Angular 12 application to Angular 18 with 150+ components, migrate from RxJS subjects to signals, adopt OnPush strategy across the board, and implement new control flow syntax. What's the migration strategy?\\\"\\nassistant: \\\"I'll create a phased migration strategy that converts class components to functional components with signals, implements computed signals for derived state, replaces subject-based state with signal stores, adopts OnPush change detection gradually with testing validation, migrates to new control flow syntax (@if, @for), and updates RxJS patterns to work alongside signals. I'll establish metrics to validate performance improvements at each phase.\\\"\\n\\nUse angular-architect when modernizing Angular applications across major version upgrades or adopting new paradigms like signals. This agent designs strategic architectural migrations with minimal disruption and measurable improvements.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 297,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "c-pro",
"path": "programming-languages/c-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code. Use PROACTIVELY for C optimization, memory issues, or system programming.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 464,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "c-sharp-pro",
"path": "programming-languages/c-sharp-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "Write idiomatic C# code with modern language features, async patterns, and LINQ. Masters .NET ecosystem, Entity Framework Core, and ASP.NET Core. Use PROACTIVELY for C# optimization, refactoring, or complex .NET solutions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 706,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "cpp-pro",
"path": "programming-languages/cpp-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when building high-performance C++ systems requiring modern C++20/23 features, template metaprogramming, or zero-overhead abstractions for systems programming, embedded systems, or performance-critical applications. Specifically:\\\\n\\\\n\\\\nContext: Implementing a low-latency trading system that needs custom memory allocators and lock-free data structures.\\\\nuser: \\\"We need a high-frequency trading engine that processes 100k orders/sec with sub-microsecond latency. Requirements include custom memory management and lock-free queues.\\\"\\\\nassistant: \\\"I'll invoke cpp-pro to design lock-free concurrent data structures, implement custom allocators for deterministic performance, profile with perf to eliminate latency jitter, and ensure all zero-copy optimizations are in place. We'll use C++20 coroutines for async order handling and validate with AddressSanitizer.\\\"\\\\n\\\\nUse cpp-pro when building latency-critical systems requiring lock-free programming, custom allocators, and zero-copy techniques. This agent handles high-performance concurrency, SIMD optimization, and CPU cache tuning to meet strict performance SLAs.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Refactoring a legacy C++ codebase to modern standards with compile-time safety using concepts.\\\\nuser: \\\"Our C++11 codebase is 500k lines with SFINAE everywhere. How do we modernize to C++20 with concepts and get compile-time safety benefits?\\\"\\\\nassistant: \\\"I'll use cpp-pro to migrate SFINAE to concepts, add designated initializers, implement ranges instead of raw iterators, add comprehensive static analysis, and validate all changes with Clang 18 and GCC 13. We'll set up strict compiler flags and ensure zero UBSan warnings.\\\"\\\\n\\\\nUse cpp-pro for modernizing legacy codebases to C++20/23 standards. This agent refactors template code to concepts, applies designated initializers, and ensures C++ Core Guidelines compliance with full static analysis.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Developing an embedded real-time system with strict memory constraints and compile-time guarantees.\\\\nuser: \\\"Building an aerospace control system with 256KB RAM. We need compile-time computation, no dynamic allocation, and real-time guarantees. Can you help with C++20 constexpr?\\\"\\\\nassistant: \\\"I'll invoke cpp-pro to design the system with constexpr computation at build-time, eliminate heap allocation, implement RAII for stack resources, add Valgrind verification, and profile memory usage. We'll use static analysis to guarantee no runtime undefined behavior.\\\"\\\\n\\\\nUse cpp-pro for embedded and real-time systems requiring compile-time computation, static memory allocation, and strict safety guarantees. This agent leverages constexpr, templates, and RAII to eliminate runtime costs and undefined behavior.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 550,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "csharp-developer",
"path": "programming-languages/csharp-developer.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when building ASP.NET Core web APIs, cloud-native .NET solutions, or modern C# applications requiring async patterns, dependency injection, Entity Framework optimization, and clean architecture. Specifically:\\\\n\\\\n\\\\nContext: Building a production ASP.NET Core REST API with database integration, authentication, and comprehensive testing.\\\\nuser: \\\"I need to create an ASP.NET Core 8 API with EF Core, JWT authentication, Swagger documentation, and 85%+ test coverage. Should follow clean architecture.\\\"\\\\nassistant: \\\"I'll invoke csharp-developer to design a layered clean architecture with Domain/Application/Infrastructure projects. Implement minimal APIs with route groups, configure EF Core with compiled queries and migrations, add JWT bearer authentication, integrate Swagger/OpenAPI, and create comprehensive xUnit integration tests with TestServer.\\\"\\\\n\\\\nUse csharp-developer when building production ASP.NET Core web applications needing proper architectural structure, async database access with EF Core, authentication/authorization, and comprehensive testing. This agent excels at setting up enterprise-grade API infrastructure and enforcing .NET best practices.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Optimizing performance of an existing C# application with memory allocations and async bottlenecks.\\\\nuser: \\\"Our ASP.NET Core API has 500ms p95 response times. We need profiling, optimization of allocations using ValueTask and Span, distributed caching, and performance benchmarks.\\\"\\\\nassistant: \\\"I'll use csharp-developer to profile with Benchmark.NET, refactor to ValueTask patterns, implement Span and ArrayPool for hot paths, add distributed caching with Redis, optimize LINQ queries with compiled expressions, and establish performance regression tests.\\\"\\\\n\\\\nInvoke csharp-developer when performance optimization is critical—profiling memory allocations, applying ValueTask/Span patterns, tuning Entity Framework queries, implementing caching strategies, and adding performance benchmarks to track improvements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Modernizing cross-platform application development with MAUI for desktop and mobile deployment.\\\\nuser: \\\"We're building a .NET MAUI app for Windows, macOS, and iOS. Need proper platform-specific code, native interop, resource management, and deployment strategies for all platforms.\\\"\\\\nassistant: \\\"I'll invoke csharp-developer to structure the MAUI project with platform-specific implementations using conditional compilation, implement native interop for platform APIs, configure resource management for each target platform, set up self-contained deployments, and create platform-specific testing strategies.\\\"\\\\n\\\\nUse csharp-developer when developing cross-platform applications with MAUI, needing platform-specific code organization, native interop handling, or multi-target deployment strategies for desktop and mobile platforms.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 137,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "csharp-dotnet-janitor",
"path": "programming-languages/csharp-dotnet-janitor.md",
"category": "programming-languages",
"type": "agent",
"description": "Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 123,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "csharp-mcp-expert",
"path": "programming-languages/csharp-mcp-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "Expert assistant for developing Model Context Protocol (MCP) servers in C#",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 112,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "diffblue-cover",
"path": "programming-languages/diffblue-cover.md",
"category": "programming-languages",
"type": "agent",
"description": "Expert agent for creating unit tests for java applications using Diffblue Cover.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 83,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "django-developer",
"path": "programming-languages/django-developer.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building Django 4+ web applications, REST APIs, or modernizing existing Django projects with async views and enterprise patterns. Specifically:\\\\n\\\\n\\\\nContext: Team needs to build a production-ready REST API with JWT authentication, role-based permissions, and async handlers for high-traffic endpoints\\\\nuser: \\\"We're building a real-time notification system using Django REST Framework with WebSockets. Need to handle 10k+ concurrent users with proper authentication and rate limiting.\\\"\\\\nassistant: \\\"I'll architect a scalable solution using Django 4.2, DRF with async views, Celery for background tasks, and Redis for caching. Setting up JWT authentication with custom permissions, WebSocket support via Django Channels, and optimized queries with select_related/prefetch_related patterns.\\\"\\\\n\\\\nInvoke this agent when you need expertise in designing and implementing complex Django REST APIs with modern async patterns, authentication, and scaling considerations for production environments.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Legacy Django 2.x application needs performance optimization, migration to Django 4.2, and test coverage improvement\\\\nuser: \\\"Our Django 2.2 app is slow with 300ms response times. We need to migrate to Django 4, add tests, and optimize database queries.\\\"\\\\nassistant: \\\"I'll create a migration plan: upgrade Django incrementally, identify N+1 query problems with django-debug-toolbar, implement select_related/prefetch_related, add pytest-django tests (aiming for 90%+ coverage), and optimize the ORM with proper indexing and caching strategies.\\\"\\\\n\\\\nUse this agent for Django modernization projects, performance troubleshooting, query optimization, and establishing testing best practices on existing codebases.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Building a multi-tenant SaaS platform with complex permissions, background job processing, and payment integration\\\\nuser: \\\"Building a SaaS app with multiple customer organizations, usage-based billing via Stripe, background email processing, and fine-grained permissions per tenant.\\\"\\\\nassistant: \\\"I'll implement multi-tenancy using django-organizations or custom middleware, DRF with tenant-scoped viewsets, Celery + Redis for async tasks, Stripe integration for billing webhooks, custom permission classes for tenant isolation, and comprehensive security hardening including CSRF, CORS, and rate limiting.\\\"\\\\n\\\\nInvoke when implementing sophisticated Django features like multi-tenancy, payment processing, background job queues, and advanced permission systems that require deep framework knowledge.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 195,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dotnet-core-expert",
"path": "programming-languages/dotnet-core-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building .NET Core applications requiring cloud-native architecture, high-performance microservices, modern C# patterns, or cross-platform deployment with minimal APIs and advanced ASP.NET Core features. Specifically:\\\\n\\\\n\\\\nContext: Building a microservices platform with multiple .NET 10 services that need cloud-native deployment, health checks, and distributed tracing across services.\\\\nuser: \\\"I need to build a system with 5 microservices in .NET 10 using minimal APIs, each with OpenAPI documentation, containerized deployment, health checks, and distributed tracing. Services must support Kubernetes auto-scaling with graceful shutdown.\\\"\\\\nassistant: \\\"I'll architect your microservices platform with: minimal APIs endpoints using MapGroup for organization, OpenAPI integration with auto-documentation, containerized Dockerfile optimized for .NET 10, Kubernetes manifests with liveness/readiness probes, OpenTelemetry for distributed tracing, and graceful shutdown handlers. Each service will follow clean architecture with dependency injection and 80%+ test coverage.\\\"\\\\n\\\\nUse dotnet-core-expert when building cloud-native microservices requiring modern .NET 10 features, cross-platform Kubernetes deployment, distributed system patterns, and high-performance APIs with extensive observability instrumentation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Migrating legacy ASP.NET Framework application to .NET 10 with need for Native AOT compilation and minimal startup time.\\\\nuser: \\\"We have a large ASP.NET Framework 4.8 application that needs to migrate to .NET 10. Requirements: reduce startup time from 3 seconds to under 500ms, support containerized deployment, and maintain feature parity. Can we use Native AOT?\\\"\\\\nassistant: \\\"I'll execute the migration with: code analysis to identify Framework-specific dependencies, refactor to .NET 10 compatible patterns, implement minimal APIs replacing legacy controllers, configure Native AOT compilation with required IsAotCompatible attributes, add performance benchmarks validating startup improvements, and set up containerized testing with the optimized binary.\\\"\\\\n\\\\nInvoke dotnet-core-expert for large-scale migrations from older .NET frameworks to .NET 10, performance optimization through Native AOT, architectural modernization to minimal APIs, and leveraging modern C# features like records and pattern matching.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Building data processing service requiring Entity Framework Core with optimized queries, CQRS pattern, and high-throughput async operations.\\\\nuser: \\\"Our data processing service needs to handle 10k requests/second with Entity Framework Core using async/await, implement CQRS pattern with MediatR, optimize query performance, and maintain 85%+ test coverage with integration tests.\\\"\\\\nassistant: \\\"I'll design the service with: Entity Framework Core with query optimization (select projections, compiled queries), CQRS implementation using MediatR for separation of concerns, async throughout with proper context propagation, repository pattern for data access, xUnit integration tests with TestContainers for realistic database testing, and performance profiling to validate throughput goals.\\\"\\\\n\\\\nUse dotnet-core-expert when implementing complex application patterns like CQRS+MediatR, optimizing Entity Framework Core for high-throughput scenarios, or building services requiring sophisticated async patterns and comprehensive testing strategies.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 186,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dotnet-framework-4.8-expert",
"path": "programming-languages/dotnet-framework-4.8-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when working on legacy .NET Framework 4.8 enterprise applications that require maintenance, modernization, or integration with Windows-based infrastructure. Specifically:\\\\n\\\\n\\\\nContext: User has a legacy ASP.NET Web Forms application running on .NET Framework 4.8 that needs security updates and performance optimization.\\\\nuser: \\\"We have a 10-year-old Web Forms application with ViewState bloat and some outdated security patterns. How can we modernize it without a complete rewrite?\\\"\\\\nassistant: \\\"I'll use the dotnet-framework-4.8-expert agent to analyze the architecture, identify security vulnerabilities, and recommend modernization strategies while maintaining backward compatibility.\\\"\\\\n\\\\nSince this involves legacy .NET Framework 4.8 Web Forms with specific modernization constraints, use the dotnet-framework-4.8-expert agent rather than a general C# developer.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is implementing a WCF service that needs to interoperate with legacy Windows services and COM components.\\\\nuser: \\\"We need to create a WCF service that talks to our old COM objects and Windows services. What's the best approach?\\\"\\\\nassistant: \\\"I'll use the dotnet-framework-4.8-expert agent to design the WCF service architecture with proper interop patterns and Windows service integration.\\\"\\\\n\\\\nWCF services with COM interop and Windows service integration are specialized concerns within .NET Framework 4.8. Use this agent for legacy Windows integration patterns.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User has an enterprise application running on .NET Framework 4.8 with performance issues and legacy deployment constraints.\\\\nuser: \\\"Our ERP system is running slow on .NET Framework 4.8. We're locked into Windows Server 2012 R2. What optimizations are realistic?\\\"\\\\nassistant: \\\"I'll use the dotnet-framework-4.8-expert agent to identify bottlenecks, optimize database access, tune garbage collection, and work within your framework and infrastructure constraints.\\\"\\\\n\\\\nLegacy enterprise applications with Windows infrastructure constraints require understanding of .NET Framework 4.8 specifics, not just general C# knowledge. Use this specialized agent.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "elixir-expert",
"path": "programming-languages/elixir-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when you need to build fault-tolerant, concurrent systems leveraging OTP patterns, GenServer architectures, and Phoenix framework for real-time applications. Specifically:\\\\n\\\\n\\\\nContext: Building a real-time chat application with WebSocket support, process supervision, and multi-node clustering.\\\\nuser: \\\"I need to create a Phoenix LiveView chat app with custom GenServer state management, WebSocket channels, and the ability to cluster across multiple nodes. What's the best approach?\\\"\\\\nassistant: \\\"I'll invoke elixir-expert to: design a supervision tree with GenServer for message routing, implement Phoenix Channels for WebSocket communication, set up LiveView for real-time UI updates, and configure libcluster for multi-node distribution with fault tolerance.\\\"\\\\n\\\\nUse elixir-expert when building distributed, real-time applications that require OTP process management, Phoenix framework integration, and multi-node clustering. This agent specializes in designing supervision trees, implementing GenServer patterns, and optimizing BEAM VM performance for concurrent workloads.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Optimizing a high-throughput data processing pipeline for performance and memory efficiency.\\\\nuser: \\\"We have an Elixir pipeline processing 100K messages/second with memory bottlenecks. How do we optimize for throughput?\\\"\\\\nassistant: \\\"I'll use elixir-expert to: profile with :observer and Benchee, refactor to use Flow for parallel processing, optimize process hibernation, implement ETS caching for hot data, and tune BEAM scheduler settings for maximum throughput.\\\"\\\\n\\\\nUse elixir-expert for performance optimization of concurrent systems, stream processing, and BEAM VM tuning. This agent applies profiling techniques, implements Flow/Broadway patterns for parallel data processing, and optimizes memory usage through process hibernation and ETS strategies.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Migrating a Phoenix monolith to a more resilient architecture with proper error handling and observability.\\\\nuser: \\\"Our Phoenix app crashes frequently due to poor error handling and we lack observability. How do we make it production-ready?\\\"\\\\nassistant: \\\"I'll invoke elixir-expert to: implement comprehensive error handling with tagged tuples and 'let it crash' philosophy, add Telemetry instrumentation and Logger configuration, set up supervision strategies for automatic recovery, implement circuit breaker patterns, and integrate LiveDashboard for observability.\\\"\\\\n\\\\nUse elixir-expert when building production-ready applications that require robust error handling, observability, and the 'let it crash' philosophy. This agent designs proper Supervisor hierarchies, implements failure recovery patterns, and adds comprehensive monitoring with Telemetry and LiveDashboard.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "embedded-systems",
"path": "programming-languages/embedded-systems.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when developing firmware for resource-constrained microcontrollers, implementing RTOS-based applications, or optimizing real-time systems where hardware constraints, latency guarantees, and reliability are critical. Specifically:\\\\n\\\\n\\\\nContext: A team is building firmware for an STM32F4-based IoT sensor that must operate on battery power for 6 months with strict latency requirements.\\\\nuser: \\\"We need firmware for a temperature/humidity sensor running on STM32F4 with 48KB RAM. Must wake every 30 seconds, take measurements, transmit via LoRaWAN, then sleep to achieve 6-month battery life. Latency-critical interrupt from accelerometer must be handled in under 100 microseconds.\\\"\\\\nassistant: \\\"I'll design this with FreeRTOS for task scheduling, implement low-power sleep modes with configurable wake sources, optimize interrupt handlers for sub-100us response, create efficient sensor drivers with DMA, and profile power consumption to meet your 6-month target. I'll include watchdog protection and robust error recovery for field deployments.\\\"\\\\n\\\\nUse this agent when implementing embedded systems with real-time constraints, power management requirements, and resource limitations. This agent handles RTOS configuration, interrupt latency optimization, DMA programming, and battery-aware sleep mode design.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing bare-metal firmware needs conversion to use RTOS for better task management and timing predictability.\\\\nuser: \\\"Our ESP32 control loop runs bare metal with interrupt-driven state machine. We're seeing jitter in timing. Can we refactor to use FreeRTOS with deterministic task scheduling while keeping real-time guarantees?\\\"\\\\nassistant: \\\"I'll migrate your interrupt-driven architecture to FreeRTOS with priority-based task scheduling, implement task synchronization using semaphores, refactor your state machine into a scheduler-friendly task, set up timer callbacks for precise periodic execution, and add stack monitoring. I'll verify timing margins haven't degraded and provide profiling data showing latency improvement.\\\"\\\\n\\\\nInvoke this agent when transitioning firmware from bare-metal to RTOS-based architectures. This agent refactors interrupt handlers into tasks, implements proper synchronization, and ensures real-time guarantees are maintained during the transition.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A real-time audio processing system needs optimization to handle high interrupt rates while managing memory efficiently on a limited embedded platform.\\\\nuser: \\\"Building audio DSP on ARM Cortex-M7 with 512KB RAM. Need to process 48kHz stereo with <5ms latency, handle USB audio in/out with DMA ring buffers, and implement real-time filter processing without memory fragmentation.\\\"\\\\nassistant: \\\"I'll design a fixed-size memory pool for audio buffers, implement DMA ring buffers for zero-copy USB streaming, set interrupt priorities to ensure audio ISR preempts non-critical tasks, optimize the DSP filter chains with SIMD intrinsics where available, and add CPU utilization monitoring. I'll stress-test with glitch detection to verify sub-5ms latency.\\\"\\\\n\\\\nUse this agent for real-time performance-critical embedded systems requiring low latency, efficient memory management, and complex interrupt coordination. This agent excels at DMA optimization, lock-free buffer design, and ISR tuning to meet strict timing guarantees.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 153,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "expert-cpp-software-engineer",
"path": "programming-languages/expert-cpp-software-engineer.md",
"category": "programming-languages",
"type": "agent",
"description": "Provide expert C++ software engineering guidance using modern C++ and industry best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 144,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "flutter-expert",
"path": "programming-languages/flutter-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building cross-platform mobile applications with Flutter 3+ that require custom UI implementation, complex state management, native platform integrations, or performance optimization across iOS/Android/Web. Specifically:\\\\n\\\\n\\\\nContext: Building a feature-rich social media app that needs custom animations, platform-specific native features (biometric auth, camera), and 60fps performance on both iOS and Android\\\\nuser: \\\"We need a high-performance Flutter app with custom Material You animations, Face ID/fingerprint auth, camera integration, and guaranteed 60fps scrolling. How do we structure this to maintain performance across both platforms?\\\"\\\\nassistant: \\\"I'll architect the app using BLoC for state management to isolate business logic from UI, implement platform channels for biometric and camera access, use RepaintBoundary and const constructors to maintain 60fps performance, create custom widgets for complex animations with proper Tween configurations, and set up comprehensive widget and integration tests. This ensures platform consistency while allowing platform-specific optimizations.\\\"\\\\n\\\\nUse flutter-expert when building cross-platform apps that require custom native features, complex animations, and strict performance requirements. This agent specializes in architecture that scales across multiple platforms while maintaining native performance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Migrating a legacy Flutter 2 app to Flutter 3+ with null safety, modern state management, and refactored widget hierarchy\\\\nuser: \\\"Our Flutter 2 app has unsoundness issues, uses an outdated Provider setup, and has 200+ build methods scattered across monolithic widgets. How do we modernize this to Flutter 3?\\\"\\\\nassistant: \\\"I'll implement a migration plan: first enforce null safety throughout with strict linting, refactor state management to Riverpod 2.0 for better performance and testability, decompose large widgets into focused composable components with proper const constructors, implement feature-based folder structure, add comprehensive widget tests (targeting 80%+ coverage), and set up golden tests for UI consistency.\\\"\\\\n\\\\nUse flutter-expert when modernizing Flutter codebases to leverage newer versions, improve architecture, and reduce technical debt. This agent handles complex refactoring that improves both code quality and runtime performance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Optimizing a Flutter app that's experiencing performance degradation with janky scrolling, high memory usage, and slow app startup\\\\nuser: \\\"Our Flutter shopping app has 120ms frame times during scrolling, uses 500MB memory, and takes 4 seconds to launch. We have ListView with custom widgets rendering thousands of items.\\\"\\\\nassistant: \\\"I'll profile the app using DevTools to identify expensive rebuilds and memory leaks, refactor ListViews to use ListView.builder with const widgets, implement image caching strategies, add RepaintBoundary around expensive widgets, use preload patterns for navigation, profile memory with DevTools to identify retain cycles, and establish performance benchmarks. We'll target 16ms frame times and sub-2s startup.\\\"\\\\n\\\\nUse flutter-expert for performance optimization when apps suffer from jank, high memory consumption, or slow startup times. This agent applies DevTools profiling, widget optimization techniques, and platform-specific tuning to achieve native-quality performance.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 431,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "go-mcp-expert",
"path": "programming-languages/go-mcp-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "golang-pro",
"path": "programming-languages/golang-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building Go applications requiring concurrent programming, high-performance systems, microservices, or cloud-native architectures where idiomatic patterns, error handling excellence, and efficiency are critical. Specifically:\\\\n\\\\n\\\\nContext: Building a gRPC-based microservice that handles thousands of concurrent requests with strict latency requirements and needs proper error propagation and graceful shutdown\\\\nuser: \\\"Create a gRPC service in Go that can handle 10k concurrent connections with sub-50ms p99 latency. Need proper context propagation for cancellation, comprehensive error handling with wrapped errors, and graceful shutdown that stops accepting new connections but drains existing ones.\\\"\\\\nassistant: \\\"I'll architect a gRPC service with streaming handlers, context-aware deadlines, wrapped error types for detailed error chains, interceptors for logging/metrics, worker pools for bounded concurrency, and a shutdown coordinator using context cancellation. This ensures low-latency responses, proper error tracing, and clean process termination.\\\"\\\\n\\\\nInvoke golang-pro when building Go services where concurrency, error handling, and performance optimization are primary concerns—especially gRPC/REST APIs, microservices, and systems requiring context propagation and resource lifecycle management.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Optimizing a Go backend's data pipeline processing millions of events daily, with memory pressure and CPU hotspots\\\\nuser: \\\"Our Go event processor is hitting memory limits processing 1M events/day. Need to profile memory allocations, reduce GC pressure with object pooling, and benchmark critical paths. Current implementation does full unmarshaling for every event even when we only need a few fields.\\\"\\\\nassistant: \\\"I'll apply performance optimization techniques: use pprof to identify allocation hotspots, implement sync.Pool for frequent object reuse, benchmark processing pipeline with criterion-style comparisons, apply zero-allocation patterns for hot paths, consider using partial unmarshaling with json.Decoder for selective field extraction, and tune GC with GOGC tuning.\\\"\\\\n\\\\nUse golang-pro when performance is a primary requirement—optimizing memory usage, reducing CPU load, implementing benchmarks, profiling code, or building systems where latency and throughput matter significantly.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Monorepo with multiple Go services needing shared error handling, logging patterns, and graceful inter-service communication with proper dependency management\\\\nuser: \\\"We have 5 microservices in a monorepo that need consistent error handling, structured logging, and service discovery. How do we organize shared code, manage go.mod dependencies, create reusable interfaces, and ensure all services follow the same patterns without tight coupling?\\\"\\\\nassistant: \\\"I'll structure the monorepo with separate modules for each service plus shared library packages for error types, logging setup, and interfaces. Use go.mod's replace directive for local dependencies, implement functional options pattern for service configuration, define small focused interfaces for service boundaries, and set up table-driven tests that validate all services implement required contracts.\\\"\\\\n\\\\nInvoke golang-pro for architectural decisions spanning multiple Go projects, monorepo organization, establishing shared patterns across services, dependency management strategies, or when building frameworks that multiple Go teams will use.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1299,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "iot-engineer",
"path": "programming-languages/iot-engineer.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when designing and deploying IoT solutions requiring expertise in device management, edge computing, cloud integration, and handling challenges like massive device scale, complex connectivity scenarios, or real-time data pipelines. Specifically:\\\\n\\\\n\\\\nContext: A smart city project needs to deploy 50,000 sensors across a metropolitan area with cellular and LoRaWAN connectivity, requiring edge processing to reduce cloud costs and real-time anomaly detection.\\\\nuser: \\\"We're building a smart city platform with 50,000 environmental sensors. We need hybrid connectivity (4G and LoRaWAN), edge gateways for data filtering, cloud data pipelines processing 100K messages/sec, and predictive maintenance analytics. How do we architect this?\\\"\\\\nassistant: \\\"I'll design a three-tier IoT architecture: device layer with LoRaWAN and 4G provisioning, edge layer with local aggregation and filtering reducing cloud traffic by 70%, and cloud tier with stream processing and analytics. I'll implement AWS IoT Core with device shadows for state management, edge Lambda functions for local ML inference, and Kinesis for real-time processing. This reduces cloud costs by 67% while achieving sub-second alerting on anomalies.\\\"\\\\n\\\\nUse this agent when designing large-scale IoT deployments with 10,000+ devices, multiple connectivity types, edge processing requirements, and real-time analytics needs. This agent excels at architecture spanning device-to-cloud with cost optimization.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A manufacturing company has 5,000 IoT devices collecting sensor data but struggles with device failures, missed updates, and inconsistent data quality. They need improved device management and reliability.\\\\nuser: \\\"Our manufacturing fleet has 5,000 devices sending telemetry. We have 2% unplanned downtime due to device failures, sporadic firmware update failures, and data quality issues. We need better device management, OTA updates, and monitoring. Current uptime target is 99.9%.\\\"\\\\nassistant: \\\"I'll implement a comprehensive device management solution: automated provisioning with certificate-based auth, staged OTA updates with rollback capability, health monitoring with predictive failure detection, and data quality validation pipelines. I'll set up Azure IoT Hub for centralized management, implement device twins for state tracking, add anomaly detection to predict failures 7 days in advance, and create automated remediation workflows. This achieves 99.95% uptime with zero unplanned downtime.\\\"\\\\n\\\\nInvoke this agent when existing IoT deployments need reliability improvements, device management hardening, OTA update strategies, or predictive maintenance implementation. This agent focuses on operational excellence and system stability.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An agricultural IoT startup is building a soil moisture and weather monitoring platform for farms but struggles with battery life, network coverage in rural areas, and processing high-frequency sensor streams efficiently.\\\\nuser: \\\"We have 10,000 soil sensors deployed on farms. Each collects temperature, humidity, and moisture every 60 seconds. Cellular coverage is spotty in rural areas, batteries must last 18 months, and farmers need real-time insights. Our cloud costs are unsustainable.\\\"\\\\nassistant: \\\"I'll architect a distributed solution with LoRaWAN for reliable rural coverage and ultra-low-power consumption, edge gateways aggregating data locally reducing cloud traffic by 95%, and intelligent batching protocols extending battery life to 24 months. I'll implement edge ML models predicting irrigation needs, reducing unnecessary data transmission. ThingsBoard handles device management and visualization, with local rule engines triggering alerts before data reaches cloud. This reduces bandwidth 95% and cuts cloud costs by 78%.\\\"\\\\n\\\\nUse this agent for power-constrained IoT deployments with limited connectivity, high sensor densities, and the need for edge intelligence. This agent specializes in battery optimization, protocol selection, and edge processing to handle scale and cost challenges.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "java-architect",
"path": "programming-languages/java-architect.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when designing enterprise Java architectures, migrating Spring Boot applications, or establishing microservices patterns for scalable cloud-native systems. Specifically:\\\\n\\\\n\\\\nContext: A team needs to refactor a monolithic Spring application into microservices with proper service boundaries and inter-service communication.\\\\nuser: \\\"We need to design a microservices architecture for our legacy Spring Boot monolith with 15 services. Current bottlenecks are the shared database and tightly coupled modules.\\\"\\\\nassistant: \\\"I'll analyze your current architecture, design service boundaries using domain-driven design, establish API contracts with OpenAPI specs, implement Spring Cloud patterns (API Gateway, Circuit Breakers with Resilience4j), and set up event-driven communication using Kafka. We'll also establish database per service strategy and create comprehensive test contracts.\\\"\\\\n\\\\nUse the java-architect when redesigning application structure or establishing new architectural patterns at the system level. This agent excels at breaking down monoliths and designing distributed systems.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company is upgrading to the latest Java LTS version and wants to leverage modern language features while modernizing their tech stack.\\\\nuser: \\\"We're on Java 11 with Spring Boot 2.7 and want to move to Java 21 with Spring Boot 3.3. Should we use virtual threads, records, and reactive programming?\\\"\\\\nassistant: \\\"I'll guide your migration plan: upgrade to Spring Boot 3.3 with native image support, introduce records for data carriers, implement virtual threads for improved throughput on I/O-bound services, evaluate WebFlux for APIs needing high concurrency, and set up GraalVM compilation for faster startup times.\\\"\\\\n\\\\nInvoke the java-architect for technology stack decisions and major version upgrades. This agent evaluates trade-offs between modern features and your application requirements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A startup needs to establish development standards for a new multi-module Spring Boot platform being built by distributed teams.\\\\nuser: \\\"We're building a new payment processing platform in Java. What architectural decisions should we make now to handle 1000 TPS and ensure 99.99% uptime?\\\"\\\\nassistant: \\\"I'll establish enterprise architecture patterns: implement hexagonal architecture with CQRS for event sourcing, set up comprehensive testing strategy (unit, integration with TestContainers, contract, performance with JMH), establish Spring Security with OAuth2, configure distributed tracing with Micrometer, and design for multi-tenancy from day one. This includes CI/CD pipeline design and cloud-native deployment readiness.\\\"\\\\n\\\\nUse java-architect when building new systems that need to scale or when establishing architectural foundations for platforms. This agent prevents technical debt by designing for production requirements upfront.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 306,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "javascript-pro",
"path": "programming-languages/javascript-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when you need to build, optimize, or refactor modern JavaScript code for browser, Node.js, or full-stack applications requiring ES2025 features, async patterns, or performance-critical implementations. Specifically:\\\\n\\\\n\\\\nContext: User has a legacy callback-based Node.js service and wants to modernize it with async/await, implement proper error handling, and optimize memory usage.\\\\nuser: \\\"I have an old Node.js service with callback hell. Can you refactor it to use modern async/await patterns and add proper error handling?\\\"\\\\nassistant: \\\"I'll use the javascript-pro agent to analyze your existing code structure, migrate to async/await patterns, optimize memory management, and ensure comprehensive error handling following modern JavaScript best practices.\\\"\\\\n\\\\nUse javascript-pro when the task involves modernizing JavaScript code to leverage ES2025 features, async patterns, and performance optimization. This agent handles refactoring across both browser and Node.js environments with focus on clean, maintainable patterns.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is building a performance-critical browser application with complex state management, event handling, and needs to implement Web Workers for heavy computation.\\\\nuser: \\\"I need help building a real-time analytics dashboard with Web Workers for data processing and optimized DOM updates. It needs to handle 1000s of data points.\\\"\\\\nassistant: \\\"I'll invoke the javascript-pro agent to architect the data flow with proper async coordination, implement Web Workers for computation offload, optimize DOM updates with event delegation, and ensure sub-16ms render performance.\\\"\\\\n\\\\nUse javascript-pro for browser applications requiring advanced JavaScript patterns like Web Workers, performance optimization, and sophisticated asynchronous coordination. The agent specializes in avoiding common pitfalls like memory leaks and janky rendering.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User has a full-stack Node.js and browser codebase that needs testing infrastructure, proper JSDoc type coverage, and wants to leverage shared module patterns across frontend and backend.\\\\nuser: \\\"Set up comprehensive testing with Vitest, add JSDoc types for type safety, and create shared utilities that work in both Node.js and the browser.\\\"\\\\nassistant: \\\"I'll use the javascript-pro agent to configure Vitest with proper mocking strategies, add JSDoc type annotations for the entire codebase, establish shared module patterns using ESM, and ensure 85%+ coverage with integration tests.\\\"\\\\n\\\\nUse javascript-pro for full-stack JavaScript projects needing testing infrastructure, type safety with JSDoc, module architecture, and cross-environment compatibility. The agent understands both browser APIs (DOM, Fetch, Service Workers) and Node.js internals (Streams, Worker Threads, EventEmitter).\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3335,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "kotlin-specialist",
"path": "programming-languages/kotlin-specialist.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building Kotlin applications requiring advanced coroutine patterns, multiplatform code sharing, or Android/server-side development with functional programming principles. Specifically:\\\\n\\\\n\\\\nContext: Building a cross-platform mobile application sharing business logic between Android and iOS using Kotlin Multiplatform Mobile (KMM)\\\\nuser: \\\"We're creating a social media app targeting both Android and iOS. How do we structure a KMM project to maximize shared code while maintaining platform-specific UI in Compose and SwiftUI?\\\"\\\\nassistant: \\\"I'll architect your KMM project with: shared business logic in common module using coroutines for networking, database layer with SQLite, and state management with MVI pattern. Android gets Jetpack Compose UI consuming shared ViewModels, iOS uses Swift wrappers around Kotlin code. Expected 70-80% code sharing with proper expect/actual boundaries for platform APIs.\\\"\\\\n\\\\nUse kotlin-specialist when building cross-platform mobile applications with Kotlin Multiplatform Mobile. This agent structures gradle multiplatform builds, designs expect/actual abstractions for platform APIs, and ensures efficient code sharing between iOS/Android while maintaining idiomatic platform-specific UIs.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Migrating legacy Android codebase to modern Kotlin with coroutines, Room database, and proper dependency injection\\\\nuser: \\\"Our Android app is 8 years old, written in Java with callback hell, no tests, and tight coupling. Can we modernize it to Kotlin with coroutines and architecture patterns without rewriting everything?\\\"\\\\nassistant: \\\"I'll execute a phased modernization: convert Java to Kotlin incrementally, replace callbacks with Flow-based coroutines for networking/database, implement MVVM with StateFlow, add Hilt for dependency injection, introduce Room with async migrations, and establish test framework with JUnit 5 and MockK. Each layer gets refactored with comprehensive tests.\\\"\\\\n\\\\nInvoke kotlin-specialist for modernizing existing Android/Java codebases to Kotlin best practices. This agent handles incremental migrations preserving functionality while introducing coroutines, modern architecture patterns, and comprehensive testing frameworks.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Building a high-performance backend service using Ktor with complex business logic requiring functional programming patterns\\\\nuser: \\\"We need a Ktor backend for our API handling 10k requests/sec with complex validation pipelines, composed functional transformations, and strict type safety. How should we structure this?\\\"\\\\nassistant: \\\"I'll design a Ktor service leveraging: Arrow.kt for functional error handling and monadic compositions, Domain-Driven Design with sealed classes for business logic, Flow API for reactive pipelines, structured concurrency for request handling, and comprehensive integration tests with Kotest. Architecture uses functional composition for validation chains and type-safe builders for DSLs.\\\"\\\\n\\\\nUse kotlin-specialist when building server-side applications requiring advanced functional programming, complex business logic transformations, or reactive pipelines. This agent applies Arrow.kt monadic patterns, creates expressive DSLs, and structures coroutine-based architectures for high-throughput services.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 302,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "laravel-specialist",
"path": "programming-languages/laravel-specialist.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building Laravel 10+ applications, architecting Eloquent models with complex relationships, implementing queue systems for async processing, or optimizing API performance. Specifically:\\\\n\\\\n\\\\nContext: Building a new Laravel 10 SaaS application from scratch with multi-tenancy, real-time features, and complex database design\\\\nuser: \\\"I need to build a Laravel 10 SaaS platform for task management. Requirements: multi-tenant architecture, real-time notifications via WebSockets, background job processing, Eloquent models with complex relationships, comprehensive API with rate limiting, and 90%+ test coverage.\\\"\\\\nassistant: \\\"I'll architect the complete Laravel application: design multi-tenant database schema with scoped Eloquent models, implement Scout full-text search, set up Laravel Echo with WebSockets for real-time updates, configure Horizon for queue management with job batching, create API resources with pagination and filtering, implement Sanctum authentication with rate limiting, write comprehensive Pest tests (90%+ coverage), and optimize with eager loading and caching strategies.\\\"\\\\n\\\\nInvoke laravel-specialist when building complete Laravel applications from scratch requiring architectural decisions around database design, multi-tenancy, API structure, queue systems, and production-ready patterns. This agent excels at coordinating Laravel's ecosystem components (Eloquent, Horizon, Echo, Sanctum) into cohesive applications.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Existing Laravel application experiencing severe N+1 query problems, slow response times, and needs performance optimization without rewriting\\\\nuser: \\\"Our Laravel app has pages taking 5+ seconds to load due to N+1 query problems. We have deeply nested Eloquent relationships, missing indexes, and no caching. How do we profile and optimize without major refactoring?\\\"\\\\nassistant: \\\"I'll implement Laravel performance optimization: use Laravel Debugbar and Clockwork to identify N+1 queries, apply eager loading strategies with include/with, add missing database indexes through migrations, implement Redis caching with cache facades, set up query scopes for optimization, use selectRaw for expensive aggregations, enable query log in production safely, and benchmark critical endpoints before/after optimizations.\\\"\\\\n\\\\nUse laravel-specialist for performance troubleshooting in existing Laravel applications, specifically addressing N+1 query problems, database optimization, caching strategies, and query profiling. This agent applies Laravel-specific optimization patterns including eager loading, database indexing through migrations, and proper cache invalidation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Legacy Laravel 6 application needs modernization to Laravel 10 with async queues and newer patterns\\\\nuser: \\\"We have a Laravel 6.x app with 200k LOC. Need to upgrade to Laravel 10 incrementally while keeping production stable. Also need to migrate from queue database driver to Redis and adopt newer patterns like Actions and Jobs.\\\"\\\\nassistant: \\\"I'll create a phased modernization plan: establish comprehensive Pest test coverage, upgrade Laravel incrementally (6 to 7, 7 to 8, 8 to 9, 9 to 10), address deprecations in each phase, migrate from database queue to Redis, refactor controllers into Action classes and API resources, implement proper error handling with custom exceptions, update authentication to Sanctum, and set up CI/CD with Laravel Pint and PHPStan for code quality.\\\"\\\\n\\\\nInvoke laravel-specialist for major Laravel version upgrades, modernizing legacy applications, integrating new queue drivers, and adopting contemporary Laravel patterns (Actions, Casts, custom middleware) while managing production stability and preventing regressions.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 241,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "microsoft-agent-framework-python",
"path": "programming-languages/microsoft-agent-framework-python.md",
"category": "programming-languages",
"type": "agent",
"description": "Create, update, refactor, explain or work with code using the Python version of Microsoft Agent Framework.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mongodb-performance-advisor",
"path": "programming-languages/mongodb-performance-advisor.md",
"category": "programming-languages",
"type": "agent",
"description": "Analyze MongoDB database performance, offer query and index optimization insights and provide actionable recommendations to improve overall usage of the database.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 142,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-developer",
"path": "programming-languages/nextjs-developer.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when building production Next.js 14+ applications that require full-stack development with App Router, server components, and advanced performance optimization. Invoke when you need to architect or implement complete Next.js applications, optimize Core Web Vitals, implement server actions and mutations, or deploy SEO-optimized applications. Specifically:\\\\n\\\\n\\\\nContext: A startup is building an e-commerce platform and needs a complete Next.js 14 implementation with server-side rendering, database integration, and Lighthouse score > 95.\\\\nuser: \\\"Build a Next.js e-commerce app with product catalog, shopping cart, checkout flow, and real-time inventory updates. Need server components for SEO, App Router structure, and Core Web Vitals > 90.\\\"\\\\nassistant: \\\"I'll architect this as a complete Next.js application. I'll design the App Router with route groups for organization, implement server components for product pages and SEO, create server actions for cart and checkout operations, optimize images and fonts, configure ISR for product listings, and set up monitoring to achieve your Lighthouse targets. I'll also implement database integration with Prisma and edge runtime compatibility.\\\"\\\\n\\\\nUse nextjs-developer when building complete Next.js applications from architecture through deployment, especially when you need to optimize for search engines, implement server-side rendering, and achieve strict performance budgets. This agent handles the full stack including API routes, database integration, and production deployment.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An existing React SPA needs to be migrated to Next.js 14 for better SEO and initial page load performance, with existing backend APIs to integrate with.\\\\nuser: \\\"Migrate our React SPA to Next.js 14. We have existing REST APIs at /api/v1 and need to maintain feature parity while improving SEO and first paint time.\\\"\\\\nassistant: \\\"I'll design a Next.js App Router structure that maps to your existing React components, implement server components for page templates to improve SEO, create API route middleware to proxy your existing endpoints, set up server-side data fetching with proper cache invalidation, and configure preview deployments for testing. I'll ensure zero-downtime migration and maintain all existing features while optimizing Core Web Vitals.\\\"\\\\n\\\\nInvoke nextjs-developer when migrating existing applications to Next.js or when adding server-side rendering to frontend-only applications. This agent excels at integrating with existing backend APIs and optimizing for performance during migration.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A high-traffic SaaS application needs optimization—pages are slow, SEO metrics are poor, and the team needs to implement real-time features without rebuilding from scratch.\\\\nuser: \\\"Our Next.js app averages 3.5s LCP and we're ranking poorly in search. Need real-time notifications, improved performance, and better SEO. Currently using client-side routing and data fetching.\\\"\\\\nassistant: \\\"I'll audit your architecture and optimize it by migrating suitable components to server components, implementing streaming SSR for faster First Contentful Paint, configuring incremental static regeneration for SEO-critical pages, optimizing images and scripts, setting up server actions for real-time mutations, and implementing WebSocket support for notifications. I'll create a phased migration plan to achieve > 90 Lighthouse scores while adding real-time features.\\\"\\\\n\\\\nUse nextjs-developer for performance optimization and architectural improvements to existing Next.js applications. This agent diagnoses performance bottlenecks and implements Next.js 14+ patterns like server components and streaming to improve metrics without full rewrites.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 479,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "php-pro",
"path": "programming-languages/php-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when working with PHP 8.3+ projects that require strict typing, modern language features, and enterprise framework expertise (Laravel or Symfony). Use when building scalable applications, optimizing performance, or requiring async/Fiber patterns. Specifically:\\\\n\\\\n\\\\nContext: Developer needs to refactor a legacy PHP codebase to PHP 8.3 with strict types and modern patterns.\\\\nuser: \\\"I have a Laravel 10 project that's still using mixed types and older patterns. Can you help upgrade to PHP 8.3 with strict typing?\\\"\\\\nassistant: \\\"I'll analyze your Laravel project structure, identify upgrade opportunities, and refactor to PHP 8.3 with full strict type support, readonly properties, enums, and modern patterns while maintaining backward compatibility during migration.\\\"\\\\n\\\\nUse php-pro when the task involves upgrading existing PHP codebases to modern PHP standards, strict typing, and framework-specific patterns. This is a core use case for architecture improvements.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Building a high-performance API with async job processing in Laravel.\\\\nuser: \\\"We need to implement async job processing with Swoole for our API to handle 10k requests per second. Can you design this?\\\"\\\\nassistant: \\\"I'll architect a Swoole-based queue system with Fiber coroutines, implement async job batching, optimize Eloquent queries with eager loading, configure OpCache, and set up performance monitoring to meet your throughput requirements.\\\"\\\\n\\\\nUse php-pro when you need expertise in async programming patterns, Swoole/ReactPHP, Fiber implementation, or performance optimization for high-traffic PHP applications.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Ensuring code quality and security in a Symfony project with PHPStan analysis.\\\\nuser: \\\"Our Symfony project has technical debt. Can you enforce PHPStan level 9, improve test coverage, and fix security issues?\\\"\\\\nassistant: \\\"I'll run PHPStan analysis, implement strict type declarations across services and entities, increase test coverage to 85%+, audit dependencies for vulnerabilities, and apply SOLID principles to reduce complexity.\\\"\\\\n\\\\nUse php-pro when you need to improve code quality, achieve high PHPStan levels, implement security best practices, or enforce PSR standards and design patterns in enterprise applications.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1265,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "powershell-5.1-expert",
"path": "programming-languages/powershell-5.1-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when automating Windows infrastructure tasks requiring PowerShell 5.1 scripts with RSAT modules for Active Directory, DNS, DHCP, GPO management, or when building safe, enterprise-grade automation workflows in legacy .NET Framework environments. Specifically:\\\\n\\\\n\\\\nContext: Enterprise needs to automate bulk user creation and AD group membership from a CSV file with rollback capability and comprehensive logging.\\\\nuser: \\\"I need a PowerShell script to create 500 users from a CSV, add them to appropriate security groups, enable their accounts, and set initial passwords. Must have rollback support and detailed audit logging.\\\"\\\\nassistant: \\\"I'll create a production-safe PowerShell 5.1 script using RSAT ActiveDirectory module with: parameter validation, try-catch error handling, -WhatIf/-Confirm support for preview mode, pre-checks for group existence and user duplication, detailed transcription logging, and a rollback function to remove created objects. The script will validate domain membership and permissions before execution.\\\"\\\\n\\\\nInvoke powershell-5.1-expert when you need to write safe, auditable PowerShell automation for AD operations with enterprise-grade error handling, logging, and rollback capabilities. This agent excels at building reliable scripts for infrastructure teams operating in Windows-only environments.\\\\n\\\\n\\\\n\\\\n\\\\nContext: DNS infrastructure team needs to batch-update DNS records across multiple zones with change validation and automatic rollback if issues detected.\\\\nuser: \\\"We need to update CNAME records for a service migration across 3 DNS zones. Must verify records update correctly and rollback automatically if validation fails.\\\"\\\\nassistant: \\\"I'll build a PowerShell 5.1 script using DnsServer RSAT module with: zone-by-zone record enumeration, backup exports before changes, dynamic PowerShell remoting to DNS servers, post-update validation via DNS queries, conditional rollback logic, and verbose logging. Each zone update will use -WhatIf preview before execution with approval gates.\\\"\\\\n\\\\nUse powershell-5.1-expert for infrastructure change automation that requires careful validation, pre-flight checks, and safe rollback mechanisms. The agent specializes in multi-step workflows with error detection and enterprise safety patterns.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Windows Server team manages DHCP across multiple sites and needs automated scope management, reservation validation, and compliance reporting.\\\\nuser: \\\"Create a script to manage DHCP scopes and reservations across 5 sites, validate that reservations match our hardware inventory, and generate compliance reports.\\\"\\\\nassistant: \\\"I'll design a comprehensive PowerShell 5.1 automation using DhcpServer module with: multi-site scope enumeration via PowerShell remoting, reservation validation against inventory database, automatic scope backup, compliance report generation with CSV export, scheduled execution via task scheduler, and email notifications for failures. Includes verbose transcript logging for audit trails.\\\"\\\\n\\\\nInvoke powershell-5.1-expert when you need to build repeatable, auditable infrastructure automation that must survive in legacy Windows environments without PowerShell 7+ features, and requires enterprise-grade logging and operational safety.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "powershell-7-expert",
"path": "programming-languages/powershell-7-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building cross-platform cloud automation scripts, Azure infrastructure orchestration, or CI/CD pipelines requiring PowerShell 7+ with modern .NET interop, idempotent operations, and enterprise-grade error handling. Specifically:\\\\n\\\\n\\\\nContext: Team needs to automate Azure VM lifecycle management across multiple subscriptions with proper logging and error recovery.\\\\nuser: \\\"Create PowerShell scripts to provision, configure, and decommission Azure VMs across 5 subscriptions. Need idempotent operations, comprehensive logging, and -WhatIf/-Confirm support for safety.\\\"\\\\nassistant: \\\"I'll build a PowerShell 7 automation suite using Az module with subscription context handling, implement idempotent patterns with resource existence checks, add structured logging via Write-Host/Error, support -WhatIf/-Confirm parameters for safety, and include error recovery with retry logic and proper authentication using Managed Identity.\\\"\\\\n\\\\nUse powershell-7-expert for cloud automation requiring multi-tenant orchestration, subscription/tenant context management, and enterprise safety patterns like WhatIf support and comprehensive error handling. This agent handles Azure-specific patterns and modern .NET interop.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Building GitHub Actions workflows that need cross-platform (Windows, Linux, macOS) CI/CD automation with complex orchestration logic.\\\\nuser: \\\"Set up GitHub Actions workflows using PowerShell that run on Windows, Linux, and macOS runners. Need to handle artifact management, environment-specific configurations, and integration with Azure DevOps.\\\"\\\\nassistant: \\\"I'll architect GitHub Actions workflows leveraging PowerShell 7's cross-platform capabilities: use $PSVersionTable and platform detection for environment-specific logic, implement artifact handling with consistent paths across OSes, create environment-specific config files, integrate Azure DevOps APIs via PowerShell SDK, and add comprehensive logging for CI/CD debugging.\\\"\\\\n\\\\nUse powershell-7-expert when building CI/CD pipelines that require PowerShell's cross-platform capabilities and complex orchestration logic. This agent applies PowerShell 7 features like pipeline operators, null-coalescing, and modern exception handling for production-ready pipelines.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Enterprise needs advanced M365/Graph API automation for user provisioning and Teams governance across complex organizational hierarchies.\\\\nuser: \\\"Implement PowerShell automation for Graph API to provision M365 users, set up Teams, manage group memberships, and enforce governance policies. Need performance optimization for large-scale operations (10k+ users).\\\"\\\\nassistant: \\\"I'll build high-performance Graph API automation using PowerShell 7: parallelize user provisioning with ForEach-Object -Parallel, implement batch operations for efficiency, use .NET 6/7 HttpClient for Graph API calls, add comprehensive error handling with custom exception classes, cache authentication tokens, and implement retry logic with exponential backoff for reliability.\\\"\\\\n\\\\nUse powershell-7-expert for enterprise M365/Graph automation requiring high performance, parallel processing, and modern .NET interop. This agent applies PowerShell 7 parallelism features and handles complex Graph API scenarios with proper rate limiting and batching.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 139,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "powershell-module-architect",
"path": "programming-languages/powershell-module-architect.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when architecting and refactoring PowerShell modules, designing profile systems, or creating cross-version compatible automation libraries. Invoke it for module design reviews, profile optimization, packaging reusable code, and standardizing function structure across teams. Specifically:\\\\n\\\\n\\\\nContext: DevOps team has dozens of standalone PowerShell scripts handling AD, DNS, and DHCP tasks. Leadership wants these consolidated into a maintainable module for the infrastructure team.\\\\nuser: \\\"We have 40+ PowerShell scripts scattered across shared drives. We need to consolidate them into a proper module with proper structure, documentation, and versioning.\\\"\\\\nassistant: \\\"I'll design a comprehensive module architecture with: public/private function separation, manifest with metadata and dependencies, helper library for shared logic, consistent error handling patterns, -WhatIf support, and organized dot-sourcing structure. I'll also create a migration checklist to refactor existing scripts into the module while maintaining backward compatibility.\\\"\\\\n\\\\nInvoke powershell-module-architect when you need to transform fragmented scripts into a professionally structured, documented module. This agent excels at designing the overall module layout, establishing naming conventions, and planning the refactoring strategy.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Company standardized on PowerShell 7+ but has teams still using PowerShell 5.1 on legacy servers. Need a shared utility library that works across both versions.\\\\nuser: \\\"We need a helper library for common Active Directory and DNS operations that works on both PowerShell 5.1 and 7+. Our teams use both versions.\\\"\\\\nassistant: \\\"I'll design a cross-version compatible module using capability detection at module load time, version-specific code paths for features only in 7+, backward-compatible syntax throughout, comprehensive version checks in the manifest, and documented migration guidance for when teams upgrade. The module will gracefully degrade on 5.1 while using modern features when available.\\\"\\\\n\\\\nUse powershell-module-architect when you need to design libraries that bridge version gaps across an organization. The agent specializes in compatibility strategy, version detection patterns, and designing modules that work reliably in heterogeneous environments.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Organization wants all engineers to have a consistent, fast-loading PowerShell profile with team-specific tools and shortcuts, but without bloating startup time.\\\\nuser: \\\"We need to design a standard profile for our infrastructure team that includes shortcuts for common tasks but doesn't slow down shell startup. Currently people have messy profile scripts everywhere.\\\"\\\\nassistant: \\\"I'll design a modular profile system with: lazy-import structure for heavy modules, separate config for core/utilities/shortcuts, efficient prompt function, per-machine customization capability, documentation for team members to add their own tools, and load-time optimization patterns. This keeps shell startup fast while providing ergonomic shortcuts.\\\"\\\\n\\\\nInvoke powershell-module-architect when designing profile systems or organizational standardization. The agent will create the architecture, load-time strategies, and extensibility patterns that let teams standardize without performance penalties.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "powershell-ui-architect",
"path": "programming-languages/powershell-ui-architect.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when designing or building desktop graphical interfaces (WinForms, WPF, Metro-style dashboards) or terminal user interfaces (TUIs) for PowerShell automation tools that need clean separation between UI and business logic. Specifically:\\\\n\\\\n\\\\nContext: IT team has a mature Active Directory automation module but users are currently running commands from plain PowerShell. They want a GUI frontend so helpdesk staff can manage common AD operations safely without script knowledge.\\\\nuser: \\\"We have a well-structured PowerShell module for AD user provisioning and group management. Can you build a WinForms interface so our helpdesk can use it without command-line knowledge?\\\"\\\\nassistant: \\\"I'll design a WinForms UI that wraps your AD module with clear controls for user creation, group assignment, and password reset. The UI will include input validation, error handling with user-friendly messages, progress indicators for long-running operations, and audit logging that feeds into your existing module.\\\"\\\\n\\\\nInvoke the powershell-ui-architect when you need to create a desktop GUI wrapper around existing PowerShell automation logic. This agent specializes in separating concerns so the UI is thin and the business logic remains pure and testable.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Operations team monitors multiple servers and needs a real-time dashboard displaying health metrics, alerts, and quick-action tiles for common administrative tasks.\\\\nuser: \\\"Build a modern dashboard using WPF and MahApps.Metro to display server health, CPU/memory usage, and tiles for common ops tasks like service restart or log collection. It needs theme support and should look professional.\\\"\\\\nassistant: \\\"I'll architect a Metro-style WPF dashboard with: tiles and flyouts for task access, real-time metrics binding to your PowerShell data providers, accent color theming support, background workers for non-blocking updates, and clean MVVM separation. Each tile will trigger your PowerShell modules securely.\\\"\\\\n\\\\nUse the powershell-ui-architect for modern, polished UIs with professional appearance requirements. The agent excels at Metro design patterns, theming, and building dashboards that look enterprise-grade while maintaining maintainable code structure.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Automation scripts need to run on remote servers where graphical environments aren't available, but users need interactive menu-driven interfaces for safe task selection.\\\\nuser: \\\"Create a terminal menu system for our remote server automation where operators can select tasks, see status updates, and confirm actions. No GUI possible in these environments.\\\"\\\\nassistant: \\\"I'll build a resilient TUI using PowerShell console APIs with clear menu navigation, keyboard shortcuts for experienced users, input validation with helpful prompts, status indicators using text formatting, and graceful handling of terminal size constraints. The TUI will safely invoke your core automation modules.\\\"\\\\n\\\\nInvoke the powershell-ui-architect for TUI design when graphical environments aren't available or when automation runs on headless systems. The agent designs accessible text-based interfaces that guide users safely through complex operations.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 128,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "python-mcp-expert",
"path": "programming-languages/python-mcp-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "Expert assistant for developing Model Context Protocol (MCP) servers in Python",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 224,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "python-pro",
"path": "programming-languages/python-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when you need to build type-safe, production-ready Python code for web APIs, system utilities, or complex applications requiring modern async patterns and extensive type coverage. Specifically:\\\\n\\\\n\\\\nContext: Building a new REST API service that needs strict type safety, async database access, and comprehensive test coverage.\\\\nuser: \\\"I need to create a FastAPI service with SQLAlchemy async ORM, Pydantic validation, and 90%+ test coverage. Can you help?\\\"\\\\nassistant: \\\"I'll invoke the python-pro agent to design and implement your FastAPI service with full type hints, async context managers, comprehensive error handling, and pytest fixtures for 95% test coverage.\\\"\\\\n\\\\nUse python-pro when building web services with FastAPI, Django, or Flask that require modern async patterns, type safety, and production-ready code quality. This agent specializes in setting up complete project architecture including ORM integration, validation, and testing frameworks.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Migrating legacy Python code to Python 3.12+ with full type coverage and async refactoring.\\\\nuser: \\\"We have a large Python 2.7 codebase with no type hints. How do we modernize this to 3.12+ with type safety?\\\"\\\\nassistant: \\\"I'll use the python-pro agent to: analyze the codebase structure, add comprehensive type annotations, refactor blocking I/O to async/await, implement dataclasses for data structures, and add Mypy strict mode validation.\\\"\\\\n\\\\nUse python-pro when modernizing codebases to leverage Python 3.12+ features like async generators, pattern matching, and strict typing. This agent handles incremental migration with proper pattern application and comprehensive testing.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Optimizing performance of a data processing pipeline that's bottlenecking on CPU and memory.\\\\nuser: \\\"Our Pandas data pipeline processes 100GB datasets and takes 4 hours. We need it optimized.\\\"\\\\nassistant: \\\"I'll invoke python-pro to profile the code with cProfile, refactor to NumPy vectorization, switch hot DataFrame paths to Polars, and use Dask for parallel processing. This includes memory-efficient generators and performance benchmarks to verify gains.\\\"\\\\n\\\\nUse python-pro for performance optimization of data processing, CLI tools, and system utilities. This agent applies profiling techniques (cProfile, memory_profiler), implements algorithmic improvements, and adds benchmarks to verify gains.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7585,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rails-expert",
"path": "programming-languages/rails-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building or modernizing Rails applications requiring full-stack development, Hotwire reactivity, real-time features, or Rails-idiomatic patterns for maximum productivity. Specifically:\\\\n\\\\n\\\\nContext: Building a new Rails 8.1 SaaS application from scratch with real-time notifications, multi-tenancy, and maximum developer velocity\\\\nuser: \\\"Create a new Rails 8.1 SaaS platform for collaborative project management. Need multi-tenant architecture, real-time collaboration via Hotwire/Turbo, background job processing, comprehensive tests, and deployment to Kubernetes.\\\"\\\\nassistant: \\\"I'll architect a complete Rails application: set up multi-tenancy with scoped models, implement Hotwire/Turbo for reactive UI without JavaScript, configure Action Cable for real-time updates, set up Sidekiq for background jobs, create comprehensive RSpec tests (95%+ coverage), add database indexing, and provide Docker/Kubernetes deployment configuration.\\\"\\\\n\\\\nUse rails-expert when building complete Rails applications from scratch or when you need full-stack Rails development spanning database design, controller/view architecture, real-time features, and production-ready deployment setup. This agent understands Rails conventions deeply and delivers applications optimized for developer happiness and performance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Upgrading a legacy Rails 4 application to Rails 8.1 while keeping the application running in production\\\\nuser: \\\"We have a Rails 4.2 application with 500k LOC. How do we upgrade to Rails 8.1 without breaking production? Need incremental approach, testing strategy, and how to adopt Hotwire gradually without rewriting all views.\\\"\\\\nassistant: \\\"I'll create a phased upgrade plan: establish comprehensive test coverage with RSpec, upgrade to Rails 5.0, then 6.0, then 7.0, then 8.1 incrementally, address deprecation warnings in each phase, migrate to Hotwire progressively by converting high-traffic pages first, update dependencies carefully, set up feature flags for A/B testing new pages, and maintain CI/CD throughout.\\\"\\\\n\\\\nInvoke rails-expert for major Rails version upgrades, modernization efforts, or when you need to integrate new Rails features (Hotwire, encryption, etc.) into existing applications while maintaining production stability and preventing regressions through strategic testing.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Rails application experiencing N+1 query problems, slow page loads, and needs performance optimization without adding complexity\\\\nuser: \\\"Our Rails app is slow. Pages take 2+ seconds to load. We have N+1 queries, missing database indexes, and inefficient caching. How do we profile, identify bottlenecks, and optimize without massive refactoring?\\\"\\\\nassistant: \\\"I'll implement Rails performance optimization: use bullet gem to detect N+1 queries automatically, profile with rack-mini-profiler and New Relic, add strategic database indexes, implement fragment caching for views, use ActiveRecord includes/joins properly, add query result caching with Redis, benchmark critical paths with minitest, and monitor in production.\\\"\\\\n\\\\nUse rails-expert when optimizing Rails application performance, addressing N+1 queries, implementing caching strategies, or tuning production Rails applications. This agent applies Rails-specific optimization techniques including database indexing, caching patterns (Russian doll caching), query optimization, and monitoring.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 115,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "react-specialist",
"path": "programming-languages/react-specialist.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when optimizing existing React applications for performance, implementing advanced React 18+ features, or solving complex state management and architectural challenges within React codebases. Specifically:\\n\\n\\nContext: Production React app experiencing performance degradation with 8 custom hooks per component, large bundle size, and memory leaks\\nuser: \\\"Our React dashboard is slow. Components re-render constantly, bundle is 850KB, and we have memory issues. Using 8 custom hooks in some places. How do we optimize?\\\"\\nassistant: \\\"I'll analyze your component architecture and profiling data to identify unnecessary re-renders, implement useMemo/useCallback strategically, refactor hook composition to reduce overhead, implement code splitting for lazy loading, optimize state management, and set up Performance Observer for continuous monitoring. Let me first review your current components and profiling metrics.\\\"\\n\\nUse react-specialist when you have existing React applications with performance problems, complex hook interactions, or architectural debt. This agent excels at diagnosing performance bottlenecks and implementing advanced React patterns to fix them.\\n\\n\\n\\n\\nContext: Migrating React 16 class components to React 18 with concurrent features and server components\\nuser: \\\"Need to upgrade our React 16 codebase to React 18 and leverage Server Components. We have 200+ class components and currently use Redux. What's the best migration path?\\\"\\nassistant: \\\"I'll create a migration strategy that gradually converts class components to functional components with hooks, implements useTransition for non-blocking updates, sets up Server Components with streaming SSR, migrates Redux to a more modern state solution like Zustand or React Context with useReducer, and establishes performance benchmarks to validate improvements at each step.\\\"\\n\\nUse react-specialist when modernizing React applications across major version upgrades or migrating to new React paradigms like Server Components and concurrent rendering. This agent specializes in strategic architectural migrations.\\n\\n\\n\\n\\nContext: Building shared reusable hook library and component composition system for multi-team React monorepo\\nuser: \\\"Create a shared hooks library with complex state management, form handling, API interactions, and error boundaries. 15 teams will use this. Need TypeScript, documentation, and strong patterns.\\\"\\nassistant: \\\"I'll architect a comprehensive hooks library with useQuery for data fetching, useForm for form management, useAsync for async operations, useLocalStorage for persistence, error boundary patterns, and composition utilities. Each hook will have TypeScript generics, comprehensive tests (95%+ coverage), Storybook examples, JSDoc documentation, and peer dependency declarations for different React versions.\\\"\\n\\nUse react-specialist when creating advanced React tooling, hook libraries, or patterns that multiple teams will consume. This agent designs production-grade abstractions with strong APIs and excellent DX.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 448,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ruby-mcp-expert",
"path": "programming-languages/ruby-mcp-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "Expert assistance for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rust-engineer",
"path": "programming-languages/rust-engineer.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when building Rust systems where memory safety, ownership patterns, zero-cost abstractions, and performance optimization are critical for systems programming, embedded development, async applications, or high-performance services. Specifically:\\\\n\\\\n\\\\nContext: Designing a high-throughput async network service that must handle thousands of concurrent connections with minimal memory overhead and strict latency requirements\\\\nuser: \\\"Create a tokio-based async service that processes 50k concurrent TCP connections. Need proper ownership patterns to avoid allocations, async/await with custom Future implementations where needed, and memory-safe FFI bindings to a C library. Must be zero-unsafe-code in public API.\\\"\\\\nassistant: \\\"I'll architect the service with smart pointer patterns (Arc for shared state, Box for heap allocation), async task spawning with cancellation via select!, proper lifetime management for the FFI boundary, and unsafe blocks only in isolated wrapper crates with exhaustive MIRI verification. This ensures sub-microsecond latency with predictable memory usage.\\\"\\\\n\\\\nUse rust-engineer when building async/concurrent systems with tight performance budgets, strict memory constraints, or complex ownership patterns that need careful lifetime management to achieve zero-allocation paths in hot code.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Implementing a systems programming project like a file parser, codec library, or embedded driver with complex unsafe code requirements and memory safety concerns\\\\nuser: \\\"Building a binary file parser that must handle untrusted input safely and efficiently. Need custom allocators for arena allocation, unsafe code for SIMD optimizations, careful bounds checking, and comprehensive testing with MIRI to catch undefined behavior. Should compile to both x86_64 and ARM targets.\\\"\\\\nassistant: \\\"I'll design the parser with safe abstractions over unsafe code blocks, use custom Allocator trait for arena patterns, implement SIMD intrinsics safely within isolated unsafe modules, validate all invariants, add fuzzing with cargo-fuzz, verify with MIRI, and ensure clippy::pedantic passes. Document all safety invariants thoroughly.\\\"\\\\n\\\\nInvoke rust-engineer for systems-level code that requires unsafe blocks, custom memory management, SIMD intrinsics, embedded constraints (no_std), or cross-platform compilation where memory safety verification is non-negotiable.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Performance optimization for an existing Rust codebase hitting memory/CPU limits with profiling data indicating allocation hotspots and GC pressure\\\\nuser: \\\"Our parser is allocating 50MB per request. Profile shows most allocations in String building and Vec resizing. Need to apply Cow patterns, use custom types with SmallVec for stack allocation, benchmark against current implementation, and document the optimization tradeoffs.\\\"\\\\nassistant: \\\"I'll apply profiling with flamegraph, identify hot paths, replace allocating patterns with Cow and SmallVec<[T; N]>, implement custom iterators to reduce intermediate allocations, add criterion benchmarks showing improvements, and verify with perf that cache behavior improves. Zero-allocation paths for critical code.\\\"\\\\n\\\\nUse rust-engineer for performance-critical optimization work, benchmarking against baselines, zero-allocation optimizations, memory-efficient data structures, or when Rust's type system needs to encode performance guarantees at compile-time.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 141,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rust-gpt-4.1-beast-mode",
"path": "programming-languages/rust-gpt-4.1-beast-mode.md",
"category": "programming-languages",
"type": "agent",
"description": "Rust GPT-4.1 Coding Beast Mode for VS Code",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 95,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rust-mcp-expert",
"path": "programming-languages/rust-mcp-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "Expert assistant for Rust MCP server development using the rmcp SDK with tokio async runtime",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 129,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rust-pro",
"path": "programming-languages/rust-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "Write idiomatic Rust with ownership patterns, lifetimes, and trait implementations. Masters async/await, safe concurrency, and zero-cost abstractions. Use PROACTIVELY for Rust memory safety, performance optimization, or systems programming.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 756,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "semantic-kernel-python",
"path": "programming-languages/semantic-kernel-python.md",
"category": "programming-languages",
"type": "agent",
"description": "Create, update, refactor, explain or work with code using the Python version of Semantic Kernel.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 106,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "shell-scripting-pro",
"path": "programming-languages/shell-scripting-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "Write robust shell scripts with proper error handling, POSIX compliance, and automation patterns. Masters bash/zsh features, process management, and system integration. Use PROACTIVELY for automation, deployment scripts, or system administration tasks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 946,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "spring-boot-engineer",
"path": "programming-languages/spring-boot-engineer.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when building enterprise Spring Boot 3+ applications requiring microservices architecture, cloud-native deployment, or reactive programming patterns. Specifically:\\\\n\\\\n\\\\nContext: User needs to design and implement a microservices architecture with Spring Cloud components and requires expertise in service discovery, circuit breakers, and distributed tracing.\\\\nuser: \\\"I'm building a microservices platform with 8 services. I need Spring Cloud setup, API Gateway configuration, and circuit breaker patterns.\\\"\\\\nassistant: \\\"I'll use the spring-boot-engineer agent to architect your microservices platform with Spring Cloud Gateway, service discovery with Eureka, Resilience4j circuit breakers, and distributed tracing with Spring Cloud Sleuth.\\\"\\\\n\\\\nUse this agent when you need comprehensive microservices architecture design with Spring Cloud components, including API gateway patterns, service discovery, circuit breakers, and observability setup.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Project requires reactive programming implementation for high-throughput APIs with non-blocking data access and backpressure handling.\\\\nuser: \\\"We need to optimize our APIs for high concurrency. Should we use WebFlux and how do we handle backpressure?\\\"\\\\nassistant: \\\"I'll use the spring-boot-engineer agent to guide you on implementing Spring WebFlux for non-blocking APIs, using Project Reactor (Mono/Flux), configuring R2DBC for reactive database access, and properly handling backpressure in your data flows.\\\"\\\\n\\\\nUse this agent when modernizing your Spring Boot application to support reactive patterns, including WebFlux migration, Mono/Flux usage, backpressure strategies, and R2DBC integration.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Enterprise application needs production hardening including security configuration, cloud deployment optimization, and comprehensive testing strategy for GraalVM native compilation.\\\\nuser: \\\"We need to production-harden our Spring Boot app: Spring Security with OAuth2, GraalVM native image support, and 85%+ test coverage.\\\"\\\\nassistant: \\\"I'll use the spring-boot-engineer agent to implement Spring Security with OAuth2/JWT, configure GraalVM native compilation, set up comprehensive test suite using WebTestClient and Testcontainers, and establish health checks and graceful shutdown for Kubernetes.\\\"\\\\n\\\\nUse this agent when hardening Spring Boot applications for production: implementing enterprise security patterns, configuring cloud-native features, optimizing for container deployment, and ensuring comprehensive test coverage with tools like Testcontainers.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 187,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sql-pro",
"path": "programming-languages/sql-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when you need to optimize complex SQL queries, design efficient database schemas, or solve performance issues across PostgreSQL, MySQL, SQL Server, and Oracle requiring advanced query optimization, index strategies, or data warehouse patterns. Specifically:\\\\n\\\\n\\\\nContext: User has a slow analytical query in PostgreSQL running against 100M+ row tables that joins 5 tables and uses window functions but takes 8+ seconds. Needs to meet <500ms SLA.\\\\nuser: \\\"My analytics query is taking 8 seconds and needs to run in <500ms. It's a complex join across 5 tables with window functions for running totals.\\\"\\\\nassistant: \\\"I'll use the sql-pro agent to analyze the execution plan, identify missing indexes, optimize window function usage with proper partitioning, rewrite the query for better join order, and implement covering indexes to reduce disk I/O.\\\"\\\\n\\\\nUse sql-pro when you have slow queries requiring execution plan analysis, strategic index design, and query rewriting across large datasets. This agent specializes in transforming complex analytical queries to meet performance SLAs while maintaining correctness.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is designing a new data warehouse schema with 500M+ daily rows and needs proper normalization, fact/dimension tables, and strategies for incremental loading and maintaining data integrity.\\\\nuser: \\\"Help me design a data warehouse schema for our analytics platform. We're loading 500M+ rows daily and need efficient star schema with proper slowly changing dimensions.\\\"\\\\nassistant: \\\"I'll invoke the sql-pro agent to design normalized fact and dimension tables optimized for OLAP queries, implement slowly changing dimension strategies, create efficient ETL patterns with MERGE statements, and design materialized views for common analytics queries.\\\"\\\\n\\\\nUse sql-pro for database architecture and schema design tasks involving large-scale data warehousing. The agent masters star schema design, dimension table strategies, and ETL pattern optimization for efficient analytics.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User has a production database experiencing deadlocks and lock timeouts during peak load, needs isolation level tuning and concurrency optimization.\\\\nuser: \\\"Our database is experiencing frequent deadlocks during peak hours. We're running SQL Server with heavy concurrent transactions. How can we fix this without rewriting application logic?\\\"\\\\nassistant: \\\"I'll use the sql-pro agent to analyze lock contention patterns, optimize transaction scope, recommend isolation level changes, implement optimistic concurrency patterns, and add proper query hints for parallel execution tuning.\\\"\\\\n\\\\nUse sql-pro for production performance issues like deadlocks, lock contention, and concurrency problems. The agent understands transaction isolation levels, deadlock detection, and can optimize for high-load scenarios across different database platforms.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2250,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "swift-expert",
"path": "programming-languages/swift-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when building native iOS, macOS, or server-side Swift applications requiring advanced concurrency patterns, protocol-oriented architecture, and Swift-specific optimizations. Invoke for SwiftUI modernization, async/await implementation, actor-based state management, or memory safety concerns. Specifically:\\\\n\\\\n\\\\nContext: An iOS team is migrating a UIKit app with outdated concurrency patterns to modern SwiftUI with proper async/await and actor-based state management.\\\\nuser: \\\"We have a legacy iOS app using callbacks and DispatchQueue. Need to modernize it to SwiftUI with proper concurrency. About 50k lines of code.\\\"\\\\nassistant: \\\"I'll analyze the existing architecture, identify concurrency pain points, then systematically migrate to async/await with actors. I'll refactor to SwiftUI components, implement proper error handling with typed throws, and ensure Sendable compliance throughout. Expect full test coverage, zero memory leaks, and MainActor optimization.\\\"\\\\n\\\\nInvoke swift-expert when modernizing Swift codebases requiring deep architectural changes around concurrency patterns and UI frameworks. This agent optimizes for type safety and performance specific to Apple's Swift ecosystem.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A development team needs to implement complex protocol-oriented architecture with generics and associated types for a cross-platform SDK.\\\\nuser: \\\"Building an SDK that works on iOS, macOS, and Linux. Need heavily generic architecture with protocol composition, associated types, and proper abstraction boundaries.\\\"\\\\nassistant: \\\"I'll design protocol-first APIs leveraging associated types, conditional conformance, and type erasure patterns where needed. I'll implement for all platforms ensuring feature parity, create comprehensive API documentation, and build extensive test suites validating type safety and performance.\\\"\\\\n\\\\nUse this agent when designing protocol-oriented Swift architectures, particularly when working with multiple platforms or building SDKs requiring sophisticated type system usage.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A server-side team needs to optimize performance bottlenecks in a Vapor backend experiencing memory issues under high load.\\\\nuser: \\\"Our Swift server in production has memory leaks under 1000 concurrent connections. Crash dumps show ARC issues. We need root cause analysis and fixes.\\\"\\\\nassistant: \\\"I'll profile using Instruments, identify retain cycles and reference issues, refactor to value semantics where appropriate, optimize closure captures, and implement proper connection pooling. I'll add memory monitoring, stress test the fixes, and provide profiling recommendations for production.\\\"\\\\n\\\\nInvoke swift-expert for performance optimization, memory management issues, and advanced concurrency concerns in production Swift services.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 215,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "technical-content-evaluator",
"path": "programming-languages/technical-content-evaluator.md",
"category": "programming-languages",
"type": "agent",
"description": "Elite technical content editor and curriculum architect for evaluating technical training materials, documentation, and educational content. Reviews for technical accuracy, pedagogical excellence, content flow, code validation, and ensures A-grade quality standards.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "typescript-mcp-expert",
"path": "programming-languages/typescript-mcp-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "Expert assistant for developing Model Context Protocol (MCP) servers in TypeScript",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 169,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "typescript-pro",
"path": "programming-languages/typescript-pro.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use when implementing TypeScript code requiring advanced type system patterns, complex generics, type-level programming, or end-to-end type safety across full-stack applications. Specifically:\\\\n\\\\n\\\\nContext: Building an API client library that needs maximum type safety with generic request/response handling and discriminated unions for different API outcomes\\\\nuser: \\\"Create a type-safe API client library using TypeScript where callers get full type inference for requests and responses without casting. Need conditional types based on method names and discriminated unions for success/error responses.\\\"\\\\nassistant: \\\"I'll design a type-driven API client using advanced TypeScript features: generic constraints for request/response pairs, conditional types to infer response shapes based on endpoint, discriminated unions for Result patterns, and type-safe builder for requests. This ensures zero-runtime type errors and full IDE autocomplete.\\\"\\\\n\\\\nUse typescript-pro when building libraries, frameworks, or critical application code that demands advanced type patterns like conditional types, mapped types, template literal types, or type-level programming to prevent runtime errors through compile-time guarantees.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Migrating a large monorepo from JavaScript to TypeScript with existing codebase, requiring graduated strict mode rollout and maximum type coverage without breaking changes\\\\nuser: \\\"We need to gradually migrate our 500k LOC JavaScript monorepo to TypeScript. Can't do it all at once. Need strategy for tsconfig setup with project references, incremental compilation, type coverage tracking, and handling legacy JS interop.\\\"\\\\nassistant: \\\"I'll architect a multi-phase migration: set up tsconfig with project references for isolated compilation, establish type coverage metrics and CI checks, implement type-only exports to prevent dependency bloat, configure allowJs/checkJs for gradual enforcement, and create migration guides for team onboarding.\\\"\\\\n\\\\nInvoke typescript-pro for large-scale TypeScript adoption, complex build optimization, monorepo TypeScript architecture, or when you need sophisticated type system patterns beyond what standard TypeScript setup provides.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Full-stack application needs end-to-end type safety with shared types between Next.js frontend and tRPC backend, with code generation from database schema\\\\nuser: \\\"Set up full end-to-end type safety in our Next.js + tRPC stack. Want database schema types generated and shared with API layer, then validated at API boundary, with frontend getting full type inference without any type assertions.\\\"\\\\nassistant: \\\"I'll implement e2e type safety: generate TypeScript types from database schema using Prisma, use tRPC's type-safe routers for API contracts, configure strict TypeScript settings across frontend/backend, set up type tests for public APIs, and ensure all types flow from database through backend to frontend with zero runtime gaps.\\\"\\\\n\\\\nUse typescript-pro when architecting end-to-end type-safe systems spanning multiple layers, integrating code generation with type systems, or requiring sophisticated type sharing between frontend and backend to eliminate type mismatches at runtime.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vue-expert",
"path": "programming-languages/vue-expert.md",
"category": "programming-languages",
"type": "agent",
"description": "\"Use this agent when building Vue 3 applications that require Composition API mastery, reactivity optimization, or Nuxt 3 development with enterprise-scale performance concerns. Specifically:\\\\n\\\\n\\\\nContext: User is building a data-intensive Vue 3 dashboard that needs to display thousands of real-time updates without performance degradation.\\\\nuser: \\\"I have a Vue 3 dashboard component that re-renders too frequently when receiving live data. The reactivity system is causing unnecessary DOM updates.\\\"\\\\nassistant: \\\"I'll analyze your reactivity patterns and implement optimizations using shallow refs, computed memoization, and watchEffect scope management to reduce unnecessary renders while maintaining live data accuracy.\\\"\\\\n\\\\nUse vue-expert when you need to solve complex reactivity performance problems, optimize watch/computed chains, or implement efficient patterns for high-volume data updates in Vue 3 applications.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Team is migrating a multi-page application to Nuxt 3 with SSR and needs architecture guidance.\\\\nuser: \\\"We're moving our Vue app to Nuxt 3 and need help architecting SSR, API routes, and data fetching patterns. Also need guidance on build optimization.\\\"\\\\nassistant: \\\"I'll design your Nuxt 3 architecture with universal rendering, file-based routing, nitro server routes, and implement optimal data fetching with ISR strategies. I'll also configure bundle optimization and SEO support.\\\"\\\\n\\\\nUse vue-expert when architecting Nuxt 3 applications, setting up SSR/ISR strategies, or optimizing universal rendering across server and client boundaries.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Developer needs to build reusable, type-safe components for an enterprise design system.\\\\nuser: \\\"I'm creating a component library for our design system. Need to ensure TypeScript safety, composability, and that components work well with Pinia state management.\\\"\\\\nassistant: \\\"I'll architect your component library using Composition API patterns, generic TypeScript typing for props/events, create composables for shared logic, and integrate seamlessly with Pinia stores using proper typing.\\\"\\\\n\\\\nUse vue-expert when building enterprise component libraries, designing composables, implementing state management patterns, or establishing TypeScript best practices across large Vue 3 codebases.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 341,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-realtime-optimizer",
"path": "realtime/supabase-realtime-optimizer.md",
"category": "realtime",
"type": "agent",
"description": "Supabase realtime performance specialist. Use PROACTIVELY to optimize realtime subscriptions, debug connection issues, and improve realtime application performance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 890,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "websocket-engineer",
"path": "realtime/websocket-engineer.md",
"category": "realtime",
"type": "agent",
"description": "\"Use this agent when implementing real-time bidirectional communication features using WebSockets, Socket.IO, or similar technologies at scale. Specifically:\\\\n\\\\n\\\\nContext: Building a collaborative editing platform that requires sub-100ms message delivery to thousands of concurrent users.\\\\nuser: \\\"I need to implement a WebSocket-based backend for real-time collaboration. We expect 5K concurrent connections with 100 messages per second across all users.\\\"\\\\nassistant: \\\"I'll architect a scalable WebSocket system using Socket.IO with Redis pub/sub for clustering. This will support horizontal scaling across multiple nodes, implement JWT authentication, presence tracking, and automatic reconnection with exponential backoff on the client side.\\\"\\\\n\\\\nUse this agent when you need to design and implement production WebSocket systems that handle high throughput and many concurrent connections. The agent handles architecture design, server setup, client libraries, and performance optimization.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Existing WebSocket implementation is experiencing memory leaks and latency issues under production load.\\\\nuser: \\\"Our WebSocket system is degrading after 12 hours of operation. Memory keeps increasing and we're seeing latency spikes.\\\"\\\\nassistant: \\\"I'll profile the memory usage to identify leaks, analyze CPU utilization, run load tests to establish baseline performance, and optimize connection handling. I'll also implement comprehensive monitoring for connection metrics, latency tracking, and error rates.\\\"\\\\n\\\\nInvoke this agent when troubleshooting, optimizing, or hardening existing WebSocket implementations for production reliability and performance.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Need to add WebSocket support to an existing REST API-based application.\\\\nuser: \\\"We want to add real-time notifications to our app. Users should see updates instantly without polling.\\\"\\\\nassistant: \\\"I'll create a WebSocket server alongside your API, implement client-side connection management with automatic reconnection, and set up message routing for different notification types. I'll provide TypeScript definitions and example integrations for React/Vue/Angular.\\\"\\\\n\\\\nUse this agent to augment existing applications with real-time capabilities, including client library implementation and framework-specific integration patterns.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 285,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ad-security-reviewer",
"path": "security/ad-security-reviewer.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when you need to audit Active Directory security posture, evaluate privilege escalation risks, review identity delegation patterns, or assess authentication protocol hardening. Specifically:\\\\n\\\\n\\\\nContext: Organization's security team has discovered risky privileged group configurations and needs a comprehensive review.\\\\nuser: \\\"We need to audit our Domain Admins and Enterprise Admins groups. Can you review our AD structure?\\\"\\\\nassistant: \\\"I'll use the ad-security-reviewer agent to analyze your privileged groups, delegation patterns, and ACL configuration to identify risks and provide remediation guidance.\\\"\\\\n\\\\nWhen the user needs to evaluate privileged group design, delegation boundaries, and access control lists, use the ad-security-reviewer agent to provide security posture analysis and actionable hardening recommendations.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A recent security incident highlighted exposure to Kerberoasting attacks, and the team needs to understand domain-wide attack surface reduction.\\\\nuser: \\\"We got hit with a Kerberoasting attack. How do we reduce our attack surface?\\\"\\\\nassistant: \\\"I'll invoke the ad-security-reviewer agent to identify weak SPNs, unconstrained delegation, and legacy protocols that enable this attack vector.\\\"\\\\n\\\\nUse the ad-security-reviewer agent when addressing specific AD attack vectors like DCShadow, DCSync, Kerberoasting, or NTLM fallback to provide prioritized remediation paths.\\\\n\\\\n\\\\n\\\\n\\\\nContext: During a domain migration, the team wants to validate GPO security filtering, SYSVOL permissions, and authentication policy hardening.\\\\nuser: \\\"We're migrating to a new forest functional level. What AD security hardening should we validate first?\\\"\\\\nassistant: \\\"I'll use the ad-security-reviewer agent to assess your GPO delegation, SYSVOL permissions, LDAP signing, Kerberos hardening, and conditional access readiness.\\\"\\\\n\\\\nInvoke the ad-security-reviewer agent for comprehensive security reviews before major AD changes, functional level upgrades, or to validate legacy protocol mitigation and conditional access transitions.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ai-agent-audit-specialist",
"path": "security/ai-agent-audit-specialist.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when you need to design, validate, or harden forensic audit trails for AI coding agents (Claude Code, Cursor, Codex CLI, Aider) operating in regulated environments. Focuses on tamper-evident logging, hash-chain integrity, and framework mapping for the NIST AI RMF, EU AI Act Annex IV, HIPAA, and SOC 2 CC7. Specifically:\\\\n\\\\n\\\\nContext: A healthcare company is rolling out Claude Code to engineering teams and legal is asking what audit evidence will be produced for HIPAA audits.\\\\nuser: \\\"We're approving Claude Code for 200 engineers but compliance wants proof of every prompt, tool call, and file diff touching PHI. What do we capture and how do we prove it wasn't edited?\\\"\\\\nassistant: \\\"I'll design an AI-agent audit architecture: hook-level capture of PreToolUse, PostToolUse, UserPromptSubmit, and Stop events into append-only JSONL with SHA-256 hash chaining and OS-level immutability (chattr +a / chflags uappnd). I'll map each event type to HIPAA §164.312(b) audit controls, define a verification procedure for auditors, and spec the SIEM pipeline so events land in Splunk or Elastic with tamper alerts.\\\"\\\\n\\\\nInvoke ai-agent-audit-specialist when the question is specifically about auditing AI CODING AGENTS — not generic application logs. This agent understands Claude Code's hook model, the difference between prompt-capture and tool-call-capture, and what a regulator actually asks for.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A fintech team is preparing evidence for SOC 2 Type II and needs to show continuous monitoring of AI agent activity.\\\\nuser: \\\"SOC 2 auditor wants CC7.2 evidence that our AI coding agents are monitored. We have nothing right now.\\\"\\\\nassistant: \\\"I'll stand up the control: enable the agent's hook system to emit structured events, hash-chain each line so tampering is detectable, set retention to match the audit period, and wire alerting for hash-chain breaks and immutability-flag removal. I'll produce the auditor-facing control narrative mapped to CC7.2 and CC7.3, plus a re-verification script the auditor can run themselves.\\\"\\\\n\\\\nUse this agent to translate abstract SOC 2 / ISO 27001 control language into concrete agent-hook configuration and verifiable evidence packages.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An EU-based defense contractor is preparing for EU AI Act Annex IV technical documentation requirements.\\\\nuser: \\\"EU AI Act applies to us from August. Annex IV wants a logging architecture description for any AI system touching classified workflows. What goes in that document?\\\"\\\\nassistant: \\\"I'll draft the Annex IV §2(c) logging description: event taxonomy (prompts, tool invocations, file reads, file writes, approvals, rejections), retention schedule, storage medium and tamper-evidence mechanism, access control model, and verification procedure. I'll also cross-reference Articles 12 (record-keeping) and 15 (accuracy, robustness) so the same logging substrate serves both.\\\"\\\\n\\\\nInvoke when regulatory text mentions AI systems or automated decision-making AND the engineering question is specifically about what to log and how to prove it.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "api-security-audit",
"path": "security/api-security-audit.md",
"category": "security",
"type": "agent",
"description": "API security audit specialist. Use PROACTIVELY for REST API security audits, authentication vulnerabilities, authorization flaws, injection attacks, and compliance validation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1899,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "comet-opik",
"path": "security/comet-opik.md",
"category": "security",
"type": "agent",
"description": "Unified Comet Opik agent for instrumenting LLM apps, managing prompts/projects, auditing prompts, and investigating traces/metrics via the latest Opik MCP server.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 111,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "compliance-auditor",
"path": "security/compliance-auditor.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when you need to achieve regulatory compliance, implement compliance controls, or prepare for audits across frameworks like GDPR, HIPAA, PCI DSS, SOC 2, and ISO standards. Specifically:\\\\n\\\\n\\\\nContext: A healthcare organization is building a patient data management system and needs to ensure HIPAA compliance before deployment.\\\\nuser: \\\"We're developing a patient records system. What HIPAA controls do we need? How do we prove compliance to auditors?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive HIPAA compliance assessment covering data protection controls, access management, encryption requirements, audit logging, breach notification procedures, and business associate agreements. I'll identify all required controls, map your system architecture to compliance requirements, create evidence collection procedures, and provide an audit-ready compliance package.\\\"\\\\n\\\\nInvoke compliance-auditor when implementing systems handling regulated data (healthcare, financial, etc.) and you need to translate regulatory requirements into specific technical and operational controls. This agent ensures compliance is built in from the start, unlike security-auditor which focuses narrowly on vulnerability assessment.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A fintech company has 3 months until a SOC 2 Type II audit and needs to understand what evidence they need and what gaps exist.\\\\nuser: \\\"We're preparing for SOC 2 Type II certification in 90 days. What do we need to do? What evidence should we be collecting?\\\"\\\\nassistant: \\\"I'll create a SOC 2 readiness plan mapping Trust Service Criteria to your systems, identify critical control gaps, design an evidence collection strategy, establish continuous monitoring for the audit period, and prepare documentation packages auditors will request. I'll prioritize implementation based on audit risk and timeline constraints.\\\"\\\\n\\\\nUse compliance-auditor to prepare for external audits and certifications. This agent understands audit expectations, evidence requirements, and can help you systematically address compliance gaps before auditors arrive.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A multi-country SaaS company needs to ensure GDPR compliance across EU operations and is adding servers in new jurisdictions.\\\\nuser: \\\"We're expanding to new EU countries. How do we handle GDPR for different regions? What about data residency and data transfer restrictions?\\\"\\\\nassistant: \\\"I'll analyze GDPR requirements for each jurisdiction including data residency rules, processing agreements, data transfer mechanisms (SCCs, adequacy decisions), consent management by region, and privacy impact assessments. I'll design a data flow architecture that respects regional regulations, identify compliance gaps, and create regional compliance policies for each market.\\\"\\\\n\\\\nInvoke compliance-auditor when operating across regulatory boundaries or implementing complex compliance requirements that span multiple frameworks. This agent handles multi-jurisdictional compliance orchestration and helps design architectures that are compliant by design.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 257,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "compliance-specialist",
"path": "security/compliance-specialist.md",
"category": "security",
"type": "agent",
"description": "Security compliance and regulatory framework specialist. Use PROACTIVELY for compliance assessments, regulatory requirements, audit preparation, and governance implementation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 669,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dynatrace-expert",
"path": "security/dynatrace-expert.md",
"category": "security",
"type": "agent",
"description": "The Dynatrace Expert Agent integrates observability and security capabilities directly into GitHub workflows, enabling development teams to investigate incidents, validate deployments, triage errors, detect performance regressions, validate releases, and manage security vulnerabilities by autonomously analysing traces, logs, and Dynatrace findings. This enables targeted and precise remediation of identified issues directly within the repository.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "elasticsearch-observability",
"path": "security/elasticsearch-observability.md",
"category": "security",
"type": "agent",
"description": "Our expert AI assistant for debugging code (O11y), optimizing vector search (RAG), and remediating security threats using live Elastic data.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 139,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "github-actions-expert",
"path": "security/github-actions-expert.md",
"category": "security",
"type": "agent",
"description": "GitHub Actions specialist focused on secure CI/CD workflows, action pinning, OIDC authentication, permissions least privilege, and supply-chain security",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 300,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "incident-responder",
"path": "security/incident-responder.md",
"category": "security",
"type": "agent",
"description": "Handles production incidents with urgency and precision. Use IMMEDIATELY when production issues occur. Coordinates debugging, implements fixes, and documents post-mortems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 511,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "jfrog-sec",
"path": "security/jfrog-sec.md",
"category": "security",
"type": "agent",
"description": "The dedicated Application Security agent for automated security remediation. Verifies package and version compliance, and suggests vulnerability fixes using JFrog security intelligence.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 103,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "llm-redteam-specialist",
"path": "security/llm-redteam-specialist.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when you need to red-team a Large Language Model deployment — jailbreak probes, prompt injection harness design, output-safety evaluation, and robustness evidence for EU AI Act Article 15 or NIST AI RMF MEASURE-2.7. Covers cloud-hosted models and on-prem / air-gapped local models (Ollama, vLLM, llama.cpp). Specifically:\\\\n\\\\n\\\\nContext: A healthcare vendor embeds an LLM in a clinical triage tool and the compliance team wants a red-team report before rollout.\\\\nuser: \\\"We're deploying a Llama-3 70B behind a clinical assistant. Legal wants evidence it won't hand out harmful medical advice or leak PHI from retrieval context. How do we test it and document it?\\\"\\\\nassistant: \\\"I'll design an air-gapped red-team harness: a probe suite covering jailbreak families (DAN, role-play escalation, encoding attacks, prompt-leaking, indirect injection via retrieved docs), a scoring rubric aligned to the deployment's harm taxonomy, and a repeatable runner targeting your Ollama endpoint. Output is a robustness evidence pack: pass/fail table, example transcripts, coverage metric, and a control narrative mapped to NIST AI RMF MEASURE-2.7 and EU AI Act Article 15.\\\"\\\\n\\\\nInvoke llm-redteam-specialist when the question is about evaluating an LLM's resistance to adversarial input — not generic web pentesting. This agent understands jailbreak taxonomies and the difference between a model-level test and a system-level test.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A defense contractor is running only local models (no external API calls allowed) and needs offline evaluation tooling.\\\\nuser: \\\"Air-gapped network. No HuggingFace, no OpenAI API. We still need quarterly robustness evidence for Llama-3 and Mistral instances. Build the test rig.\\\"\\\\nassistant: \\\"I'll spec an offline harness: probe corpus committed to the local repo, runner that targets localhost Ollama / vLLM endpoints, deterministic scoring (no model-as-judge calls outside the enclave), and a signed evidence bundle per run. Retention and signing align to the site's audit requirements. I'll pair this with a schedule for re-runs after every model or system-prompt change.\\\"\\\\n\\\\nUse when the environment forbids cloud-hosted grader models and probe corpora must be self-contained.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A SaaS company received a prospect security questionnaire asking for evidence of prompt-injection testing.\\\\nuser: \\\"Enterprise prospect wants evidence we test for prompt injection. What do I send them?\\\"\\\\nassistant: \\\"I'll produce a prompt-injection test report: scope (which endpoints and retrieval paths were tested), probe inventory with OWASP LLM Top 10 references, results table, severity rubric, and remediation status per finding. I'll also flag the gap between direct-injection and indirect-injection coverage so the evidence is honest.\\\"\\\\n\\\\nInvoke for LLM-specific adversarial evidence — distinct from penetration-tester which covers web/network.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 57,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "penetration-tester",
"path": "security/penetration-tester.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when you need to conduct authorized security penetration tests to identify real vulnerabilities through active exploitation and validation. Use penetration-tester for offensive security testing, vulnerability exploitation, and hands-on risk demonstration. Specifically:\\\\n\\\\n\\\\nContext: Organization has approved a comprehensive penetration test of their web application and infrastructure before a major product launch.\\\\nuser: \\\"We need a full penetration test of our web app and infrastructure. Can you identify vulnerabilities we can actually exploit and show us the real risk?\\\"\\\\nassistant: \\\"I'll conduct a comprehensive penetration test starting with reconnaissance, then systematically identify and validate vulnerabilities through exploitation. I'll demonstrate the actual impact of each finding, document proof-of-concept exploits, and provide a detailed remediation roadmap prioritized by severity and business risk.\\\"\\\\n\\\\nUse penetration-tester when you have explicit authorization to conduct offensive security testing and need to discover real vulnerabilities through active exploitation. This differs from security-auditor which reviews controls without exploitation.\\\\n\\\\n\\\\n\\\\n\\\\nContext: After a security incident, the team needs to verify that similar attack vectors can no longer be exploited in the patched system.\\\\nuser: \\\"We fixed several authentication bypass vulnerabilities. Can you test whether those specific attack vectors still work and if there are similar issues elsewhere?\\\"\\\\nassistant: \\\"I'll validate your remediation by testing the previously exploited authentication vectors and searching for similar weaknesses. I'll attempt various bypass techniques, check for edge cases, and verify that the fixes are properly implemented across all authentication mechanisms.\\\"\\\\n\\\\nInvoke penetration-tester for post-remediation validation when you need proof that vulnerabilities have been properly fixed and similar issues don't exist elsewhere in the system.\\\\n\\\\n\\\\n\\\\n\\\\nContext: Development team is preparing for a critical compliance audit and wants to ensure no exploitable vulnerabilities exist in their API layer.\\\\nuser: \\\"Before our compliance audit, can you test our API for vulnerabilities? We need to prove to auditors that we've identified and fixed all major issues.\\\"\\\\nassistant: \\\"I'll conduct API penetration testing focusing on authentication, authorization, input validation, and business logic flaws. I'll attempt exploitation of each finding, document the attack chain with proof-of-concept code, provide CVSS severity ratings, and deliver evidence that vulnerabilities are fixed before your audit.\\\"\\\\n\\\\nUse penetration-tester for pre-audit security validation when you need documented evidence of vulnerability discovery and remediation to support compliance requirements.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1474,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "platform-sre-kubernetes",
"path": "security/platform-sre-kubernetes.md",
"category": "security",
"type": "agent",
"description": "SRE-focused Kubernetes specialist prioritizing reliability, safe rollouts/rollbacks, security defaults, and operational verification for production-grade deployments",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 168,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "powershell-security-hardening",
"path": "security/powershell-security-hardening.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when you need to harden PowerShell automation, secure remoting configuration, enforce least-privilege design, or align scripts with enterprise security baselines and compliance frameworks. Specifically:\\\\n\\\\n\\\\nContext: User needs to review a PowerShell script that connects to servers using hardcoded credentials.\\\\nuser: \\\"This script uses embedded admin passwords to connect to remote servers. Can you help secure it?\\\"\\\\nassistant: \\\"I'll use the powershell-security-hardening agent to review credential handling, suggest secure alternatives like SecretManagement or Key Vault, and implement proper error masking.\\\"\\\\n\\\\nUse the powershell-security-hardening agent when reviewing PowerShell automation for security anti-patterns like embedded credentials, insecure logging, or unsafe remoting. This agent identifies hardening opportunities specific to credential management and secure script design.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is setting up PowerShell remoting for a team of IT operators who need admin access.\\\\nuser: \\\"I need to set up secure remoting for our ops team but limit what they can do to specific commands.\\\"\\\\nassistant: \\\"I'll use the powershell-security-hardening agent to implement Just Enough Administration (JEA) endpoints, configure role-based command constraints, and enable transcript logging.\\\"\\\\n\\\\nUse the powershell-security-hardening agent when configuring secure remoting infrastructure, implementing JEA constraints, or building compliant endpoint configurations. The agent applies enterprise-grade hardening practices to remoting setup.\\\\n\\\\n\\\\n\\\\n\\\\nContext: User is preparing for a security audit and needs to validate PowerShell configurations against DISA STIG.\\\\nuser: \\\"Our organization is being audited against DISA STIG. I need to check our PowerShell execution policies, logging, and code signing configuration.\\\"\\\\nassistant: \\\"I'll use the powershell-security-hardening agent to audit execution policies, validate logging levels, check code signing enforcement, and identify gaps against DISA STIG or CIS benchmarks.\\\"\\\\n\\\\nUse the powershell-security-hardening agent for compliance auditing and hardening validation. The agent understands enterprise security frameworks (DISA STIG, CIS) and can review configurations against these baselines to identify remediation needs.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 115,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "read-only-auditor",
"path": "security/read-only-auditor.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when you need a security audit that is guaranteed to make no changes to the codebase. This agent has hooks in its frontmatter that block all Write, Edit, and Bash tool calls for the duration of the audit — enforcing read-only mode at the hook level, not just by convention. Invoke for compliance reviews, pre-merge audits, or any situation where auditability and non-interference are required.\\n\\n\\nContext: A compliance officer needs a security review of payment processing code without any risk of accidental modification.\\nuser: \\\"Audit src/payments/ for PCI-DSS compliance issues. Don't touch anything.\\\"\\nassistant: \\\"I'll run the read-only-auditor on src/payments/. My frontmatter hooks block Write, Edit, and Bash for the duration of this session, so no files can be modified regardless of what I find. I'll check for: unencrypted PAN storage, logging of card data, insecure TLS configurations, and missing input validation on payment fields.\\\"\\n\\nUse read-only-auditor when the non-modification guarantee needs to be enforced at the system level, not just trusted by convention.\\n\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "se-security-reviewer",
"path": "security/se-security-reviewer.md",
"category": "security",
"type": "agent",
"description": "Security-focused code review specialist with OWASP Top 10, Zero Trust, LLM security, and enterprise security standards",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 240,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "security-auditor",
"path": "security/security-auditor.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when conducting comprehensive security audits, compliance assessments, or risk evaluations across systems, infrastructure, and processes. Invoke when you need systematic vulnerability analysis, compliance gap identification, or evidence-based security findings. Specifically:\\\\n\\\\n\\\\nContext: An organization requires a comprehensive security audit to validate SOC 2 compliance before their annual certification review.\\\\nuser: \\\"We need a complete security audit covering all controls, infrastructure, and processes. Can you assess our current SOC 2 compliance status and identify gaps?\\\"\\\\nassistant: \\\"I'll conduct a systematic security audit examining your controls, configurations, and compliance posture. I'll review your security policies, assess control implementation, identify vulnerabilities and compliance gaps, prioritize findings by risk, and provide a detailed remediation roadmap with timelines.\\\"\\\\n\\\\nUse the security-auditor when you need structured, comprehensive security assessments with compliance mapping and risk prioritization. This agent methodically reviews controls, collects evidence, and delivers audit findings.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A cloud-hosted application needs assessment before going to production to ensure it meets PCI DSS requirements and internal security standards.\\\\nuser: \\\"Before launch, we need to audit the application's security posture. Can you check encryption, access controls, data handling, and compliance with PCI DSS?\\\"\\\\nassistant: \\\"I'll perform a detailed security audit of your application covering authentication mechanisms, data protection, access controls, API security, and compliance alignment. I'll identify configuration gaps, test security controls, assess patch management, and recommend specific improvements for PCI DSS compliance.\\\"\\\\n\\\\nInvoke security-auditor when you need objective, evidence-based assessment of specific systems or environments before critical milestones like production deployment or compliance certification.\\\\n\\\\n\\\\n\\\\n\\\\nContext: After a security incident, the organization wants an audit of incident response capabilities and overall security posture to prevent future occurrences.\\\\nuser: \\\"We just had a breach. Can you audit our incident response plan, detection capabilities, and overall risk management to identify what failed?\\\"\\\\nassistant: \\\"I'll conduct a post-incident audit examining your IR plan readiness, detection capabilities, response procedures, logging and monitoring, access controls that may have been compromised, and residual risk exposure. I'll classify findings by severity, assess what controls missed the incident, and provide a comprehensive remediation roadmap.\\\"\\\\n\\\\nUse security-auditor for systematic post-incident analysis and broader security posture assessment when you need thorough, documented investigation with evidence collection and risk-based recommendations.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6528,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "security-engineer",
"path": "security/security-engineer.md",
"category": "security",
"type": "agent",
"description": "\"Use this agent when implementing comprehensive security solutions across infrastructure, building automated security controls into CI/CD pipelines, or establishing compliance and vulnerability management programs. Invoke for threat modeling, zero-trust architecture design, security automation implementation, and shifting security left into development workflows. Specifically:\\\\n\\\\n\\\\nContext: A development team is moving to microservices on Kubernetes and needs to implement security across infrastructure, container registries, and the deployment pipeline.\\\\nuser: \\\"We're deploying to Kubernetes and need to secure our infrastructure layer. We need container image scanning, network policies, secrets management, and automated compliance checks in our CI/CD pipeline.\\\"\\\\nassistant: \\\"I'll implement comprehensive DevSecOps automation. First, let me understand your current infrastructure and CI/CD setup. Then I'll deploy container image scanning with vulnerability reporting, configure Kubernetes network policies and pod security standards, integrate HashiCorp Vault for secrets management, and add SAST/DAST scanning to your pipeline. I'll ensure CIS Kubernetes benchmark compliance and provide metrics dashboards.\\\"\\\\n\\\\nUse security-engineer when building proactive security controls into infrastructure and development pipelines. This agent automates security validation throughout the development lifecycle rather than addressing vulnerabilities reactively.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A company needs to achieve SOC 2 Type II compliance and has had security incidents due to unpatched systems and missing security controls.\\\\nuser: \\\"We need to implement a compliance program for SOC 2. We've had vulnerability breaches before, so we need automated scanning, patch management, audit trails, and evidence collection.\\\"\\\\nassistant: \\\"I'll architect your compliance program with automated evidence collection, vulnerability scanning across infrastructure, patch management automation with verification, and continuous compliance monitoring. I'll implement security scanning in your CI/CD, set up SIEM and log aggregation, create incident response playbooks, and establish audit trails meeting SOC 2 requirements.\\\"\\\\n\\\\nInvoke security-engineer when establishing compliance frameworks and vulnerability management programs. This agent designs systems to prevent incidents through automated controls and provides evidence trails for audits.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An organization needs to modernize its security architecture from perimeter-based security to zero-trust principles.\\\\nuser: \\\"Design a zero-trust architecture for our cloud infrastructure. We currently have traditional firewall-based security, but we need identity-based access, micro-segmentation, and continuous verification.\\\"\\\\nassistant: \\\"I'll design and implement zero-trust architecture with identity-based access controls, implement micro-segmentation at network and application layers, set up continuous device and user verification using OIDC/SAML, configure mutual TLS for service communication, and deploy encrypted data protection. I'll provide phased migration strategy, monitoring for policy violations, and incident response automation.\\\"\\\\n\\\\nUse security-engineer for architectural security decisions like zero-trust implementation, security automation design, and building systems resilient to breaches. This agent prevents incidents through systematic architectural improvements rather than reactive patching.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 432,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "stackhawk-security-onboarding",
"path": "security/stackhawk-security-onboarding.md",
"category": "security",
"type": "agent",
"description": "Automatically set up StackHawk security testing for your repository with generated configuration and GitHub Actions workflow",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supply-chain-security",
"path": "security/supply-chain-security.md",
"category": "security",
"type": "agent",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tdd-refactor",
"path": "security/tdd-refactor.md",
"category": "security",
"type": "agent",
"description": "Improve code quality, apply security best practices, and enhance design whilst maintaining green tests and GitHub issue compliance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 162,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terraform",
"path": "security/terraform.md",
"category": "security",
"type": "agent",
"description": "Terraform infrastructure specialist with automated HCP Terraform workflows. Leverages Terraform MCP server for registry integration, workspace management, and run orchestration. Generates compliant code using latest provider/module versions, manages private registries, automates variable sets, and orchestrates infrastructure deployments with proper validation and security practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 132,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "wg-code-sentinel",
"path": "security/wg-code-sentinel.md",
"category": "security",
"type": "agent",
"description": "Ask WG Code Sentinel to review your code for security issues.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "screenshot-business-analyzer",
"path": "ui-analysis/screenshot-business-analyzer.md",
"category": "ui-analysis",
"type": "agent",
"description": "Extracts business logic, functional modules, and data entities from UI screenshots",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 302,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "screenshot-interaction-analyzer",
"path": "ui-analysis/screenshot-interaction-analyzer.md",
"category": "ui-analysis",
"type": "agent",
"description": "Analyzes user interaction flows, clickable elements, and state transitions from UI screenshots",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 272,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "screenshot-reviewer",
"path": "ui-analysis/screenshot-reviewer.md",
"category": "ui-analysis",
"type": "agent",
"description": "Reviews synthesized task lists for completeness, consistency, and quality",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 305,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "screenshot-synthesizer",
"path": "ui-analysis/screenshot-synthesizer.md",
"category": "ui-analysis",
"type": "agent",
"description": "Synthesizes analysis results from multiple agents into a unified feature list and task breakdown",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 238,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "screenshot-ui-analyzer",
"path": "ui-analysis/screenshot-ui-analyzer.md",
"category": "ui-analysis",
"type": "agent",
"description": "Analyzes visual components, layout structure, and design patterns from UI screenshots",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 569,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "accessibility",
"path": "web-tools/accessibility.md",
"category": "web-tools",
"type": "agent",
"description": "Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 256,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "aem-frontend-specialist",
"path": "web-tools/aem-frontend-specialist.md",
"category": "web-tools",
"type": "agent",
"description": "Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 189,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "electron-angular-native",
"path": "web-tools/electron-angular-native.md",
"category": "web-tools",
"type": "agent",
"description": "Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 140,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "expert-nextjs-developer",
"path": "web-tools/expert-nextjs-developer.md",
"category": "web-tools",
"type": "agent",
"description": "Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 679,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "expert-react-frontend-engineer",
"path": "web-tools/expert-react-frontend-engineer.md",
"category": "web-tools",
"type": "agent",
"description": "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 825,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "java-mcp-expert",
"path": "web-tools/java-mcp-expert.md",
"category": "web-tools",
"type": "agent",
"description": "Expert assistance for building Model Context Protocol servers in Java using reactive streams, the official MCP Java SDK, and Spring Boot integration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 188,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "lingodotdev-i18n",
"path": "web-tools/lingodotdev-i18n.md",
"category": "web-tools",
"type": "agent",
"description": "Expert at implementing internationalization (i18n) in web applications using a systematic, checklist-driven approach.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 162,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-architecture-expert",
"path": "web-tools/nextjs-architecture-expert.md",
"category": "web-tools",
"type": "agent",
"description": "Master of Next.js best practices, App Router, Server Components, and performance optimization. Use PROACTIVELY for Next.js architecture decisions, migration strategies, and framework optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3228,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "react-performance-optimizer",
"path": "web-tools/react-performance-optimizer.md",
"category": "web-tools",
"type": "agent",
"description": "Specialist in React performance patterns, bundle optimization, and Core Web Vitals. Use PROACTIVELY for React app performance tuning, rendering optimization, and production performance monitoring.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1387,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "se-responsible-ai-code",
"path": "web-tools/se-responsible-ai-code.md",
"category": "web-tools",
"type": "agent",
"description": "Responsible AI specialist ensuring AI works for everyone through bias prevention, accessibility compliance, ethical development, and inclusive design",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 154,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "search-ai-optimization-expert",
"path": "web-tools/search-ai-optimization-expert.md",
"category": "web-tools",
"type": "agent",
"description": "Expert guidance for modern search optimization: SEO, Answer Engine Optimization (AEO), and Generative Engine Optimization (GEO) with AI-ready content strategies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 410,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "seo-analyzer",
"path": "web-tools/seo-analyzer.md",
"category": "web-tools",
"type": "agent",
"description": "SEO analysis and optimization specialist. Use PROACTIVELY for technical SEO audits, meta tag optimization, performance analysis, and search engine optimization recommendations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2521,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "url-context-validator",
"path": "web-tools/url-context-validator.md",
"category": "web-tools",
"type": "agent",
"description": "URL validation and contextual analysis specialist. Use PROACTIVELY for validating links not just for functionality but also for contextual appropriateness and alignment with surrounding content.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 483,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "url-link-extractor",
"path": "web-tools/url-link-extractor.md",
"category": "web-tools",
"type": "agent",
"description": "URL and link extraction specialist. Use PROACTIVELY for finding, extracting, and cataloging all URLs and links within website codebases, including internal links, external links, API endpoints, and asset references.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 594,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "web-accessibility-checker",
"path": "web-tools/web-accessibility-checker.md",
"category": "web-tools",
"type": "agent",
"description": "Web accessibility compliance specialist. Use PROACTIVELY for WCAG compliance audits, accessibility testing, screen reader compatibility, and inclusive design validation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 988,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "wordpress-master",
"path": "web-tools/wordpress-master.md",
"category": "web-tools",
"type": "agent",
"description": "\"Use this agent when you need to architect, optimize, or troubleshoot WordPress implementations ranging from custom theme/plugin development to enterprise-scale multisite platforms. Invoke this agent for performance optimization, security hardening, headless WordPress APIs, WooCommerce solutions, and scaling WordPress to handle millions of visitors. Specifically:\\\\n\\\\n\\\\nContext: A WordPress site is experiencing slow load times and high database query counts during traffic spikes.\\\\nuser: \\\"Our WordPress site loads in 4 seconds with 200+ database queries per page. We're losing customers to slow performance. How do we optimize?\\\"\\\\nassistant: \\\"I'll audit your database queries, configuration, and caching strategy. I'll identify bottleneck queries, implement object caching with Redis, optimize your post queries with WP_Query improvements, set up page caching, and add image optimization. I'll target sub-1.5 second load times with <50 queries per page.\\\"\\\\n\\\\nUse this agent when WordPress sites have performance issues. The agent will analyze database queries, implement caching strategies, and optimize infrastructure to achieve fast load times and improved Core Web Vitals.\\\\n\\\\n\\\\n\\\\n\\\\nContext: A business wants to launch a WooCommerce store on WordPress but needs custom checkout flows, payment integrations, and inventory management at scale.\\\\nuser: \\\"We're building a WooCommerce store with custom checkout logic, integration with our ERP system, and need to handle 10k+ daily orders. What's the best architecture?\\\"\\\\nassistant: \\\"I'll design a custom WooCommerce architecture with custom order flows, build REST API endpoints for your ERP integration, implement automated order processing, set up payment gateway handling with proper security, and design a database schema for high-volume orders. I'll also configure caching and database optimization for 10k daily transactions.\\\"\\\\n\\\\nUse this agent when building complex e-commerce solutions on WordPress/WooCommerce. The agent designs custom architectures, integrations, and scaling strategies for high-volume operations.\\\\n\\\\n\\\\n\\\\n\\\\nContext: An enterprise needs WordPress as a headless CMS feeding multiple frontend applications with secure API access and authentication.\\\\nuser: \\\"We want to use WordPress as a headless CMS for our web app, mobile app, and native applications. How do we set up a secure API with proper authentication?\\\"\\\\nassistant: \\\"I'll configure WordPress REST API endpoints optimized for your use cases, implement JWT authentication with refresh token strategies, set up CORS policies properly, create GraphQL endpoints for efficient data fetching, and design a caching strategy for API responses. I'll also implement rate limiting and API versioning for stability.\\\"\\\\n\\\\nUse this agent when decoupling WordPress from presentation layers. The agent builds secure APIs, handles authentication/authorization, and optimizes data delivery for headless WordPress implementations.\\\\n\\\\n\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 419,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
}
],
"commands": [
{
"name": "supply-chain-audit",
"path": "analysis/supply-chain-audit.md",
"category": "analysis",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 56,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "act",
"path": "automation/act.md",
"category": "automation",
"type": "command",
"description": "Execute GitHub Actions locally using act",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 231,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ci-pipeline",
"path": "automation/ci-pipeline.md",
"category": "automation",
"type": "command",
"description": "Manage and automate CI/CD pipeline configuration with GitHub Actions, multi-environment support, and deployment strategies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 324,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "husky",
"path": "automation/husky.md",
"category": "automation",
"type": "command",
"description": "Run comprehensive CI checks and fix issues until repository is in working state",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 191,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "szamlazz",
"path": "automation/szamlazz.md",
"category": "automation",
"type": "command",
"description": "Issue, cancel, and fetch Hungarian invoices via the szamlazz.hu Agent API — with NAV taxpayer lookup and automatic partner cache",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "workflow-orchestrator",
"path": "automation/workflow-orchestrator.md",
"category": "automation",
"type": "command",
"description": "Orchestrate complex automation workflows with task dependencies, scheduling, and cross-platform execution",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1618,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "appinsights-instrumentation",
"path": "azure/appinsights-instrumentation.md",
"category": "azure",
"type": "command",
"description": "Instrument a webapp to send useful telemetry data to Azure App Insights",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 51,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-role-selector",
"path": "azure/azure-role-selector.md",
"category": "azure",
"type": "command",
"description": "When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 47,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "snowflake-semanticview",
"path": "database/snowflake-semanticview.md",
"category": "database",
"type": "command",
"description": "Create, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 54,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-backup-manager",
"path": "database/supabase-backup-manager.md",
"category": "database",
"type": "command",
"description": "Manage Supabase database backups with automated scheduling and recovery procedures",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 528,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-data-explorer",
"path": "database/supabase-data-explorer.md",
"category": "database",
"type": "command",
"description": "Explore and analyze Supabase database data with intelligent querying and visualization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 698,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-migration-assistant",
"path": "database/supabase-migration-assistant.md",
"category": "database",
"type": "command",
"description": "Generate and manage Supabase database migrations with automated testing and validation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 627,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-performance-optimizer",
"path": "database/supabase-performance-optimizer.md",
"category": "database",
"type": "command",
"description": "Optimize Supabase database performance with intelligent analysis and recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 654,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-realtime-monitor",
"path": "database/supabase-realtime-monitor.md",
"category": "database",
"type": "command",
"description": "Monitor and optimize Supabase realtime connections with performance analysis and debugging",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 512,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-schema-sync",
"path": "database/supabase-schema-sync.md",
"category": "database",
"type": "command",
"description": "Synchronize database schema with Supabase using MCP integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 876,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-security-audit",
"path": "database/supabase-security-audit.md",
"category": "database",
"type": "command",
"description": "Conduct comprehensive Supabase security audit with RLS analysis and vulnerability assessment",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 645,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase-type-generator",
"path": "database/supabase-type-generator.md",
"category": "database",
"type": "command",
"description": "Generate TypeScript types from Supabase schema with automatic synchronization and validation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 595,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "add-changelog",
"path": "deployment/add-changelog.md",
"category": "deployment",
"type": "command",
"description": "Generate and maintain project changelog with Keep a Changelog format",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1354,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "blue-green-deployment",
"path": "deployment/blue-green-deployment.md",
"category": "deployment",
"type": "command",
"description": "Implement blue-green deployment strategy with zero-downtime switching, health validation, and automatic rollback",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 117,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "changelog-demo-command",
"path": "deployment/changelog-demo-command.md",
"category": "deployment",
"type": "command",
"description": "Demonstrate changelog automation features with real examples and validation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 86,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ci-setup",
"path": "deployment/ci-setup.md",
"category": "deployment",
"type": "command",
"description": "Setup comprehensive CI/CD pipeline with automated testing, building, and deployment",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 272,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "containerize-application",
"path": "deployment/containerize-application.md",
"category": "deployment",
"type": "command",
"description": "Containerize application with optimized Docker configuration, security, and multi-stage builds",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 757,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deployment-monitoring",
"path": "deployment/deployment-monitoring.md",
"category": "deployment",
"type": "command",
"description": "Comprehensive deployment monitoring with observability, alerting, health checks, and performance tracking",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 171,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "hotfix-deploy",
"path": "deployment/hotfix-deploy.md",
"category": "deployment",
"type": "command",
"description": "Deploy critical hotfixes with emergency procedures, validation, and rollback capabilities",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 151,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "prepare-release",
"path": "deployment/prepare-release.md",
"category": "deployment",
"type": "command",
"description": "Prepare and validate release packages with comprehensive testing, documentation, and automation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 232,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rollback-deploy",
"path": "deployment/rollback-deploy.md",
"category": "deployment",
"type": "command",
"description": "Rollback deployment to previous version with safety checks, database considerations, and monitoring",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 165,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-automated-releases",
"path": "deployment/setup-automated-releases.md",
"category": "deployment",
"type": "command",
"description": "Setup automated release workflows with semantic versioning, conventional commits, and comprehensive automation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 208,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-kubernetes-deployment",
"path": "deployment/setup-kubernetes-deployment.md",
"category": "deployment",
"type": "command",
"description": "Configure comprehensive Kubernetes deployment with manifests, security, scaling, and production best practices",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 200,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "web-design-reviewer",
"path": "design/web-design-reviewer.md",
"category": "design",
"type": "command",
"description": "This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like \"review website design\", \"check the UI\", \"fix the layout\", \"find design problems\". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 319,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-architecture-documentation",
"path": "documentation/create-architecture-documentation.md",
"category": "documentation",
"type": "command",
"description": "Generate comprehensive architecture documentation with diagrams, ADRs, and interactive visualization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-onboarding-guide",
"path": "documentation/create-onboarding-guide.md",
"category": "documentation",
"type": "command",
"description": "Create comprehensive developer onboarding guide with environment setup, workflows, and interactive tutorials",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 556,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "doc-api",
"path": "documentation/doc-api.md",
"category": "documentation",
"type": "command",
"description": "Generate comprehensive API documentation from code with interactive examples and testing capabilities",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 456,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "docs-maintenance",
"path": "documentation/docs-maintenance.md",
"category": "documentation",
"type": "command",
"description": "Use PROACTIVELY to implement comprehensive documentation maintenance systems with quality assurance, validation, and automated updates",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 835,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "generate-api-documentation",
"path": "documentation/generate-api-documentation.md",
"category": "documentation",
"type": "command",
"description": "Auto-generate API reference documentation with multiple output formats and automated deployment",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1243,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "interactive-documentation",
"path": "documentation/interactive-documentation.md",
"category": "documentation",
"type": "command",
"description": "Use PROACTIVELY to create interactive documentation platforms with live examples, code playgrounds, and user engagement features",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 288,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "load-llms-txt",
"path": "documentation/load-llms-txt.md",
"category": "documentation",
"type": "command",
"description": "Load and process external documentation context from llms.txt files or custom sources",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 163,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "migration-guide",
"path": "documentation/migration-guide.md",
"category": "documentation",
"type": "command",
"description": "Create comprehensive migration guides with step-by-step procedures, validation, and rollback strategies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 198,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "troubleshooting-guide",
"path": "documentation/troubleshooting-guide.md",
"category": "documentation",
"type": "command",
"description": "Generate systematic troubleshooting documentation with diagnostic procedures, common issues, and automated solutions",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 267,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "update-docs",
"path": "documentation/update-docs.md",
"category": "documentation",
"type": "command",
"description": "Systematically update project documentation with implementation status, API changes, and synchronized content",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2606,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "game-analytics-integration",
"path": "game-development/game-analytics-integration.md",
"category": "game-development",
"type": "command",
"description": "Use PROACTIVELY to implement game analytics systems with player behavior tracking, performance monitoring, and business intelligence integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "game-asset-pipeline",
"path": "game-development/game-asset-pipeline.md",
"category": "game-development",
"type": "command",
"description": "Use PROACTIVELY to build automated game asset processing pipelines with optimization, validation, and multi-platform delivery systems",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "game-performance-profiler",
"path": "game-development/game-performance-profiler.md",
"category": "game-development",
"type": "command",
"description": "Use PROACTIVELY to analyze game performance bottlenecks and generate optimization recommendations across multiple platforms",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "game-testing-framework",
"path": "game-development/game-testing-framework.md",
"category": "game-development",
"type": "command",
"description": "Use PROACTIVELY to implement comprehensive game testing frameworks with automated validation, performance testing, and multi-platform verification",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "unity-project-setup",
"path": "game-development/unity-project-setup.md",
"category": "game-development",
"type": "command",
"description": "Use PROACTIVELY to set up professional Unity game development projects with industry-standard structure, essential packages, and platform-optimized configurations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 190,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "branch-cleanup",
"path": "git-workflow/branch-cleanup.md",
"category": "git-workflow",
"type": "command",
"description": "Use PROACTIVELY to clean up merged branches, stale remotes, and organize branch structure",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 211,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "commit",
"path": "git-workflow/commit.md",
"category": "git-workflow",
"type": "command",
"description": "Create well-formatted commits with conventional commit format and emoji",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2715,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-pr",
"path": "git-workflow/create-pr.md",
"category": "git-workflow",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 615,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-pull-request",
"path": "git-workflow/create-pull-request.md",
"category": "git-workflow",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 269,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-worktrees",
"path": "git-workflow/create-worktrees.md",
"category": "git-workflow",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 232,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "fix-github-issue",
"path": "git-workflow/fix-github-issue.md",
"category": "git-workflow",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 249,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gemini-review",
"path": "git-workflow/gemini-review.md",
"category": "git-workflow",
"type": "command",
"description": "Transform Gemini Code Assist PR reviews into prioritized TodoLists with automated execution",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 99,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-bisect-helper",
"path": "git-workflow/git-bisect-helper.md",
"category": "git-workflow",
"type": "command",
"description": "Use PROACTIVELY to guide automated git bisect sessions for finding regression commits with smart test execution",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 90,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pr-review",
"path": "git-workflow/pr-review.md",
"category": "git-workflow",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 338,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "update-branch-name",
"path": "git-workflow/update-branch-name.md",
"category": "git-workflow",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 160,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "worktree-check",
"path": "git-workflow/worktree-check.md",
"category": "git-workflow",
"type": "command",
"description": "Check current worktree status, branch, and assigned task",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 27,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "worktree-cleanup",
"path": "git-workflow/worktree-cleanup.md",
"category": "git-workflow",
"type": "command",
"description": "Clean up merged worktrees and their branches",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "worktree-deliver",
"path": "git-workflow/worktree-deliver.md",
"category": "git-workflow",
"type": "command",
"description": "Commit, push, and create PR from the current worktree",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "worktree-init",
"path": "git-workflow/worktree-init.md",
"category": "git-workflow",
"type": "command",
"description": "Create parallel worktrees for multi-task development with Ghostty panels",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 30,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "feature",
"path": "git/feature.md",
"category": "git",
"type": "command",
"description": "Create a new Git Flow feature branch from develop with proper naming and tracking",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1179,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "finish",
"path": "git/finish.md",
"category": "git",
"type": "command",
"description": "Complete and merge current Git Flow branch (feature/release/hotfix) with proper cleanup and tagging",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1176,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "flow-status",
"path": "git/flow-status.md",
"category": "git",
"type": "command",
"description": "Display comprehensive Git Flow status including branch type, sync status, changes, and merge targets",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1002,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "hotfix",
"path": "git/hotfix.md",
"category": "git",
"type": "command",
"description": "Create a new Git Flow hotfix branch from main for emergency production fixes",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1081,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "release",
"path": "git/release.md",
"category": "git",
"type": "command",
"description": "Create a new Git Flow release branch from develop with version bumping and changelog generation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-admin-reports",
"path": "google-workspace/gws-admin-reports.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workspace Admin SDK: Audit logs and usage reports.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-admin",
"path": "google-workspace/gws-admin.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workspace Admin SDK: Manage users, groups, and devices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-alertcenter",
"path": "google-workspace/gws-alertcenter.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workspace Alert Center: Manage Workspace security alerts.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-apps-script-push",
"path": "google-workspace/gws-apps-script-push.md",
"category": "google-workspace",
"type": "command",
"description": "Google Apps Script: Upload local files to an Apps Script project.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 30,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-apps-script",
"path": "google-workspace/gws-apps-script.md",
"category": "google-workspace",
"type": "command",
"description": "Google Apps Script: Manage and execute Apps Script projects.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-calendar-agenda",
"path": "google-workspace/gws-calendar-agenda.md",
"category": "google-workspace",
"type": "command",
"description": "Google Calendar: Show upcoming events across all calendars.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 41,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-calendar-insert",
"path": "google-workspace/gws-calendar-insert.md",
"category": "google-workspace",
"type": "command",
"description": "Google Calendar: Create a new event.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-calendar",
"path": "google-workspace/gws-calendar.md",
"category": "google-workspace",
"type": "command",
"description": "Google Calendar: Manage calendars and events.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-chat-send",
"path": "google-workspace/gws-chat-send.md",
"category": "google-workspace",
"type": "command",
"description": "Google Chat: Send a message to a space.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 27,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-chat",
"path": "google-workspace/gws-chat.md",
"category": "google-workspace",
"type": "command",
"description": "Google Chat: Manage Chat spaces and messages.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-classroom",
"path": "google-workspace/gws-classroom.md",
"category": "google-workspace",
"type": "command",
"description": "Google Classroom: Manage classes, rosters, and coursework.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-cloudidentity",
"path": "google-workspace/gws-cloudidentity.md",
"category": "google-workspace",
"type": "command",
"description": "Google Cloud Identity: Manage identity groups and memberships.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-docs-write",
"path": "google-workspace/gws-docs-write.md",
"category": "google-workspace",
"type": "command",
"description": "Google Docs: Append text to a document.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-docs",
"path": "google-workspace/gws-docs.md",
"category": "google-workspace",
"type": "command",
"description": "Read and write Google Docs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-drive-upload",
"path": "google-workspace/gws-drive-upload.md",
"category": "google-workspace",
"type": "command",
"description": "Google Drive: Upload a file with automatic metadata.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-drive",
"path": "google-workspace/gws-drive.md",
"category": "google-workspace",
"type": "command",
"description": "Google Drive: Manage files, folders, and shared drives.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 42,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-events-renew",
"path": "google-workspace/gws-events-renew.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workspace Events: Renew/reactivate Workspace Events subscriptions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-events-subscribe",
"path": "google-workspace/gws-events-subscribe.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-events",
"path": "google-workspace/gws-events.md",
"category": "google-workspace",
"type": "command",
"description": "Subscribe to Google Workspace events.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-forms",
"path": "google-workspace/gws-forms.md",
"category": "google-workspace",
"type": "command",
"description": "Read and write Google Forms.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-gmail-send",
"path": "google-workspace/gws-gmail-send.md",
"category": "google-workspace",
"type": "command",
"description": "Gmail: Send an email.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-gmail-triage",
"path": "google-workspace/gws-gmail-triage.md",
"category": "google-workspace",
"type": "command",
"description": "Gmail: Show unread inbox summary (sender, subject, date).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-gmail-watch",
"path": "google-workspace/gws-gmail-watch.md",
"category": "google-workspace",
"type": "command",
"description": "Gmail: Watch for new emails and stream them as NDJSON.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-gmail",
"path": "google-workspace/gws-gmail.md",
"category": "google-workspace",
"type": "command",
"description": "Gmail: Send, read, and manage email.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-groupssettings",
"path": "google-workspace/gws-groupssettings.md",
"category": "google-workspace",
"type": "command",
"description": "Manage Google Groups settings.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-keep",
"path": "google-workspace/gws-keep.md",
"category": "google-workspace",
"type": "command",
"description": "Manage Google Keep notes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-licensing",
"path": "google-workspace/gws-licensing.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workspace Enterprise License Manager: Manage product licenses.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-meet",
"path": "google-workspace/gws-meet.md",
"category": "google-workspace",
"type": "command",
"description": "Manage Google Meet conferences.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-modelarmor-create-template",
"path": "google-workspace/gws-modelarmor-create-template.md",
"category": "google-workspace",
"type": "command",
"description": "Google Model Armor: Create a new Model Armor template.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-modelarmor-sanitize-prompt",
"path": "google-workspace/gws-modelarmor-sanitize-prompt.md",
"category": "google-workspace",
"type": "command",
"description": "Google Model Armor: Sanitize a user prompt through a Model Armor template.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-modelarmor-sanitize-response",
"path": "google-workspace/gws-modelarmor-sanitize-response.md",
"category": "google-workspace",
"type": "command",
"description": "Google Model Armor: Sanitize a model response through a Model Armor template.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-modelarmor",
"path": "google-workspace/gws-modelarmor.md",
"category": "google-workspace",
"type": "command",
"description": "Google Model Armor: Filter user-generated content for safety.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-people",
"path": "google-workspace/gws-people.md",
"category": "google-workspace",
"type": "command",
"description": "Google People: Manage contacts and profiles.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-reseller",
"path": "google-workspace/gws-reseller.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workspace Reseller: Manage Workspace subscriptions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-shared",
"path": "google-workspace/gws-shared.md",
"category": "google-workspace",
"type": "command",
"description": "gws CLI: Shared patterns for authentication, global flags, and output formatting.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-sheets-append",
"path": "google-workspace/gws-sheets-append.md",
"category": "google-workspace",
"type": "command",
"description": "Google Sheets: Append a row to a spreadsheet.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-sheets-read",
"path": "google-workspace/gws-sheets-read.md",
"category": "google-workspace",
"type": "command",
"description": "Google Sheets: Read values from a spreadsheet.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-sheets",
"path": "google-workspace/gws-sheets.md",
"category": "google-workspace",
"type": "command",
"description": "Google Sheets: Read and write spreadsheets.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-slides",
"path": "google-workspace/gws-slides.md",
"category": "google-workspace",
"type": "command",
"description": "Google Slides: Read and write presentations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 41,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-tasks",
"path": "google-workspace/gws-tasks.md",
"category": "google-workspace",
"type": "command",
"description": "Google Tasks: Manage task lists and tasks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-vault",
"path": "google-workspace/gws-vault.md",
"category": "google-workspace",
"type": "command",
"description": "Google Vault: Manage eDiscovery holds and exports.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-workflow-email-to-task",
"path": "google-workspace/gws-workflow-email-to-task.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workflow: Convert a Gmail message into a Google Tasks entry.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-workflow-file-announce",
"path": "google-workspace/gws-workflow-file-announce.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workflow: Announce a Drive file in a Chat space.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-workflow-meeting-prep",
"path": "google-workspace/gws-workflow-meeting-prep.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-workflow-standup-report",
"path": "google-workspace/gws-workflow-standup-report.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workflow: Today's meetings + open tasks as a standup summary.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-workflow-weekly-digest",
"path": "google-workspace/gws-workflow-weekly-digest.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workflow: Weekly summary: this week's meetings + unread email count.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 39,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "gws-workflow",
"path": "google-workspace/gws-workflow.md",
"category": "google-workspace",
"type": "command",
"description": "Google Workflow: Cross-service productivity workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "publisher-all",
"path": "marketing/publisher-all.md",
"category": "marketing",
"type": "command",
"description": "Generate content for ALL platforms at once (X, LinkedIn, Medium, Dev.to)",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 140,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "publisher-devto",
"path": "marketing/publisher-devto.md",
"category": "marketing",
"type": "command",
"description": "Generate Dev.to RSS feed from all blog posts for automatic syndication",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 72,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "publisher-linkedin",
"path": "marketing/publisher-linkedin.md",
"category": "marketing",
"type": "command",
"description": "Generate LinkedIn posts from blog content with automatic media attachment via LinkedIn API",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 120,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "publisher-medium",
"path": "marketing/publisher-medium.md",
"category": "marketing",
"type": "command",
"description": "Convert blog posts to Medium-ready HTML format with image upload markers",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 69,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "publisher-x",
"path": "marketing/publisher-x.md",
"category": "marketing",
"type": "command",
"description": "Generate copy-pastable X/Twitter threads from blog posts, articles, PDFs, or URLs with 3 format options",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 91,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-api-tester",
"path": "nextjs-vercel/nextjs-api-tester.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Test and validate Next.js API routes with comprehensive test scenarios",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 308,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-bundle-analyzer",
"path": "nextjs-vercel/nextjs-bundle-analyzer.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Analyze and optimize Next.js bundle size with detailed recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 342,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-component-generator",
"path": "nextjs-vercel/nextjs-component-generator.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Generate optimized React components for Next.js with TypeScript and best practices",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 629,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-middleware-creator",
"path": "nextjs-vercel/nextjs-middleware-creator.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Create optimized Next.js middleware with authentication, rate limiting, and routing logic",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 259,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-migration-helper",
"path": "nextjs-vercel/nextjs-migration-helper.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Comprehensive Next.js migration assistant for Pages Router to App Router, JavaScript to TypeScript, and modern patterns",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 156,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-performance-audit",
"path": "nextjs-vercel/nextjs-performance-audit.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Comprehensive Next.js performance audit with actionable optimization recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 424,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-scaffold",
"path": "nextjs-vercel/nextjs-scaffold.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Create a new Next.js application with best practices and optimal configuration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 216,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-deploy-optimize",
"path": "nextjs-vercel/vercel-deploy-optimize.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Optimize and deploy Next.js application to Vercel with performance monitoring",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 346,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-edge-function",
"path": "nextjs-vercel/vercel-edge-function.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Generate optimized Vercel Edge Functions with geolocation, authentication, and data transformation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 239,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-env-sync",
"path": "nextjs-vercel/vercel-env-sync.md",
"category": "nextjs-vercel",
"type": "command",
"description": "Synchronize environment variables between local development and Vercel deployments",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 265,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "archive",
"path": "orchestration/archive.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "commit",
"path": "orchestration/commit.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 273,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "feature-analyzer",
"path": "orchestration/feature-analyzer.md",
"category": "orchestration",
"type": "command",
"description": "\"Turn ideas into fully formed designs and specs through natural collaborative dialogue. Use before implementing new features or making significant changes.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 79,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "feature-dev",
"path": "orchestration/feature-dev.md",
"category": "orchestration",
"type": "command",
"description": "Guided feature development with codebase understanding and architecture focus",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "feature-pipeline",
"path": "orchestration/feature-pipeline.md",
"category": "orchestration",
"type": "command",
"description": "Execute implementation tasks from a design document. Tasks are tracked as markdown checkboxes directly in the design file.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 67,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "find",
"path": "orchestration/find.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "log",
"path": "orchestration/log.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 214,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "move",
"path": "orchestration/move.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "optimize",
"path": "orchestration/optimize.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 277,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "remove",
"path": "orchestration/remove.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 124,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "report",
"path": "orchestration/report.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 246,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "resume",
"path": "orchestration/resume.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 417,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "start",
"path": "orchestration/start.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 633,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "status",
"path": "orchestration/status.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 213,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync",
"path": "orchestration/sync.md",
"category": "orchestration",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 153,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "add-performance-monitoring",
"path": "performance/add-performance-monitoring.md",
"category": "performance",
"type": "command",
"description": "Setup comprehensive application performance monitoring with metrics, alerting, and observability",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 245,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "implement-caching-strategy",
"path": "performance/implement-caching-strategy.md",
"category": "performance",
"type": "command",
"description": "Design and implement comprehensive caching solutions for improved performance and scalability",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 344,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "optimize-api-performance",
"path": "performance/optimize-api-performance.md",
"category": "performance",
"type": "command",
"description": "Comprehensive API performance optimization with response time reduction, throughput improvement, and scalability enhancements",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 328,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "optimize-build",
"path": "performance/optimize-build.md",
"category": "performance",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 287,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "optimize-bundle-size",
"path": "performance/optimize-bundle-size.md",
"category": "performance",
"type": "command",
"description": "Reduce and optimize bundle sizes through analysis, configuration, and code splitting strategies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 286,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "optimize-database-performance",
"path": "performance/optimize-database-performance.md",
"category": "performance",
"type": "command",
"description": "Optimize database queries, indexing, and performance for improved response times and scalability",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 492,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "optimize-memory-usage",
"path": "performance/optimize-memory-usage.md",
"category": "performance",
"type": "command",
"description": "Comprehensive memory usage optimization with leak detection, garbage collection tuning, and memory profiling",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 305,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-audit",
"path": "performance/performance-audit.md",
"category": "performance",
"type": "command",
"description": "Comprehensive performance audit with metrics, bottleneck identification, and optimization recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 391,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-cdn-optimization",
"path": "performance/setup-cdn-optimization.md",
"category": "performance",
"type": "command",
"description": "Configure CDN for optimal content delivery, caching, and global performance optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 132,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "system-behavior-simulator",
"path": "performance/system-behavior-simulator.md",
"category": "performance",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 129,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "add-package",
"path": "project-management/add-package.md",
"category": "project-management",
"type": "command",
"description": "Add and configure new package to workspace with proper structure and dependencies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 107,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "add-to-changelog",
"path": "project-management/add-to-changelog.md",
"category": "project-management",
"type": "command",
"description": "Add entry to project changelog following Keep a Changelog format",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 176,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-feature",
"path": "project-management/create-feature.md",
"category": "project-management",
"type": "command",
"description": "Scaffold new feature with boilerplate code, tests, and documentation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 611,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-jtbd",
"path": "project-management/create-jtbd.md",
"category": "project-management",
"type": "command",
"description": "Create Jobs-to-be-Done (JTBD) analysis for product features",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 179,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-prd",
"path": "project-management/create-prd.md",
"category": "project-management",
"type": "command",
"description": "Create Product Requirements Document (PRD) for new features",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1519,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-prp",
"path": "project-management/create-prp.md",
"category": "project-management",
"type": "command",
"description": "Create comprehensive Product Requirement Prompt (PRP) with research and validation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 252,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "github-issues",
"path": "project-management/github-issues.md",
"category": "project-management",
"type": "command",
"description": "Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, or manage issue workflows. Triggers on requests like \"create an issue\", \"file a bug\", \"request a feature\", \"update issue X\", or any GitHub issue management task.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 90,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "init-project",
"path": "project-management/init-project.md",
"category": "project-management",
"type": "command",
"description": "Initialize new project with essential structure, configuration, and development environment setup",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 870,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "milestone-tracker",
"path": "project-management/milestone-tracker.md",
"category": "project-management",
"type": "command",
"description": "Track and analyze project milestone progress with predictive analytics",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 198,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nuget-manager",
"path": "project-management/nuget-manager.md",
"category": "project-management",
"type": "command",
"description": "Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 66,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pac-configure",
"path": "project-management/pac-configure.md",
"category": "project-management",
"type": "command",
"description": "Initialize Product as Code (PAC) project structure with templates and configuration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pac-create-epic",
"path": "project-management/pac-create-epic.md",
"category": "project-management",
"type": "command",
"description": "Create new PAC epic following Product as Code specification",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 107,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pac-create-ticket",
"path": "project-management/pac-create-ticket.md",
"category": "project-management",
"type": "command",
"description": "Create new PAC ticket within an epic following Product as Code specification",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pac-update-status",
"path": "project-management/pac-update-status.md",
"category": "project-management",
"type": "command",
"description": "Update PAC ticket status and track progress in Product as Code workflow",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 84,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pac-validate",
"path": "project-management/pac-validate.md",
"category": "project-management",
"type": "command",
"description": "Validate Product as Code project structure and files for PAC specification compliance",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 83,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "project-health-check",
"path": "project-management/project-health-check.md",
"category": "project-management",
"type": "command",
"description": "Analyze overall project health and generate comprehensive metrics report",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 280,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "project-timeline-simulator",
"path": "project-management/project-timeline-simulator.md",
"category": "project-management",
"type": "command",
"description": "Simulate project outcomes with variable modeling, risk assessment, and resource optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 189,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "project-to-linear",
"path": "project-management/project-to-linear.md",
"category": "project-management",
"type": "command",
"description": "Sync project structure and requirements to Linear workspace with comprehensive task breakdown",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "release",
"path": "project-management/release.md",
"category": "project-management",
"type": "command",
"description": "Prepare and execute project release with version management and changelog updates",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 133,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "todo",
"path": "project-management/todo.md",
"category": "project-management",
"type": "command",
"description": "Manage project todos in todos.md file",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1790,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "add-authentication-system",
"path": "security/add-authentication-system.md",
"category": "security",
"type": "command",
"description": "Implement secure user authentication system with chosen method and security best practices",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 255,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dependency-audit",
"path": "security/dependency-audit.md",
"category": "security",
"type": "command",
"description": "Audit dependencies for security vulnerabilities, license compliance, and update recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 370,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "penetration-test",
"path": "security/penetration-test.md",
"category": "security",
"type": "command",
"description": "Perform penetration testing and vulnerability assessment on application",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 259,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "secrets-scanner",
"path": "security/secrets-scanner.md",
"category": "security",
"type": "command",
"description": "Scan codebase for exposed secrets, credentials, and sensitive information",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 329,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "security-audit",
"path": "security/security-audit.md",
"category": "security",
"type": "command",
"description": "Perform comprehensive security assessment and vulnerability analysis",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 778,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "security-hardening",
"path": "security/security-hardening.md",
"category": "security",
"type": "command",
"description": "Harden application security configuration with comprehensive security controls",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 265,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "create-database-migrations",
"path": "setup/create-database-migrations.md",
"category": "setup",
"type": "command",
"description": "Create and manage database migrations with proper versioning and rollback support",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 198,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "design-database-schema",
"path": "setup/design-database-schema.md",
"category": "setup",
"type": "command",
"description": "Design optimized database schemas with proper relationships, constraints, and performance considerations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 627,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "design-rest-api",
"path": "setup/design-rest-api.md",
"category": "setup",
"type": "command",
"description": "Design RESTful API architecture with comprehensive endpoints, authentication, and documentation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 352,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "implement-graphql-api",
"path": "setup/implement-graphql-api.md",
"category": "setup",
"type": "command",
"description": "Implement GraphQL API with comprehensive schema, resolvers, and real-time subscriptions",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "migrate-to-typescript",
"path": "setup/migrate-to-typescript.md",
"category": "setup",
"type": "command",
"description": "Migrate JavaScript project to TypeScript with proper typing and tooling setup",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-ci-cd-pipeline",
"path": "setup/setup-ci-cd-pipeline.md",
"category": "setup",
"type": "command",
"description": "Setup comprehensive CI/CD pipeline with automated testing, deployment, and monitoring",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 211,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-development-environment",
"path": "setup/setup-development-environment.md",
"category": "setup",
"type": "command",
"description": "Setup comprehensive development environment with tools, configurations, and workflows",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 419,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-docker-containers",
"path": "setup/setup-docker-containers.md",
"category": "setup",
"type": "command",
"description": "Setup Docker containerization with multi-stage builds and development workflows",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 491,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-formatting",
"path": "setup/setup-formatting.md",
"category": "setup",
"type": "command",
"description": "Configure comprehensive code formatting tools with consistent style enforcement",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 238,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-linting",
"path": "setup/setup-linting.md",
"category": "setup",
"type": "command",
"description": "Configure comprehensive code linting and quality analysis tools with automated enforcement",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 327,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-monitoring-observability",
"path": "setup/setup-monitoring-observability.md",
"category": "setup",
"type": "command",
"description": "Setup comprehensive monitoring and observability with metrics, logging, tracing, and alerting",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 168,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-monorepo",
"path": "setup/setup-monorepo.md",
"category": "setup",
"type": "command",
"description": "Configure monorepo project structure with comprehensive workspace management and build orchestration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 164,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-rate-limiting",
"path": "setup/setup-rate-limiting.md",
"category": "setup",
"type": "command",
"description": "Implement comprehensive API rate limiting with advanced algorithms and user-specific policies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 140,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "update-dependencies",
"path": "setup/update-dependencies.md",
"category": "setup",
"type": "command",
"description": "Update and modernize project dependencies with comprehensive testing and compatibility checks",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 226,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-analytics",
"path": "setup/vercel-analytics.md",
"category": "setup",
"type": "command",
"description": "Set up Vercel Analytics and Speed Insights for React/Vite projects",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 73,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "business-scenario-explorer",
"path": "simulation/business-scenario-explorer.md",
"category": "simulation",
"type": "command",
"description": "Explore multiple business timeline scenarios with comprehensive risk analysis and strategic optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 169,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "constraint-modeler",
"path": "simulation/constraint-modeler.md",
"category": "simulation",
"type": "command",
"description": "Model system constraints with validation, dependency mapping, and optimization strategies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 108,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "decision-tree-explorer",
"path": "simulation/decision-tree-explorer.md",
"category": "simulation",
"type": "command",
"description": "Explore complex decision branches with probability analysis, expected value calculation, and optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 157,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "digital-twin-creator",
"path": "simulation/digital-twin-creator.md",
"category": "simulation",
"type": "command",
"description": "Create calibrated digital twins with real-world validation, scenario testing, and decision optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "future-scenario-generator",
"path": "simulation/future-scenario-generator.md",
"category": "simulation",
"type": "command",
"description": "Generate comprehensive future scenarios with plausibility scoring, trend integration, and strategic implications",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "market-response-modeler",
"path": "simulation/market-response-modeler.md",
"category": "simulation",
"type": "command",
"description": "Model comprehensive market and customer responses with segment analysis, behavioral prediction, and optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 99,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "monte-carlo-simulator",
"path": "simulation/monte-carlo-simulator.md",
"category": "simulation",
"type": "command",
"description": "Run Monte Carlo simulations with probability distributions, confidence intervals, and statistical analysis",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 103,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "simulation-calibrator",
"path": "simulation/simulation-calibrator.md",
"category": "simulation",
"type": "command",
"description": "Calibrate simulation accuracy with systematic validation, bias detection, and continuous improvement",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 83,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "system-dynamics-modeler",
"path": "simulation/system-dynamics-modeler.md",
"category": "simulation",
"type": "command",
"description": "Model complex system dynamics with feedback loops, delays, and emergent behavior analysis",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 76,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "timeline-compressor",
"path": "simulation/timeline-compressor.md",
"category": "simulation",
"type": "command",
"description": "Compress real-world timelines into rapid simulation cycles with accelerated learning and decision optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 79,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-a11y",
"path": "svelte/svelte-a11y.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 79,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-component",
"path": "svelte/svelte-component.md",
"category": "svelte",
"type": "command",
"description": "Create new Svelte components with best practices, TypeScript support, and testing",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 73,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-debug",
"path": "svelte/svelte-debug.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-migrate",
"path": "svelte/svelte-migrate.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 59,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-optimize",
"path": "svelte/svelte-optimize.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 77,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-scaffold",
"path": "svelte/svelte-scaffold.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 66,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-storybook-migrate",
"path": "svelte/svelte-storybook-migrate.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-storybook-mock",
"path": "svelte/svelte-storybook-mock.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 53,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-storybook-setup",
"path": "svelte/svelte-storybook-setup.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 53,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-storybook-story",
"path": "svelte/svelte-storybook-story.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 51,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-storybook-troubleshoot",
"path": "svelte/svelte-storybook-troubleshoot.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 62,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-storybook",
"path": "svelte/svelte-storybook.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 60,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-test-coverage",
"path": "svelte/svelte-test-coverage.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-test-fix",
"path": "svelte/svelte-test-fix.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-test-setup",
"path": "svelte/svelte-test-setup.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 54,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "svelte-test",
"path": "svelte/svelte-test.md",
"category": "svelte",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 61,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "bidirectional-sync",
"path": "sync/bidirectional-sync.md",
"category": "sync",
"type": "command",
"description": "Enable comprehensive bidirectional GitHub-Linear synchronization with conflict resolution",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 72,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "bulk-import-issues",
"path": "sync/bulk-import-issues.md",
"category": "sync",
"type": "command",
"description": "Bulk import GitHub issues to Linear with comprehensive progress tracking and error handling",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 70,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "cross-reference-manager",
"path": "sync/cross-reference-manager.md",
"category": "sync",
"type": "command",
"description": "Manage cross-platform reference links between GitHub and Linear with integrity checking",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 72,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "issue-to-linear-task",
"path": "sync/issue-to-linear-task.md",
"category": "sync",
"type": "command",
"description": "Convert individual GitHub issues to Linear tasks with comprehensive data preservation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "linear-task-to-issue",
"path": "sync/linear-task-to-issue.md",
"category": "sync",
"type": "command",
"description": "Convert Linear tasks to GitHub issues with relationship preservation and metadata mapping",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 70,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-automation-setup",
"path": "sync/sync-automation-setup.md",
"category": "sync",
"type": "command",
"description": "Setup comprehensive automated synchronization workflows with monitoring and CI/CD integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 116,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-conflict-resolver",
"path": "sync/sync-conflict-resolver.md",
"category": "sync",
"type": "command",
"description": "Resolve synchronization conflicts with intelligent strategies and automated resolution",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 68,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-health-monitor",
"path": "sync/sync-health-monitor.md",
"category": "sync",
"type": "command",
"description": "Monitor and diagnose GitHub-Linear sync health with performance analytics and automated troubleshooting",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 62,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-issues-to-linear",
"path": "sync/sync-issues-to-linear.md",
"category": "sync",
"type": "command",
"description": "Sync GitHub issues to Linear workspace with comprehensive field mapping and rate limit management",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 69,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-linear-to-issues",
"path": "sync/sync-linear-to-issues.md",
"category": "sync",
"type": "command",
"description": "Sync Linear tasks to GitHub issues with state mapping and attachment handling",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 66,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-migration-assistant",
"path": "sync/sync-migration-assistant.md",
"category": "sync",
"type": "command",
"description": "Comprehensive migration assistant for large-scale GitHub-Linear data transitions with validation and rollback",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 68,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-pr-to-task",
"path": "sync/sync-pr-to-task.md",
"category": "sync",
"type": "command",
"description": "Link GitHub pull requests to Linear tasks with automated state synchronization and workflow integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 65,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sync-status",
"path": "sync/sync-status.md",
"category": "sync",
"type": "command",
"description": "Monitor GitHub-Linear sync health status with performance metrics and diagnostics",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 72,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "task-from-pr",
"path": "sync/task-from-pr.md",
"category": "sync",
"type": "command",
"description": "Create Linear tasks from GitHub pull requests with intelligent content extraction and task sizing",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 68,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "architecture-review",
"path": "team/architecture-review.md",
"category": "team",
"type": "command",
"description": "Comprehensive architecture review with design patterns analysis and improvement recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2256,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "decision-quality-analyzer",
"path": "team/decision-quality-analyzer.md",
"category": "team",
"type": "command",
"description": "Analyze team decision quality with bias detection, scenario testing, and process improvement recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 173,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dependency-mapper",
"path": "team/dependency-mapper.md",
"category": "team",
"type": "command",
"description": "Map project and task dependencies with critical path analysis and circular dependency detection",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 200,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "estimate-assistant",
"path": "team/estimate-assistant.md",
"category": "team",
"type": "command",
"description": "Generate accurate task estimates using historical data, complexity analysis, and team velocity metrics",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 165,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "issue-triage",
"path": "team/issue-triage.md",
"category": "team",
"type": "command",
"description": "Intelligent issue triage with automatic categorization, prioritization, and team assignment",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 161,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "memory-spring-cleaning",
"path": "team/memory-spring-cleaning.md",
"category": "team",
"type": "command",
"description": "Clean and organize project memory files with implementation synchronization and pattern updates",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 231,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "migration-assistant",
"path": "team/migration-assistant.md",
"category": "team",
"type": "command",
"description": "Comprehensive system migration assistance with planning, analysis, execution, and rollback capabilities",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 122,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "retrospective-analyzer",
"path": "team/retrospective-analyzer.md",
"category": "team",
"type": "command",
"description": "Analyze team retrospectives with quantitative metrics and actionable insights generation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "session-learning-capture",
"path": "team/session-learning-capture.md",
"category": "team",
"type": "command",
"description": "Capture and document session learnings with automatic knowledge integration and memory updates",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 301,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sprint-planning",
"path": "team/sprint-planning.md",
"category": "team",
"type": "command",
"description": "Plan and organize sprint workflows with Linear integration and capacity analysis",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 180,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "standup-report",
"path": "team/standup-report.md",
"category": "team",
"type": "command",
"description": "Generate comprehensive daily standup reports with team activity analysis and progress tracking",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 174,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "team-knowledge-mapper",
"path": "team/team-knowledge-mapper.md",
"category": "team",
"type": "command",
"description": "Map team knowledge and expertise with skill gap analysis and learning path recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 164,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "team-velocity-tracker",
"path": "team/team-velocity-tracker.md",
"category": "team",
"type": "command",
"description": "Track and analyze team velocity with predictive forecasting and performance optimization recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 92,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "team-workload-balancer",
"path": "team/team-workload-balancer.md",
"category": "team",
"type": "command",
"description": "Analyze and optimize team workload distribution with skill matching and capacity planning",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 106,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "add-mutation-testing",
"path": "testing/add-mutation-testing.md",
"category": "testing",
"type": "command",
"description": "Setup comprehensive mutation testing with framework selection and CI integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 89,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "add-property-based-testing",
"path": "testing/add-property-based-testing.md",
"category": "testing",
"type": "command",
"description": "Implement property-based testing with framework selection and invariant identification",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 78,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "e2e-setup",
"path": "testing/e2e-setup.md",
"category": "testing",
"type": "command",
"description": "Configure comprehensive end-to-end testing suite with framework selection and CI integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 312,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "generate-test-cases",
"path": "testing/generate-test-cases.md",
"category": "testing",
"type": "command",
"description": "Generate comprehensive test cases with automatic analysis and coverage optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 415,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "generate-tests",
"path": "testing/generate-tests.md",
"category": "testing",
"type": "command",
"description": "Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7617,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-comprehensive-testing",
"path": "testing/setup-comprehensive-testing.md",
"category": "testing",
"type": "command",
"description": "Setup complete testing infrastructure with framework configuration and CI integration",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 175,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-load-testing",
"path": "testing/setup-load-testing.md",
"category": "testing",
"type": "command",
"description": "Configure comprehensive load testing with performance metrics and bottleneck identification",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 141,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "setup-visual-testing",
"path": "testing/setup-visual-testing.md",
"category": "testing",
"type": "command",
"description": "Setup comprehensive visual regression testing with cross-browser and responsive testing",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 182,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-automation-orchestrator",
"path": "testing/test-automation-orchestrator.md",
"category": "testing",
"type": "command",
"description": "Orchestrate comprehensive test automation with intelligent execution and optimization",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 237,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-changelog-automation",
"path": "testing/test-changelog-automation.md",
"category": "testing",
"type": "command",
"description": "Automate changelog testing workflow with CI integration and validation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-coverage",
"path": "testing/test-coverage.md",
"category": "testing",
"type": "command",
"description": "Analyze and improve test coverage with comprehensive reporting and gap identification",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 384,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-quality-analyzer",
"path": "testing/test-quality-analyzer.md",
"category": "testing",
"type": "command",
"description": "Analyze test suite quality with comprehensive metrics and improvement recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 240,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "testing_plan_integration",
"path": "testing/testing_plan_integration.md",
"category": "testing",
"type": "command",
"description": "Create comprehensive integration testing plan with inline tests and refactoring recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 147,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "webapp-testing",
"path": "testing/webapp-testing.md",
"category": "testing",
"type": "command",
"description": "Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 144,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "write-tests",
"path": "testing/write-tests.md",
"category": "testing",
"type": "command",
"description": "Write comprehensive unit and integration tests with proper mocking and coverage",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 287,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "all-tools",
"path": "utilities/all-tools.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 947,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "architecture-scenario-explorer",
"path": "utilities/architecture-scenario-explorer.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 275,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "check-file",
"path": "utilities/check-file.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 164,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "clean-branches",
"path": "utilities/clean-branches.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 148,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "clean",
"path": "utilities/clean.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 179,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "cleanup-cache",
"path": "utilities/cleanup-cache.md",
"category": "utilities",
"type": "command",
"description": "Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 252,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-permutation-tester",
"path": "utilities/code-permutation-tester.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 128,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-review",
"path": "utilities/code-review.md",
"category": "utilities",
"type": "command",
"description": "Comprehensive code quality review with security, performance, and architecture analysis",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3680,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-to-task",
"path": "utilities/code-to-task.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "context-prime",
"path": "utilities/context-prime.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 190,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "debug-error",
"path": "utilities/debug-error.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 456,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "directory-deep-dive",
"path": "utilities/directory-deep-dive.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 374,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "explain-code",
"path": "utilities/explain-code.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1715,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "fix-issue",
"path": "utilities/fix-issue.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 209,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "generate-linear-worklog",
"path": "utilities/generate-linear-worklog.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-status",
"path": "utilities/git-status.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 167,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "initref",
"path": "utilities/initref.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "prime",
"path": "utilities/prime.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 403,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "refactor-code",
"path": "utilities/refactor-code.md",
"category": "utilities",
"type": "command",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3336,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "screenshot-analyzer",
"path": "utilities/screenshot-analyzer.md",
"category": "utilities",
"type": "command",
"description": "\"Analyze product screenshots to extract features and generate development task lists.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 91,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ultra-think",
"path": "utilities/ultra-think.md",
"category": "utilities",
"type": "command",
"description": "Multi-framework structured analysis: surfaces hidden assumptions, generates competing solutions, stress-tests each with adversarial reasoning, and delivers confidence-calibrated recommendations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5572,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
}
],
"mcps": [
{
"name": "elevenlabs",
"path": "audio/elevenlabs.json",
"category": "audio",
"type": "mcp",
"description": "Official ElevenLabs MCP for text-to-speech, voice cloning, audio processing, and transcription. Generate AI voices, design custom voices, isolate audio, create sound effects, and more.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 240,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "browser-use-mcp-server",
"path": "browser_automation/browser-use-mcp-server.json",
"category": "browser_automation",
"type": "mcp",
"description": "An MCP server that enables AI agents to control web browsers using browser-use.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1576,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "browsermcp",
"path": "browser_automation/browsermcp.json",
"category": "browser_automation",
"type": "mcp",
"description": "With Browser MCP, you can use MCP to automate your browser so that AI applications can navigate the web, fill out forms, and more.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 634,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-server-browserbase",
"path": "browser_automation/mcp-server-browserbase.json",
"category": "browser_automation",
"type": "mcp",
"description": "This server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, take screenshots, extract information, and perform automated actions with atomic precision.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 272,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-server-playwright",
"path": "browser_automation/mcp-server-playwright.json",
"category": "browser_automation",
"type": "mcp",
"description": "A Model Context Protocol server that provides browser automation capabilities using Playwright",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 618,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "playwright-mcp-server",
"path": "browser_automation/playwright-mcp-server.json",
"category": "browser_automation",
"type": "mcp",
"description": "A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4274,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "playwright-mcp",
"path": "browser_automation/playwright-mcp.json",
"category": "browser_automation",
"type": "mcp",
"description": "A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1355,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dbhub",
"path": "database/dbhub.json",
"category": "database",
"type": "mcp",
"description": "Zero-dependency, token-efficient database MCP server supporting PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite connections.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mongodb-official",
"path": "database/mongodb-official.json",
"category": "database",
"type": "mcp",
"description": "Official MongoDB MCP Server by MongoDB. Connect to MongoDB databases and Atlas clusters for querying, aggregation, and collection management.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mysql-integration",
"path": "database/mysql-integration.json",
"category": "database",
"type": "mcp",
"description": "Connect to MySQL databases for direct data access, queries, and database management within Claude Code workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon",
"path": "database/neon.json",
"category": "database",
"type": "mcp",
"description": "MCP server for interacting with Neon Management API and databases",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 224,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "postgresql-documentation",
"path": "database/postgresql-documentation.json",
"category": "database",
"type": "mcp",
"description": "PostgreSQL documentation and skills for writing better Postgres code",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 260,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "postgresql-integration",
"path": "database/postgresql-integration.json",
"category": "database",
"type": "mcp",
"description": "Connect to PostgreSQL databases for advanced data operations, complex queries, and enterprise database management.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3041,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "redis",
"path": "database/redis.json",
"category": "database",
"type": "mcp",
"description": "Official Redis MCP Server providing natural language interface for Redis databases. Query, manage, and interact with Redis data through Claude.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 66,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "supabase",
"path": "database/supabase.json",
"category": "database",
"type": "mcp",
"description": "Connect your Claude Code to Supabase using MCP",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2861,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deepgraph-nextjs",
"path": "deepgraph/deepgraph-nextjs.json",
"category": "deepgraph",
"type": "mcp",
"description": "Deep code analysis and visualization for Next.js projects. Understand component relationships, dependencies, and architecture patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 994,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deepgraph-react",
"path": "deepgraph/deepgraph-react.json",
"category": "deepgraph",
"type": "mcp",
"description": "Analyze React component hierarchies, state flows, and dependencies. Visualize your React application architecture.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 880,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deepgraph-typescript",
"path": "deepgraph/deepgraph-typescript.json",
"category": "deepgraph",
"type": "mcp",
"description": "Comprehensive TypeScript code analysis with type mapping, interface relationships, and module dependency tracking.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 655,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deepgraph-vue",
"path": "deepgraph/deepgraph-vue.json",
"category": "deepgraph",
"type": "mcp",
"description": "Analyze Vue.js applications including component composition, reactive data flow, and template-script relationships.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 348,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-server-nia",
"path": "deepresearch/mcp-server-nia.json",
"category": "deepresearch",
"type": "mcp",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "android-mcp",
"path": "devtools/android-mcp.json",
"category": "devtools",
"type": "mcp",
"description": "MCP Server for interacting with Android devices. Control, inspect, and automate Android devices via ADB through Claude.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "azure-kubernetes-service",
"path": "devtools/azure-kubernetes-service.json",
"category": "devtools",
"type": "mcp",
"description": "The AKS-MCP is a Model Context Protocol (MCP) server that enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters. It serves as a bridge between AI tools (like GitHub Copilot, Claude, and other MCP-compatible AI assistants) and AKS, translating natural language requests into AKS operations and returning the results in a format the AI tools can understand.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 105,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "box",
"path": "devtools/box.json",
"category": "devtools",
"type": "mcp",
"description": "The Box MCP Server is a Python project that integrates with the Box API to perform various operations such as file search, text extraction, AI-based querying, and data extraction. It leverages the box-sdk-gen library and provides a set of tools to interact with Box files and folders.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 108,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "chrome-devtools",
"path": "devtools/chrome-devtools.json",
"category": "devtools",
"type": "mcp",
"description": "A Model Context Protocol server for interacting with Chrome DevTools, enabling browser automation, debugging, and performance analysis capabilities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2712,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "circleci",
"path": "devtools/circleci.json",
"category": "devtools",
"type": "mcp",
"description": "Integrate CircleCI build and deployment pipeline management with your Claude Code workflow. Monitor builds, trigger deployments, and access project insights.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 141,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "codacy",
"path": "devtools/codacy.json",
"category": "devtools",
"type": "mcp",
"description": "MCP Server for the Codacy API, enabling access to repositories, files, quality, coverage, security and more.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 104,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "context7",
"path": "devtools/context7.json",
"category": "devtools",
"type": "mcp",
"description": "Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add 'use context7' to any prompt to activate.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10069,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "devplan-mcp",
"path": "devtools/devplan-mcp.json",
"category": "devtools",
"type": "mcp",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 56,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dynatrace",
"path": "devtools/dynatrace.json",
"category": "devtools",
"type": "mcp",
"description": "Manage and interact with the Dynatrace Platform for real-time observability and monitoring.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 95,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "elasticsearch",
"path": "devtools/elasticsearch.json",
"category": "devtools",
"type": "mcp",
"description": "MCP server for connecting to Elasticsearch data and indices. Supports search queries, mappings, ES|QL, and shard information through natural language interactions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 191,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "figma-dev-mode",
"path": "devtools/figma-dev-mode.json",
"category": "devtools",
"type": "mcp",
"description": "The Dev Mode MCP server brings Figma directly into your workflow by providing important design information and context to AI agents generating code from Figma design files.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 931,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "firecrawl",
"path": "devtools/firecrawl.json",
"category": "devtools",
"type": "mcp",
"description": "A Model Context Protocol (MCP) server implementation that integrates with Firecrawl for web scraping capabilities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 372,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "firefly-mcp",
"path": "devtools/firefly-mcp.json",
"category": "devtools",
"type": "mcp",
"description": "Connect to Firefly AI services for advanced AI-powered development assistance, code analysis, and intelligent suggestions directly in your Claude Code environment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 146,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "flatten-mcp",
"path": "devtools/flatten-mcp.json",
"category": "devtools",
"type": "mcp",
"description": "Flatten Claude Code sessions: moves bulky tool output into a sidecar file and keeps every prompt and event verbatim, so the same conversation resumes at a lower token count instead of being compacted into a lossy summary. Reversible and crash-safe. Optional ANTHROPIC_API_KEY enables exact token counting.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "github-official",
"path": "devtools/github-official.json",
"category": "devtools",
"type": "mcp",
"description": "GitHub's official MCP Server. Interact with GitHub repositories, issues, pull requests, and more directly from Claude.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 97,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "grafana",
"path": "devtools/grafana.json",
"category": "devtools",
"type": "mcp",
"description": "A Model Context Protocol server for interacting with Grafana dashboards and monitoring. Supports both self-hosted Grafana instances and Grafana Cloud.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 277,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "huggingface",
"path": "devtools/huggingface.json",
"category": "devtools",
"type": "mcp",
"description": "Access Hugging Face models, datasets, Spaces, papers, collections via MCP.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 401,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "imagesorcery",
"path": "devtools/imagesorcery.json",
"category": "devtools",
"type": "mcp",
"description": "An MCP server providing tools for image processing operations",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 239,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ios-simulator-mcp",
"path": "devtools/ios-simulator-mcp.json",
"category": "devtools",
"type": "mcp",
"description": "Control iOS Simulator directly from Claude Code. Launch apps, take screenshots, manage device states, and streamline mobile development workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 768,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "jfrog",
"path": "devtools/jfrog.json",
"category": "devtools",
"type": "mcp",
"description": "JFrog MCP Server: providing your agents with direct access to JFrog Platform services.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 87,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "jina-ai",
"path": "devtools/jina-ai.json",
"category": "devtools",
"type": "mcp",
"description": "Official Jina AI MCP Server for web reading, search, grounding, and fact-checking capabilities powered by Jina AI APIs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "jupyter",
"path": "devtools/jupyter.json",
"category": "devtools",
"type": "mcp",
"description": "Model Context Protocol server for Jupyter notebooks. Execute code, manage notebooks, and interact with Jupyter kernels directly from Claude.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "just-mcp",
"path": "devtools/just-mcp.json",
"category": "devtools",
"type": "mcp",
"description": "Execute Just commands and task runners seamlessly from Claude Code. Manage project tasks, run build scripts, and automate development workflows with Just integration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 165,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "launchdarkly",
"path": "devtools/launchdarkly.json",
"category": "devtools",
"type": "mcp",
"description": "Official LaunchDarkly MCP Server for feature flag management and experimentation. Enables AI agents to interact with LaunchDarkly APIs for managing feature flags, AI configs, targeting rules, and gradual rollouts across multiple environments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "leetcode",
"path": "devtools/leetcode.json",
"category": "devtools",
"type": "mcp",
"description": "A Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 178,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "logfire",
"path": "devtools/logfire.json",
"category": "devtools",
"type": "mcp",
"description": "Provides access to OpenTelemetry traces and metrics through Logfire.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "markitdown",
"path": "devtools/markitdown.json",
"category": "devtools",
"type": "mcp",
"description": "Convert various file formats (PDF, Word, Excel, images, audio) to Markdown.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 888,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-server-atlassian-bitbucket",
"path": "devtools/mcp-server-atlassian-bitbucket.json",
"category": "devtools",
"type": "mcp",
"description": "A Node.js/TypeScript Model Context Protocol (MCP) server for Atlassian Bitbucket Cloud. Enables AI systems (e.g., LLMs like Claude or Cursor AI) to securely interact with your repositories, pull requests, workspaces, and code in real time.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 187,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-server-trello",
"path": "devtools/mcp-server-trello.json",
"category": "devtools",
"type": "mcp",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 177,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mermaid",
"path": "devtools/mermaid.json",
"category": "devtools",
"type": "mcp",
"description": "Generate Mermaid diagrams and charts dynamically with AI. Create flowcharts, sequence diagrams, class diagrams, and more via MCP.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 49,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "microsoft-clarity",
"path": "devtools/microsoft-clarity.json",
"category": "devtools",
"type": "mcp",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 139,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "microsoft-dev-box",
"path": "devtools/microsoft-dev-box.json",
"category": "devtools",
"type": "mcp",
"description": "This server enables natural language interactions for developer-focused operations like managing Dev Boxes, configurations, and pools.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 140,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mongodb",
"path": "devtools/mongodb.json",
"category": "devtools",
"type": "mcp",
"description": "A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 293,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nika",
"path": "devtools/nika.json",
"category": "devtools",
"type": "mcp",
"description": "Read-only oracle for Nika AI workflows (.nika.yaml): validate a workflow, get findings explained with fix guidance, browse schema and examples, and see an honest cost estimate — all before a single token is spent. No execution and no mutation over MCP by design. Requires the nika binary (brew install supernovae-st/tap/nika).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "postman",
"path": "devtools/postman.json",
"category": "devtools",
"type": "mcp",
"description": "Postman's MCP server connects AI agents, assistants, and chatbots directly to your APIs on Postman. Use natural language to prompt AI to automate work across your Postman collections, environments, workspaces, and more.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 343,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "pulumi",
"path": "devtools/pulumi.json",
"category": "devtools",
"type": "mcp",
"description": "The Pulumi Model Context Protocol (MCP) server enables advanced Infrastructure as Code development capabilities for connected agents, providing tools for cloud resource discovery and management using Pulumi Cloud and the Pulumi CLI.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 84,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "railway",
"path": "devtools/railway.json",
"category": "devtools",
"type": "mcp",
"description": "Railway MCP server provides seamless integration with Railway's deployment platform, enabling Claude to manage projects, deployments, and infrastructure directly from the CLI.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 138,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sentry-local",
"path": "devtools/sentry-local.json",
"category": "devtools",
"type": "mcp",
"description": "Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "sentry",
"path": "devtools/sentry.json",
"category": "devtools",
"type": "mcp",
"description": "This service implements the Model Context Protocol (MCP) for interacting with Sentry, focused on human-in-the-loop coding agents and developer workflows rather than general-purpose API access.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 251,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "serena",
"path": "devtools/serena.json",
"category": "devtools",
"type": "mcp",
"description": "Semantic code retrieval & editing tools for coding agents.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 636,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "stripe",
"path": "devtools/stripe.json",
"category": "devtools",
"type": "mcp",
"description": "Let your AI agents interact with the Stripe API by using our MCP server.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 385,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "terraform",
"path": "devtools/terraform.json",
"category": "devtools",
"type": "mcp",
"description": "The Terraform MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Terraform Registry APIs, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 304,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "testsprite",
"path": "devtools/testsprite.json",
"category": "devtools",
"type": "mcp",
"description": "TestSprite’s MCP reads your intent, tests your code, and tells you what to fix.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 110,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "trace-mcp",
"path": "devtools/trace-mcp.json",
"category": "devtools",
"type": "mcp",
"description": "Framework-aware code intelligence — semantic navigation, impact analysis, and refactoring across 60 framework integrations and 81 languages with up to 99% token reduction.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "webflow",
"path": "devtools/webflow.json",
"category": "devtools",
"type": "mcp",
"description": "Enable AI agents to interact with Webflow APIs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 147,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "zai-mcp-server",
"path": "devtools/zai-mcp-server.json",
"category": "devtools",
"type": "mcp",
"description": "Vision MCP Server - Z.AI capability implementation based on the Model Context Protocol (MCP), providing powerful Z.AI GLM-4.6V capabilities for MCP-compatible clients such as Claude Code and Cline, including image analysis, video understanding, and other features.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 74,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "filesystem-access",
"path": "filesystem/filesystem-access.json",
"category": "filesystem",
"type": "mcp",
"description": "Secure filesystem access for Claude Code with configurable directory permissions and file operations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2052,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "alpaca-trading",
"path": "integration/alpaca-trading.json",
"category": "integration",
"type": "mcp",
"description": "Trading platform MCP server enabling stock, ETF, crypto, and options trading via Alpaca's API. Supports market data, portfolio management, and order execution.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 25,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "footballbin-predictions",
"path": "integration/footballbin-predictions.json",
"category": "integration",
"type": "mcp",
"description": "AI-powered football match predictions for Premier League and Champions League. Returns half-time scores, full-time scores, next goal scorer, corner counts, and key player analysis. Public endpoint, no API key required.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 48,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "github-integration",
"path": "integration/github-integration.json",
"category": "integration",
"type": "mcp",
"description": "Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2792,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "memex-mcp",
"path": "integration/memex-mcp.json",
"category": "integration",
"type": "mcp",
"description": "Developer context continuity for AI coding agents. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Requires NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD, and GEMINI_API_KEY (set in your repo's .env).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "memory-integration",
"path": "integration/memory-integration.json",
"category": "integration",
"type": "mcp",
"description": "Persistent memory and context management for Claude Code sessions. Store and recall information across conversations and projects.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5325,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "n8n-mcp",
"path": "integration/n8n-mcp.json",
"category": "integration",
"type": "mcp",
"description": "Build and manage n8n workflows directly from Claude. Includes a pre-built database with all n8n node documentation for workflow automation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 117,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "facebook-ads-mcp-server",
"path": "marketing/facebook-ads-mcp-server.json",
"category": "marketing",
"type": "mcp",
"description": "This project provides an MCP server acting as an interface to the Meta Ads, enabling programmatic access to Meta Ads data and management features.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 477,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "google-ads-mcp-server",
"path": "marketing/google-ads-mcp-server.json",
"category": "marketing",
"type": "mcp",
"description": "A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 426,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "posthell",
"path": "marketing/posthell.json",
"category": "marketing",
"type": "mcp",
"description": "posthell - social media scheduler for AI agents. Shape rough notes into posts in your voice, queue drafts for human approval, read growth analytics, and (per-key opt-in) publish to 15 networks (X, LinkedIn, Instagram, TikTok, and more). Hosted remote server; create your API key in the posthell dashboard (https://www.posthell.com/mcp).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "google-workspace",
"path": "productivity/google-workspace.json",
"category": "productivity",
"type": "mcp",
"description": "Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search, and Drive with AI via Google Workspace MCP.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 106,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "monday",
"path": "productivity/monday.json",
"category": "productivity",
"type": "mcp",
"description": "Enable AI agents to operate reliably within real workflows. This MCP is monday.com's open framework for connecting agents into your work OS - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 138,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "notion",
"path": "productivity/notion.json",
"category": "productivity",
"type": "mcp",
"description": "Official MCP server for Notion API",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 502,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "arxiv-mcp-server",
"path": "research/arxiv-mcp-server.json",
"category": "research",
"type": "mcp",
"description": "Search, download, and analyze academic papers from arXiv. Supports full-text search, paper retrieval, and local storage for research workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "apify",
"path": "web-data/apify.json",
"category": "web-data",
"type": "mcp",
"description": "Extract data from social media, search engines, maps, and e-commerce sites using Apify's ready-made scrapers and actors via MCP.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 57,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "brightdata",
"path": "web-data/brightdata.json",
"category": "web-data",
"type": "mcp",
"description": "Bright Data MCP server providing 60+ tools for web search, scraping, structured data extraction, and browser automation across major platforms",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 178,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "browseract",
"path": "web-data/browseract.json",
"category": "web-data",
"type": "mcp",
"description": "BrowserAct cloud browser automation for structured data extraction from Amazon, YouTube, Google Maps, Google News, Reddit, WeChat, Zhihu and more",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "datalikers",
"path": "web-data/datalikers.json",
"category": "web-data",
"type": "mcp",
"description": "DataLikers hosted MCP — 50+ Instagram & TikTok data tools: user search by demographics (gender, age, country, city), engagement analytics, posts, comments, hashtags, stories, highlights and trending tracks. Get an API key at https://datalikers.com/tokens (100 free requests on signup, no credit card). Prefer a local server? Run `npx -y datalikers-mcp` with DATALIKERS_API_KEY instead.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "explorium",
"path": "web-data/explorium.json",
"category": "web-data",
"type": "mcp",
"description": "Explorium MCP — live B2B company and contact data (150M+ businesses, 800M+ professionals, 4,000+ signals, 50+ data sources) for lead-list building, prospect enrichment, executive discovery, firmographics, technographics, funding signals, and multi-step GTM workflows. Supports two auth modes: (1) API key — set it in the api_key header below (get one at https://developers.explorium.ai/reference/setup/getting_your_api_key), or (2) OAuth — remove the headers block and the MCP client will trigger a browser sign-in on first use.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "hikerapi",
"path": "web-data/hikerapi.json",
"category": "web-data",
"type": "mcp",
"description": "HikerAPI MCP — Instagram data API with 105+ read-only tools auto-generated from the OpenAPI spec: profiles, posts, reels, stories, highlights, hashtags, locations, followers and comments. Get an API key at https://hikerapi.com/tokens (100 free requests on signup, no credit card).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "lamatok",
"path": "web-data/lamatok.json",
"category": "web-data",
"type": "mcp",
"description": "LamaTok MCP — TikTok data API tools auto-generated from the OpenAPI spec: users, videos, hashtags, comments, followers/following, playlists, search, plus music and watermark-free video downloads. Get an API key at https://lamatok.com (100 free requests on signup, no credit card).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "searxng",
"path": "web/searxng.json",
"category": "web",
"type": "mcp",
"description": "MCP Server for SearXNG, a privacy-respecting metasearch engine. Perform web searches across multiple search engines without tracking.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tinyfish",
"path": "web/tinyfish.json",
"category": "web",
"type": "mcp",
"description": "TinyFish Web Agent - Web browsing and data extraction via MCP with real-time progress streaming, async tasks, and stealth browser profiles. Requires a TinyFish account (tinyfish.ai) with active subscription. Uses OAuth 2.1 authentication.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 84,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "web-fetch",
"path": "web/web-fetch.json",
"category": "web",
"type": "mcp",
"description": "Web content fetching and data extraction capabilities. Access external APIs, scrape web content, and integrate external data sources.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3263,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "web-reader",
"path": "web/web-reader.json",
"category": "web",
"type": "mcp",
"description": "Web Reader MCP Server - Z.AI implementation based on the Model Context Protocol (MCP). Provides Claude Code, Cline, and other MCP-compatible clients with powerful web content extraction capabilities, including full-page content retrieval and structured data extraction.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 173,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "web-search-prime",
"path": "web/web-search-prime.json",
"category": "web",
"type": "mcp",
"description": "Web Search MCP Server - Z.AI search capability implementation based on the Model Context Protocol (MCP), providing powerful Z.AI search capabilities for MCP-compatible clients such as Claude Code and Cline, including web search, real-time information retrieval, and other features.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 143,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "zread",
"path": "web/zread.json",
"category": "web",
"type": "mcp",
"description": "Zread MCP Server - Z.AI implementation based on the Model Context Protocol (MCP). Powered by zread.ai, it provides Claude Code, Cline, and other MCP-compatible clients with knowledge documentation and code access capabilities for open source repositories.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
}
],
"settings": [
{
"name": "bedrock-configuration",
"path": "api/bedrock-configuration.json",
"category": "api",
"type": "setting",
"description": "Configure Claude Code to use Amazon Bedrock for AI model access. Enables enterprise-grade deployment with AWS billing and compliance features, ideal for organizations already using AWS infrastructure.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 111,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "corporate-proxy",
"path": "api/corporate-proxy.json",
"category": "api",
"type": "setting",
"description": "Configure proxy settings for corporate network environments. Allows Claude Code to work behind corporate firewalls and proxy servers while maintaining security compliance with enterprise network policies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 91,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "custom-headers",
"path": "api/custom-headers.json",
"category": "api",
"type": "setting",
"description": "Add custom headers to API requests for specialized authentication or routing requirements. Useful for enterprise deployments with custom authentication systems or API gateways that require additional metadata.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vertex-configuration",
"path": "api/vertex-configuration.json",
"category": "api",
"type": "setting",
"description": "Connect Claude Code with Google Vertex AI to access Anthropic's Claude models through Google Cloud Platform. Automatically configures all available Claude models (Sonnet, Haiku, Opus) with enterprise-grade infrastructure, billing, and security. Requires: GCP project with Vertex AI API enabled, authenticated gcloud CLI, and model access approval in Model Garden.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 935,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "api-key-helper",
"path": "authentication/api-key-helper.json",
"category": "authentication",
"type": "setting",
"description": "Configure a custom script to dynamically generate authentication tokens. The script will be executed to obtain fresh API keys, useful for environments with rotating credentials or temporary access tokens. TTL is set to 1 hour (3600000ms).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 357,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "force-claudeai-login",
"path": "authentication/force-claudeai-login.json",
"category": "authentication",
"type": "setting",
"description": "Restrict authentication to Claude.ai accounts only. This prevents users from logging in with Anthropic Console accounts, ensuring all access goes through the Claude.ai platform for consistent user experience and billing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 80,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "force-console-login",
"path": "authentication/force-console-login.json",
"category": "authentication",
"type": "setting",
"description": "Restrict authentication to Anthropic Console accounts only. This ensures all usage is billed through the API billing system and prevents access via Claude.ai accounts, ideal for enterprise environments with centralized billing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "retention-7-days",
"path": "cleanup/retention-7-days.json",
"category": "cleanup",
"type": "setting",
"description": "Set chat transcript retention to 7 days for privacy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 71,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "retention-90-days",
"path": "cleanup/retention-90-days.json",
"category": "cleanup",
"type": "setting",
"description": "Set chat transcript retention to 90 days for extended history.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 345,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "bash-timeouts",
"path": "environment/bash-timeouts.json",
"category": "environment",
"type": "setting",
"description": "Configure timeout settings for bash command execution. Prevents long-running commands from hanging indefinitely while allowing sufficient time for complex operations like builds and deployments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 594,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "development-utils",
"path": "environment/development-utils.json",
"category": "environment",
"type": "setting",
"description": "Enhanced development environment configuration with useful utilities and debugging features. Includes built-in ripgrep usage, terminal title updates, and directory maintenance for improved developer experience.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2566,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "friday-deploy-warning",
"path": "environment/friday-deploy-warning.json",
"category": "environment",
"type": "setting",
"description": "Replaces the default spinner verbs with a humorous 'Don't Deploy On Fridays' reminder. Every time Claude is thinking, the spinner will display this message as a lighthearted warning against risky end-of-week deployments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-optimization",
"path": "environment/performance-optimization.json",
"category": "environment",
"type": "setting",
"description": "Optimize Claude Code performance by adjusting token limits and disabling non-essential features. Reduces API costs and improves response times for development workflows focused on code quality over conversational features.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4699,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "privacy-focused",
"path": "environment/privacy-focused.json",
"category": "environment",
"type": "setting",
"description": "Maximize privacy by disabling all telemetry, error reporting, and non-essential network traffic. Ideal for sensitive development environments or organizations with strict data privacy requirements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 390,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-flow-settings",
"path": "git/git-flow-settings.json",
"category": "git",
"type": "setting",
"description": "Complete Git Flow configuration with statusline, permissions, environment variables, and workflow enforcement. Displays real-time Git Flow status, prevents direct pushes to main/develop, allows feature/release/hotfix operations, and configures Git Flow branch naming conventions. Perfect for teams following Git Flow branching strategy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 149,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "aws-credentials",
"path": "global/aws-credentials.json",
"category": "global",
"type": "setting",
"description": "Configure AWS credential management for Bedrock integration. Set up custom scripts for credential refresh and export, useful for environments with rotating AWS credentials or SSO integration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 145,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "company-announcements",
"path": "global/company-announcements.json",
"category": "global",
"type": "setting",
"description": "Display custom company announcements in Claude Code. Replace the example messages in the 'companyAnnouncements' array with your own organization's announcements, guidelines, or reminders.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "custom-model",
"path": "global/custom-model.json",
"category": "global",
"type": "setting",
"description": "Override the default Claude model with a custom or alternative model configuration. Useful for testing new model versions or using organization-specific model deployments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-commit-settings",
"path": "global/git-commit-settings.json",
"category": "global",
"type": "setting",
"description": "Configure git commit behavior including the co-authored-by signature. Disable the Claude co-authorship line if you prefer clean commit history or have organizational policies against AI attribution.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1789,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "spinner-tips-override",
"path": "global/spinner-tips-override.json",
"category": "global",
"type": "setting",
"description": "Customize the spinner tips shown while Claude is thinking. Replace the example tip string in the 'tips' array with your own custom messages. Set 'excludeDefault: true' to show only your custom tips, or 'false' to mix them with the built-in ones.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "subagent-lifecycle-logger",
"path": "hooks/subagent-lifecycle-logger.json",
"category": "hooks",
"type": "setting",
"description": "Audit trail for subagent invocations using SubagentStart and SubagentStop lifecycle hooks. Every time Claude spawns or finishes a subagent, a timestamped JSON entry is appended to .claude/agent-log.jsonl — recording the agent name, event type, and ISO timestamp. Provides an offline, zero-dependency log for debugging multi-agent workflows, tracking which agents ran and in what order, and estimating AI usage per session.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "disable-risky-servers",
"path": "mcp/disable-risky-servers.json",
"category": "mcp",
"type": "setting",
"description": "Disable specific MCP servers that may pose security risks or are not needed for your workflow. This blacklist approach allows most servers while blocking potentially problematic integrations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 211,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "enable-all-project-servers",
"path": "mcp/enable-all-project-servers.json",
"category": "mcp",
"type": "setting",
"description": "Automatically approve and enable all MCP servers defined in project .mcp.json files. This setting bypasses manual approval prompts for project-defined MCP servers, streamlining development workflow in trusted environments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 702,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "enable-specific-servers",
"path": "mcp/enable-specific-servers.json",
"category": "mcp",
"type": "setting",
"description": "Enable only specific MCP servers from .mcp.json files. This provides granular control over which MCP integrations are active, allowing you to selectively enable trusted or required servers while blocking others.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 93,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "mcp-timeouts",
"path": "mcp/mcp-timeouts.json",
"category": "mcp",
"type": "setting",
"description": "Configure timeout settings for MCP server operations. Adjust startup and tool execution timeouts to accommodate slower systems or complex MCP server operations while preventing indefinite hangs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 373,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "use-haiku",
"path": "model/use-haiku.json",
"category": "model",
"type": "setting",
"description": "Configure Claude Code to use Claude 3.5 Haiku model for faster responses.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "use-sonnet",
"path": "model/use-sonnet.json",
"category": "model",
"type": "setting",
"description": "Configure Claude Code to use Claude 3.5 Sonnet model.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 88,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "glm-coding-plan",
"path": "partnerships/glm-coding-plan.json",
"category": "partnerships",
"type": "setting",
"description": "GLM Coding Plan - Top-tier open-source coding performance powered by GLM-4.6, the top-ranked model on Code Arena leaderboard. Starting at $3/month with state-of-the-art reasoning, debugging, and code generation. Seamlessly integrates with Claude Code and 10+ AI coding tools. Includes native MCP support for image recognition and web search. Get 10% OFF with code: https://z.ai/subscribe?ic=8JVLJQFSKB",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 284,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "additional-directories",
"path": "permissions/additional-directories.json",
"category": "permissions",
"type": "setting",
"description": "Grant access to additional directories outside the current project. Useful for monorepo setups, shared libraries, or when working with documentation stored in separate repositories.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 509,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "allow-git-operations",
"path": "permissions/allow-git-operations.json",
"category": "permissions",
"type": "setting",
"description": "Allow common git operations for version control workflow. Permits git status, diff, add, commit, and push operations while maintaining security by requiring explicit permission for potentially destructive operations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1099,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "allow-npm-commands",
"path": "permissions/allow-npm-commands.json",
"category": "permissions",
"type": "setting",
"description": "Allow common npm development commands (lint, test, build, start).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1818,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deny-sensitive-files",
"path": "permissions/deny-sensitive-files.json",
"category": "permissions",
"type": "setting",
"description": "Deny access to sensitive files like environment variables and secrets.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 217,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "development-mode",
"path": "permissions/development-mode.json",
"category": "permissions",
"type": "setting",
"description": "Comprehensive permissions for active development. Allows most development tools and operations while maintaining security boundaries. Ideal for trusted development environments where productivity is prioritized.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1947,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "read-only-mode",
"path": "permissions/read-only-mode.json",
"category": "permissions",
"type": "setting",
"description": "Restrict Claude to read-only operations for code review and analysis. Prevents any file modifications or command executions, making it safe for exploring unfamiliar codebases or conducting security audits.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 99,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "asset-pipeline-controller-statusline",
"path": "statusline/asset-pipeline-controller-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Asset pipeline controller monitoring texture processing, model optimization, audio compression, and platform-specific variants. Tracks asset processing queue status, file size optimizations, LOD generation progress, and compression ratios across different asset types for game development workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 60,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "bug-circus-statusline",
"path": "statusline/bug-circus-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Turn debugging into a circus performance! Watch performers juggle bugs while the audience reacts to your coding show with dynamic applause and reactions. Displays: Show number (incremental counter), Rotating performers (🤹 juggler, 🎭 drama, 🎪 circus, 🎨 artist, 🎯 target - cycles every 5 shows), Random audience reactions (👏 applause 30% chance, 😴 sleeping 70% chance for each of 3 audience members).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-casino-statusline",
"path": "statusline/code-casino-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Roll the dice with your code! Persistent chip tracking with wins and losses based on random dice rolls. Watch your coding fortune rise and fall. Displays: Chip count (starts at 100, persistent across session), Two random dice (1-6 each), Dice sum calculation, Game results (🎰 WIN +10 chips on 7 or 11, 💸 LOSE -5 chips on 2 or 12, 🎲 ROLL neutral on other sums).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "code-spaceship-statusline",
"path": "statusline/code-spaceship-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Navigate through space on your coding journey. Track fuel consumption, travel distance, and warp levels. The ship's condition reflects your coding momentum. Displays: Ship condition (🚀 full fuel 80%+, 🛸 low fuel 40-80%, 🆘 emergency <40%), Warp level (increases each time fuel depletes), Fuel percentage (decreases by 1% per interaction, refills to 100% when empty), Distance in light-years (+5ly per interaction), Random star field (⭐🌟✨ combinations).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 129,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "colorful-statusline",
"path": "statusline/colorful-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Colorful status line with ANSI color codes for enhanced visual appeal. Uses colors to distinguish between different information types: blue for model, green for directory, yellow for git branch.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2293,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "command-statusline",
"path": "statusline/command-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Configure a custom status line using a shell command that receives session context via JSON stdin. The script can display model name, current directory, git branch, or any dynamic information. Create your script at ~/.claude/statusline.sh and make it executable.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 312,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "context-monitor",
"path": "statusline/context-monitor.json",
"category": "statusline",
"type": "setting",
"description": "Real-time Claude Code context usage monitor with visual progress bars, color-coded alerts, session analytics (cost, duration, lines changed), and auto-compact warnings. Tracks conversation context consumption and provides visual feedback to prevent session interruptions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10286,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "data-ocean-statusline",
"path": "statusline/data-ocean-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Dive deep into an ocean of code. Track depth based on file count, encounter different sea creatures, and occasionally discover treasure while surfing the data waves. Displays: Random wave patterns (🌊 ocean, 🌀 whirlpool, 💧 droplet, ⚡ electric, 🔥 fire), Depth in meters (file count * 10 for .py/.js/.rs files), Sea creatures (🐋 whale >100m, 🐠 fish 50-100m, 🐟 small fish <50m), Rare treasure (💎 diamond 5% chance per interaction).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 55,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deadline-countdown",
"path": "statusline/deadline-countdown.json",
"category": "statusline",
"type": "setting",
"description": "Deadline day statusline with git branch, changed files count, and countdown timer to a configurable deadline. Color-coded urgency. Set DEADLINE_TIME env var (HH:MM, default 15:30) to customize.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "emotion-theater-statusline",
"path": "statusline/emotion-theater-statusline.json",
"category": "statusline",
"type": "setting",
"description": "A theatrical display of coding emotions and activities. Random mood faces and dynamic activity detection based on file types present in your project. Displays: Random mood faces (😴 sleepy, 😅 laughing, 🤔 thinking, 😎 cool, 🤯 exploding, 🥳 partying, 😤 huffing, 🤖 robotic), Programming activity (🐍 Python, 🌐 JavaScript, 🦀 Rust, 💻 generic), Random energy percentage (1-100%), Current time (HH:MM format).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 135,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "game-performance-monitor-statusline",
"path": "statusline/game-performance-monitor-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Game engine performance monitor tracking FPS targets, draw calls, memory usage, and build optimization. Displays target framerate compliance, polygon count optimization status, texture memory usage, build size tracking across platforms, and performance bottleneck alerts for game development.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 76,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-branch-statusline",
"path": "statusline/git-branch-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Display current model, directory, and git branch with change indicators in the status line. Shows model name, folder name, active branch, and count of uncommitted changes for complete development context.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1363,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-flow-status",
"path": "statusline/git-flow-status.json",
"category": "statusline",
"type": "setting",
"description": "Display comprehensive Git Flow status with branch type, sync status, and change indicators. Shows branch type icon (🌿 feature, 🚀 release, 🔥 hotfix), commits ahead/behind, modified/added/deleted files, and merge target branch.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 88,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "minimal-statusline",
"path": "statusline/minimal-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Simple minimal status line showing only model name and current directory. Clean and distraction-free display perfect for focused development sessions where you want minimal visual clutter.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "multiplatform-build-status-statusline",
"path": "statusline/multiplatform-build-status-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Multi-platform build status tracker for game development showing build completion across iOS, Android, PC, and WebGL platforms. Displays build progress percentages, platform-specific error counts, app store readiness indicators, and binary size compliance for each target platform.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-database-context",
"path": "statusline/neon-database-context.json",
"category": "statusline",
"type": "setting",
"description": "Neon database context statusline showing project name, active branch, compute state, and autoscaling CU range. Uses only Neon REST API (no SQL connections needed). Helps avoid mistakes like running migrations on the wrong branch. Setup: Export NEON_API_KEY and NEON_PROJECT_ID as environment variables, or add them to your project's .env file. Get your API key from console.neon.tech and project ID from your Neon dashboard.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-database-dev",
"path": "statusline/neon-database-dev.json",
"category": "statusline",
"type": "setting",
"description": "Development-focused Neon monitor showing connection status, response time, and database activity. Perfect for daily development work. Setup: Add variables to your project's .env file or export them: NEON_ENDPOINT, NEON_DATABASE, NEON_API_KEY, and NEON_PROJECT_ID. Shows connection state, response time, pool status, compute usage, environment detection, and project info for development workflow.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 67,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "neon-database-resources",
"path": "statusline/neon-database-resources.json",
"category": "statusline",
"type": "setting",
"description": "Resource-focused Neon monitor showing storage usage, compute consumption, and cost tracking. Perfect for monitoring resource usage and billing. Setup: Add variables to your project's .env file or export them: NEON_ENDPOINT, NEON_DATABASE, NEON_API_KEY, and NEON_PROJECT_ID. Shows storage usage, compute hours, estimated costs, activity metrics, and resource consumption tracking.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 61,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "productivity-rainbow-statusline",
"path": "statusline/productivity-rainbow-statusline.json",
"category": "statusline",
"type": "setting",
"description": "A colorful celebration of your coding journey. Dynamic rainbow colors that cycle with time, energy levels based on time of day, and productivity streaks. Displays: Rainbow symbol (🌈), Cycling colors (🔴🟠🟡🟢🔵🟣 changes every second based on current seconds), Time-based energy (☀️ Morning <12h, 🌤️ Afternoon 12-18h, 🌙 Evening >18h), Productivity streak (day of year modulo 100 for variety).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "programmer-tamagotchi-statusline",
"path": "statusline/programmer-tamagotchi-statusline.json",
"category": "statusline",
"type": "setting",
"description": "A virtual pet that evolves based on your coding activity. Health and happiness change over time, creating an emotional connection with your coding sessions. Displays: Pet emoji (🐱 healthy, 😺 good, 😿 tired, 💀 exhausted), Mood emoji (✨ very happy, 😊 happy, 😐 neutral, 😢 sad), HP (Health Points 0-100, decreases every 20 commits), Joy (Happiness 0-100, increases every 10 commits), Commits counter (tracks session activity).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "programming-fitness-tracker-statusline",
"path": "statusline/programming-fitness-tracker-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Track your coding fitness with steps and calories burned through programming. Earn badges and monitor your coding intensity levels. Displays: Activity intensity (🚶 walking 0-29% cycle, 🏃 running 30-69% cycle, 💨 sprinting 70%+ cycle), Steps counter (+1 per interaction), Calories burned (+2 per interaction), Achievement badges (🥉 bronze at 50 steps, 🏆 gold at 100 steps).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "project-info-statusline",
"path": "statusline/project-info-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Display comprehensive project information including model, directory, Node.js version, and Claude Code version. Perfect for multi-project environments where you need full context about your development setup.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 475,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "rpg-status-bar-statusline",
"path": "statusline/rpg-status-bar-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Level up your coding skills like in an RPG. Gain experience with each session, advance through classes from Novice to Archmage, and track your health and mana. Displays: Class progression (Novice 1-4, Wizard 5-9, Archmage 10+), Level (increases when XP reaches level*100), HP (Health Points 0-10, calculated from git changes: 10 minus uncommitted files), Mana (🔵 if package.json exists, ⚪ if not), XP (Experience Points, +3 per interaction, resets on level up).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "time-statusline",
"path": "statusline/time-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Status line with timestamp showing model, directory, and current time. Useful for tracking session duration and maintaining awareness of time during long coding sessions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 260,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "unity-project-dashboard-statusline",
"path": "statusline/unity-project-dashboard-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Unity project dashboard displaying scene info, build target, asset pipeline status, and Unity version. Shows current scene name, active platform (iOS/Android/PC/WebGL), asset processing queue status, memory usage warnings, and available Unity package updates. Detects Unity projects and provides real-time development metrics.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 115,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-deployment-monitor",
"path": "statusline/vercel-deployment-monitor.json",
"category": "statusline",
"type": "setting",
"description": "Real-time Vercel deployment monitor with clickable deploy link. Shows build status, time since last deployment, and a clickable OSC 8 hyperlink to the deployment URL (Cmd+click). Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (or manually replace $VERCEL_TOKEN and $VERCEL_PROJECT_ID in the command if you prefer not to use environment variables). Get your token from vercel.com/account/tokens and project ID from your Vercel dashboard.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 392,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-error-alert-system",
"path": "statusline/vercel-error-alert-system.json",
"category": "statusline",
"type": "setting",
"description": "Intelligent error monitoring system that tracks deployment failures and build issues. Automatically sends desktop notifications when errors are detected and maintains error count tracking. Features building status monitoring and provides immediate alerts for deployment problems, helping you catch issues quickly. Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (or manually replace $VERCEL_TOKEN and $VERCEL_PROJECT_ID in the command if you prefer not to use environment variables). Get your token from vercel.com/account/tokens and project ID from your Vercel dashboard. Desktop notifications work on macOS.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 85,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-multi-env-status",
"path": "statusline/vercel-multi-env-status.json",
"category": "statusline",
"type": "setting",
"description": "Monitors both production and preview environments simultaneously with color-coded status indicators. Perfect for teams managing multiple deployment targets. Shows real-time status of your latest production and preview deployments with green/yellow/red indicators for quick visual assessment. Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (or manually replace $VERCEL_TOKEN and $VERCEL_PROJECT_ID in the command if you prefer not to use environment variables). Get your token from vercel.com/account/tokens and project ID from your Vercel dashboard.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 86,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "virtual-code-garden-statusline",
"path": "statusline/virtual-code-garden-statusline.json",
"category": "statusline",
"type": "setting",
"description": "Watch your code garden grow with each session. Plants evolve from seeds to trees based on your activity, with dynamic weather effects. Displays: Plant stages (🌱 seed 0-9, 🌿 sprout 10-19, 🍃 sapling 20-29, 🌳 tree 30-39, 🌺 flower 40+), Weather (🌧️ rainy every 7 growth points, ☀️ sunny every 5 points, ⛅ cloudy default), Garden Level (stage number), Growth counter (total session interactions).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 89,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "zero-config-deployment-monitor",
"path": "statusline/zero-config-deployment-monitor.json",
"category": "statusline",
"type": "setting",
"description": "Auto-detecting Vercel deployment monitor with zero configuration required. Automatically discovers your Vercel auth token from CLI config (macOS: ~/Library/Application Support/com.vercel.cli/auth.json, Linux: ~/.config/vercel/auth.json, Windows: %APPDATA%/vercel/auth.json) and project ID from .vercel/project.json. Shows real-time deployment status, build state icons, deployment URL preview, and time elapsed since last deployment. Falls back gracefully to environment variables VERCEL_TOKEN and VERCEL_PROJECT_ID if auto-detection fails. Works across all platforms without any manual setup.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 84,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "custom-telemetry",
"path": "telemetry/custom-telemetry.json",
"category": "telemetry",
"type": "setting",
"description": "Custom telemetry configuration with different endpoint.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "disable-telemetry",
"path": "telemetry/disable-telemetry.json",
"category": "telemetry",
"type": "setting",
"description": "Disable Claude Code telemetry for privacy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 723,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "enable-telemetry",
"path": "telemetry/enable-telemetry.json",
"category": "telemetry",
"type": "setting",
"description": "Enable Claude Code telemetry for usage analytics and improvements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 137,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "langsmith-tracing",
"path": "telemetry/langsmith-tracing.json",
"category": "telemetry",
"type": "setting",
"description": "Configure LangSmith tracing environment variables for Claude Code observability. Sends conversation traces to LangSmith for monitoring and analysis. Requires: LangSmith account and API key from https://smith.langchain.com/settings/apikeys. After installation, replace YOUR_API_KEY_HERE with your actual API key (starts with lsv2_pt_). Set TRACE_TO_LANGSMITH to false to disable tracing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 85,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
}
],
"hooks": [
{
"name": "agents-md-loader",
"path": "automation/agents-md-loader.json",
"category": "automation",
"type": "hook",
"description": "Automatically loads AGENTS.md configuration file content at session start to ensure Claude Code follows project-specific agent behavior. Only loads if AGENTS.md exists, otherwise passes empty context. Supports the universal AGENTS.md standard for cross-platform AI assistant compatibility.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 993,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "build-on-change",
"path": "automation/build-on-change.json",
"category": "automation",
"type": "hook",
"description": "Automatically trigger build processes when source files change. Detects common build tools and runs appropriate build commands.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 672,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "change-logger",
"path": "automation/change-logger.json",
"category": "automation",
"type": "hook",
"description": "Log every file mutation to CSV for demo prep. Records timestamp, tool, file path, action, and details for Edit, MultiEdit, Write, and Bash operations. Output: .claude/critical_log_changes.csv",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 78,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dependency-checker",
"path": "automation/dependency-checker.json",
"category": "automation",
"type": "hook",
"description": "Advanced dependency analysis and security checking. Monitors for outdated packages, security vulnerabilities, and license compatibility.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1520,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "deployment-health-monitor",
"path": "automation/deployment-health-monitor.json",
"category": "automation",
"type": "hook",
"description": "Monitor deployment status, error rates, and performance metrics, sending notifications for failed deployments or performance degradation. Tracks Vercel deployment health, monitors build success/failure rates, and provides alerts for deployment issues. Setup: Export 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (get from vercel.com/account/tokens and Vercel dashboard).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 263,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "discord-detailed-notifications",
"path": "automation/discord-detailed-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send detailed Discord notifications with session information when Claude Code finishes. Includes working directory, session duration, and system info with rich embeds. Requires DISCORD_WEBHOOK_URL environment variable.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 153,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "discord-error-notifications",
"path": "automation/discord-error-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send Discord notifications when Claude Code encounters long-running operations or when tools take significant time. Helps monitor productivity and catch potential issues with rich embeds. Requires DISCORD_WEBHOOK_URL environment variable.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "discord-notifications",
"path": "automation/discord-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send Discord notifications when Claude Code finishes working. Requires DISCORD_WEBHOOK_URL environment variable. Get webhook URL from Discord Server Settings -> Integrations -> Webhooks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 115,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "plan-mode-game",
"path": "automation/plan-mode-game.json",
"category": "automation",
"type": "hook",
"description": "Play games while Claude plans. Launches a browser game (Dino Runner, Snake, or Flappy Bird) automatically when Claude enters Plan Mode via EnterPlanMode or /plan. A live activity panel shows Claude's tool calls in real time. The game pauses when Claude needs input (AskUserQuestion) and shows a completion screen with confetti when the plan is done. Scores are saved locally and can be shared via a signed verification URL. Requires Node.js and curl. macOS only (uses 'open' to launch browser). Install globally so it works across all projects.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "simple-notifications",
"path": "automation/simple-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send desktop notifications when Claude Code finishes working or needs user input. Works on macOS and Linux systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6623,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "slack-detailed-notifications",
"path": "automation/slack-detailed-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send detailed Slack notifications with session information when Claude Code finishes. Includes working directory, session duration, and system info. Requires SLACK_WEBHOOK_URL environment variable.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 158,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "slack-error-notifications",
"path": "automation/slack-error-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send Slack notifications when Claude Code encounters long-running operations or when tools take significant time. Helps monitor productivity and catch potential issues. Requires SLACK_WEBHOOK_URL environment variable.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 122,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "slack-notifications",
"path": "automation/slack-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send Slack notifications when Claude Code finishes working. Requires SLACK_WEBHOOK_URL environment variable. Get webhook URL from Slack App settings -> Incoming Webhooks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 190,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "telegram-detailed-notifications",
"path": "automation/telegram-detailed-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send detailed Telegram notifications with session information when Claude Code finishes. Includes working directory, session duration, and system info. Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 344,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "telegram-error-notifications",
"path": "automation/telegram-error-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send Telegram notifications when Claude Code encounters long-running operations or when tools take significant time. Helps monitor productivity and catch potential issues. Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "telegram-notifications",
"path": "automation/telegram-notifications.json",
"category": "automation",
"type": "hook",
"description": "Send Telegram notifications when Claude Code finishes working. Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables. Get bot token from @BotFather, get chat ID by messaging the bot and visiting https://api.telegram.org/bot/getUpdates",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 680,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "telegram-pr-webhook",
"path": "automation/telegram-pr-webhook.json",
"category": "automation",
"type": "hook",
"description": "Send Telegram notification when a new PR is created via gh pr create. Includes PR URL and Vercel preview URL. Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables. Optionally set VERCEL_PROJECT_NAME and VERCEL_TEAM_SLUG to construct the Vercel preview URL automatically.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 73,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-auto-deploy",
"path": "automation/vercel-auto-deploy.json",
"category": "automation",
"type": "hook",
"description": "Automatically trigger Vercel deployments when code changes are committed, with environment-specific deployment strategies and rollback on failure. Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (get your token from vercel.com/account/tokens and project ID from your Vercel dashboard). Hook triggers on PostToolUse for Write, Edit, and MultiEdit operations affecting source code files.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 275,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "vercel-environment-sync",
"path": "automation/vercel-environment-sync.json",
"category": "automation",
"type": "hook",
"description": "Synchronize environment variables between local development and Vercel deployments, ensuring consistency across all environments. Detects changes to .env files and provides options to sync with Vercel, validates environment variable format, and ensures required variables are present. Setup: Export 'export VERCEL_TOKEN=your_token' (get from vercel.com/account/tokens).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 185,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "change-tracker",
"path": "development-tools/change-tracker.json",
"category": "development-tools",
"type": "hook",
"description": "Track file changes in a simple log. Records which files were modified and when for easy tracking of Claude Code activity.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1067,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "command-logger",
"path": "development-tools/command-logger.json",
"category": "development-tools",
"type": "hook",
"description": "Log all Claude Code commands to a file for audit and debugging purposes. Simple logging that records tool usage with timestamps.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 661,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "debug-window",
"path": "development-tools/debug-window.json",
"category": "development-tools",
"type": "hook",
"description": "Auto Debug Log Viewer. Opens a live-tailing debug log window when Claude Code starts with --debug or -d flag. The window closes automatically on session end. To keep the debug window open after session ends, set DEBUG_WINDOW_AUTO_CLOSE_DISABLE=1 in your settings.json. Tested on Intel Mac. Supports macOS, Linux, and Windows (Git Bash/Cygwin). Contributions from other platform users are welcome.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 116,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "edit-audit-log",
"path": "development-tools/edit-audit-log.json",
"category": "development-tools",
"type": "hook",
"description": "Log all file edits to a project-local audit file with timestamps. Records every Edit tool usage to .claude/edit-log.txt for tracking changes across sessions. Requires jq.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 45,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "file-backup",
"path": "development-tools/file-backup.json",
"category": "development-tools",
"type": "hook",
"description": "Automatically backup files before editing. Creates timestamped backups in a .backups directory when files are modified.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 704,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "lint-on-save",
"path": "development-tools/lint-on-save.json",
"category": "development-tools",
"type": "hook",
"description": "Automatically run linting tools after file modifications. Supports ESLint for JavaScript/TypeScript, Pylint for Python, and RuboCop for Ruby.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2095,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nextjs-code-quality-enforcer",
"path": "development-tools/nextjs-code-quality-enforcer.json",
"category": "development-tools",
"type": "hook",
"description": "Enforce Next.js best practices, proper file structure, component patterns, and TypeScript usage with automated code reviews and suggestions. Validates Next.js App Router conventions, Server/Client component patterns, proper imports, and TypeScript usage. Provides real-time feedback on code quality and adherence to Next.js best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1422,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "smart-formatting",
"path": "development-tools/smart-formatting.json",
"category": "development-tools",
"type": "hook",
"description": "Smart code formatting based on file type. Automatically formats code using Prettier, Black, gofmt, rustfmt, and other language-specific formatters.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1940,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "worktree-ghostty",
"path": "development-tools/worktree-ghostty.json",
"category": "development-tools",
"type": "hook",
"description": "Worktree Ghostty Layout. Opens a 3-panel Ghostty layout when creating worktrees: Claude Code (left) | lazygit (top-right) / yazi (bottom-right). Creates worktrees in a sibling directory (../worktrees///) and cleans up on removal. macOS only. Requires: jq, Ghostty terminal, lazygit, yazi. Ghostty keybindings required: super+d = new_split:right, super+shift+d = new_split:down.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "auto-git-add",
"path": "git-workflow/auto-git-add.json",
"category": "git-workflow",
"type": "hook",
"description": "Automatically stage modified files with git add after editing. Helps maintain a clean git workflow by staging changes as they're made.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 767,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "smart-commit",
"path": "git-workflow/smart-commit.json",
"category": "git-workflow",
"type": "hook",
"description": "Intelligent git commit creation with automatic message generation and validation. Creates meaningful commits based on file changes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2335,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "conventional-commits",
"path": "git/conventional-commits.json",
"category": "git",
"type": "hook",
"description": "Enforce conventional commit message format for all git commits. Validates commit messages follow the pattern: type(scope): description. Supported types: feat, fix, docs, style, refactor, perf, test, chore, ci, build, revert. Ensures consistent commit history for changelog generation and semantic versioning.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 431,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "prevent-direct-push",
"path": "git/prevent-direct-push.json",
"category": "git",
"type": "hook",
"description": "Prevent direct pushes to protected branches (main, develop). Blocks git push commands targeting main or develop branches to enforce Git Flow workflow. Requires using feature/release/hotfix branches and pull requests instead of direct commits to protected branches.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 259,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "validate-branch-name",
"path": "git/validate-branch-name.json",
"category": "git",
"type": "hook",
"description": "Validate Git Flow branch naming conventions before checkout. Ensures branches follow the pattern: feature/*, release/v*.*.*, hotfix/*. Prevents creation of branches that don't follow Git Flow standards.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 257,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "context-timeline",
"path": "monitoring/context-timeline.json",
"category": "monitoring",
"type": "hook",
"description": "Real-time browser visualization of Claude Code's context window and subagent/tool execution as a git-graph timeline. Opens http://localhost:7878 on SessionStart with a vertical timeline (most recent on top), one column per agent (main + subagents branching from their Task tool call). Tool calls are color-coded by type (Read=green, Edit/Write=orange, Bash=red, Grep/Glob=cyan, Task=purple, Web=yellow, MCP=gray). Right sidebar shows context-window usage (tokens/200K) with cache_read/cache_creation/input/output breakdown plus per-subagent mini-context. Reads ~/.claude/projects//.jsonl directly — no data replication, no network calls. Pure stdlib Python, zero pip dependencies. Persistent daemon HTTP server on port 7878 (auto-fallback 7879-7888 if busy; override with CONTEXT_TIMELINE_PORT env var). Watchdog auto-shutdown after 1h of inactivity. Disable browser auto-open with CONTEXT_TIMELINE_NO_BROWSER=1. Manual shutdown: python3 .claude/hooks/context-timeline.py --shutdown",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 803,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "desktop-notification-on-stop",
"path": "monitoring/desktop-notification-on-stop.json",
"category": "monitoring",
"type": "hook",
"description": "Sends a native desktop notification when Claude Code finishes responding. Uses the Stop hook event so you get a single notification per response instead of one per tool call (which is very noisy with PostToolUse). Supports macOS (osascript) and Linux (notify-send). Useful when you switch to another window while Claude works — you'll get a notification when it's ready for your input.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 113,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "langsmith-tracing",
"path": "monitoring/langsmith-tracing.json",
"category": "monitoring",
"type": "hook",
"description": "Automatically send Claude Code conversation traces to LangSmith for monitoring and analysis. Prerequisites: jq (brew install jq on macOS or sudo apt-get install jq on Linux), curl and uuidgen (usually pre-installed), LangSmith account and API key. Configuration: Install langsmith-tracing setting (npx claude-code-templates@latest --setting telemetry/langsmith-tracing) or manually add to .claude/settings.local.json the following environment variables: TRACE_TO_LANGSMITH=true, CC_LANGSMITH_API_KEY=lsv2_pt_..., CC_LANGSMITH_PROJECT=project-name, CC_LANGSMITH_DEBUG=true (optional). How it works: Runs in background on Stop event after each Claude response, reads conversation transcript, converts to LangSmith format, sends to LangSmith API, groups by thread_id for session continuity. Debugging: Check logs at ~/.claude/state/hook.log. Privacy note: System prompts not included in traces.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 130,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-budget-guard",
"path": "performance/performance-budget-guard.json",
"category": "performance",
"type": "hook",
"description": "Monitor bundle size and Core Web Vitals metrics during development, blocking deployments that exceed performance budgets with detailed reports. Automatically analyzes Next.js build output, checks bundle sizes against predefined budgets, and provides optimization recommendations. Hook triggers on PostToolUse for build-related operations and file changes that could affect performance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 235,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "performance-monitor",
"path": "performance/performance-monitor.json",
"category": "performance",
"type": "hook",
"description": "Monitor system performance during Claude Code operations. Tracks CPU, memory usage, and execution time for performance optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 624,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "format-javascript-files",
"path": "post-tool/format-javascript-files.json",
"category": "post-tool",
"type": "hook",
"description": "Automatically format JavaScript/TypeScript files after any Edit operation using prettier. This hook runs 'npx prettier --write' on any .js, .ts, .jsx, or .tsx file that Claude modifies, ensuring consistent code formatting. Uses npx so prettier doesn't need to be globally installed. Includes error suppression so it won't fail if prettier is not available.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 504,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "format-python-files",
"path": "post-tool/format-python-files.json",
"category": "post-tool",
"type": "hook",
"description": "Automatically format Python files after any Edit operation using black formatter. This hook runs 'black' on any .py file that Claude modifies, ensuring consistent Python code formatting. Requires black to be installed ('pip install black'). The command includes error suppression (2>/dev/null || true) so it won't fail if black is not installed.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 878,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "git-add-changes",
"path": "post-tool/git-add-changes.json",
"category": "post-tool",
"type": "hook",
"description": "Automatically stage changes in git after file modifications for easier commit workflow. This hook runs 'git add' on any file that Claude edits or writes, automatically staging changes for the next commit. Includes error suppression so it won't fail in non-git repositories. Helps streamline the development workflow by preparing files for commit.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 336,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "run-tests-after-changes",
"path": "post-tool/run-tests-after-changes.json",
"category": "post-tool",
"type": "hook",
"description": "Automatically run quick tests after code modifications to ensure nothing breaks. This hook executes 'npm run test:quick' silently after any Edit operation and provides feedback on test status. Helps catch breaking changes immediately during development. Only runs if package.json exists and the test:quick script is available.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1345,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "backup-before-edit",
"path": "pre-tool/backup-before-edit.json",
"category": "pre-tool",
"type": "hook",
"description": "Create automatic backup of files before any Edit operation for safety. This hook creates a timestamped backup copy (filename.backup.timestamp) of any existing file before Claude modifies it. Provides a safety net to recover previous versions if needed. Only backs up existing files, includes error suppression to handle edge cases gracefully.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 967,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "console-log-cleaner",
"path": "pre-tool/console-log-cleaner.json",
"category": "pre-tool",
"type": "hook",
"description": "Warns about console.log statements when editing files on production branches (main/master). Helps prevent debug code from reaching production.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "notify-before-bash",
"path": "pre-tool/notify-before-bash.json",
"category": "pre-tool",
"type": "hook",
"description": "Show notification before any Bash command execution for security awareness. This hook displays a simple echo message '🔔 About to run bash command...' before Claude executes any bash command, giving you visibility into when system commands are about to run. Useful for monitoring and auditing command execution.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 147,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "update-search-year",
"path": "pre-tool/update-search-year.json",
"category": "pre-tool",
"type": "hook",
"description": "Automatically adds current year to WebSearch queries when no year is specified. This hook intercepts WebSearch tool usage and appends the current year to queries that don't already contain a year, ensuring search results are current and relevant.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1992,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "plan-gate",
"path": "quality-gates/plan-gate.json",
"category": "quality-gates",
"type": "hook",
"description": "Planning gate that warns when editing production code without an approved specification. Checks for recent .spec.md files in the project directory (last 14 days). If no spec is found, shows a warning suggesting to create one first. Non-blocking (exit 0) — acts as a reminder, not a hard gate. Supports 16 programming languages. Part of the Spec-Driven Development (SDD) methodology where every implementation should be backed by an approved specification.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "scope-guard",
"path": "quality-gates/scope-guard.json",
"category": "quality-gates",
"type": "hook",
"description": "Scope guard that detects files modified outside the declared scope of a specification. When a .spec.md file contains a 'Files to Create/Modify' section, this hook compares git-modified files against the declared list. Files outside scope trigger a warning (non-blocking). Automatically excludes test files, config files, infrastructure files, and documentation. Essential for Spec-Driven Development to prevent scope creep during implementation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 116,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tdd-gate",
"path": "quality-gates/tdd-gate.json",
"category": "quality-gates",
"type": "hook",
"description": "Test-Driven Development enforcement hook. Blocks editing production code files (.cs, .py, .ts, .go, .rs, .rb, .php, .java, .kt, .swift, .dart) unless a corresponding test file exists. Forces the TDD workflow: write tests first, then implement. Automatically skips config files, migrations, DTOs, test files themselves, and infrastructure files. Looks for test files with common naming patterns (MyClassTest.ext, my-class.test.ext, my_class_test.ext, test_my_class.ext). Inspired by pm-workspace's Spec-Driven Development methodology.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ai-bash-guard",
"path": "security/ai-bash-guard.json",
"category": "security",
"type": "hook",
"description": "AI-powered bash command security guard. Before any Bash command runs, a lightweight Claude subagent evaluates it for destructive or irreversible patterns — recursive deletes, force pushes to protected branches, database drops, and credential exposure — and blocks execution with a clear explanation if flagged. Uses PreToolUse with type:agent, which is the only hook pattern that can block tool execution via AI reasoning.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "dangerous-command-blocker",
"path": "security/dangerous-command-blocker.json",
"category": "security",
"type": "hook",
"description": "Advanced protection against dangerous shell commands with multi-level security. Blocks catastrophic operations (rm -rf /, dd, mkfs), protects critical paths (.claude/, .git/, node_modules/), and warns about suspicious patterns. Features: catastrophic command blocking, critical path protection, smart pattern detection, and detailed safety messages.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 835,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "env-file-protection",
"path": "security/env-file-protection.json",
"category": "security",
"type": "hook",
"description": "Prevent writing to .env files using the if condition for lightweight filtering. Blocks any Write tool call targeting .env* files, protecting secrets from accidental overwrites. Uses the if field to avoid spawning a process unless the file pattern matches.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "file-protection",
"path": "security/file-protection.json",
"category": "security",
"type": "hook",
"description": "Protect critical files from accidental modification. Prevents editing of important system files, configuration files, and production code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1255,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "force-push-blocker",
"path": "security/force-push-blocker.json",
"category": "security",
"type": "hook",
"description": "Block git force push commands using the if condition for efficient filtering. Prevents accidental force pushes that can overwrite remote history. Covers --force, --force-with-lease, and the -f shorthand.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 71,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "secret-scanner",
"path": "security/secret-scanner.json",
"category": "security",
"type": "hook",
"description": "Automatically detects hardcoded secrets before git commits. Scans for API keys from 30+ providers (Anthropic: sk-ant-..., OpenAI: sk-..., AWS: AKIA..., Stripe: sk_live_..., Google: AIza..., GitHub: ghp_..., Vercel, Supabase, Hugging Face: hf_..., Replicate: r8_..., Groq: gsk_..., Databricks: dapi..., GitLab, DigitalOcean, npm, PyPI, and more), tokens, passwords, private keys, and database credentials. Blocks commits containing secrets and suggests using environment variables instead.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 742,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "security-scanner",
"path": "security/security-scanner.json",
"category": "security",
"type": "hook",
"description": "Scan code for security vulnerabilities and secrets after modifications. Uses multiple security tools to detect potential issues.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1368,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "shell-wrapper-guard",
"path": "security/shell-wrapper-guard.json",
"category": "security",
"type": "hook",
"description": "Detects destructive commands hidden inside shell wrappers (sh -c, bash -c, python3 -c, node -e, perl -e, ruby -e). Complements dangerous-command-blocker by catching bypass vectors like 'sh -c \"rm -rf /\"' that evade direct command checks. Covers 8 bypass patterns: interpreter one-liners, nested wrappers, pipe-to-shell, here-strings, and env-based wrappers.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 122,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-runner",
"path": "testing/test-runner.json",
"category": "testing",
"type": "hook",
"description": "Automatically run relevant tests after code changes. Detects test files and runs appropriate test commands based on file extensions and project structure.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 628,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
}
],
"sandbox": [
{
"name": "IMPLEMENTATION_SUMMARY",
"path": "cloudflare/IMPLEMENTATION_SUMMARY.md",
"category": "cloudflare",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "QUICKSTART",
"path": "cloudflare/QUICKSTART.md",
"category": "cloudflare",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "README",
"path": "cloudflare/README.md",
"category": "cloudflare",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "SANDBOX_DEBUGGING",
"path": "cloudflare/SANDBOX_DEBUGGING.md",
"category": "cloudflare",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "claude-code-sandbox",
"path": "cloudflare/claude-code-sandbox.md",
"category": "cloudflare",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "package",
"path": "cloudflare/package.json",
"category": "cloudflare",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "tsconfig",
"path": "cloudflare/tsconfig.json",
"category": "cloudflare",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "README",
"path": "docker/README.md",
"category": "docker",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "package",
"path": "docker/package.json",
"category": "docker",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "SANDBOX_DEBUGGING",
"path": "e2b/SANDBOX_DEBUGGING.md",
"category": "e2b",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "claude-code-sandbox",
"path": "e2b/claude-code-sandbox.md",
"category": "e2b",
"type": "sandbo",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
}
],
"skills": [
{
"name": "agent-management",
"path": "ai-maestro/agent-management",
"category": "ai-maestro",
"type": "skill",
"description": "Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to \"create agent\", \"list agents\", \"delete agent\", \"hibernate agent\", \"wake agent\", \"install plugin\", \"show agent\", \"restart agent\", or any agent lifecycle management task.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 329,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agent-messaging",
"path": "ai-maestro/agent-messaging",
"category": "ai-maestro",
"type": "skill",
"description": "Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to \"send a message to an agent\", \"check agent inbox\", \"message another agent\", \"reply to a message\", \"notify an agent\", or any inter-agent communication task.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 124,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "docs-search",
"path": "ai-maestro/docs-search",
"category": "ai-maestro",
"type": "skill",
"description": "Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to \"search docs\", \"find documentation\", \"look up a function\", \"check the API\", or before implementing changes to verify correct signatures and patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 128,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "graph-query",
"path": "ai-maestro/graph-query",
"category": "ai-maestro",
"type": "skill",
"description": "Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to \"find callers\", \"check dependencies\", \"what uses this\", \"show relationships\", \"find serializers\", or when reading code and needing to understand what depends on a component before modifications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 97,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "memory-search",
"path": "ai-maestro/memory-search",
"category": "ai-maestro",
"type": "skill",
"description": "Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to \"search memory\", \"what did we discuss\", \"remember when\", \"find previous conversation\", \"check history\", or before starting work to recall prior decisions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 227,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "planning",
"path": "ai-maestro/planning",
"category": "ai-maestro",
"type": "skill",
"description": "Create and manage persistent markdown planning files for structured task execution. Use when the user asks to \"create a plan\", \"track progress\", \"start a research project\", or when a task requires more than 5 tool calls and needs structured phase tracking to stay focused and avoid goal drift.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 363,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agent-evaluation",
"path": "ai-research/agent-evaluation",
"category": "ai-research",
"type": "skill",
"description": "\"Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 210,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agent-manager-skill",
"path": "ai-research/agent-manager-skill",
"category": "ai-research",
"type": "skill",
"description": "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 234,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agent-memory-mcp",
"path": "ai-research/agent-memory-mcp",
"category": "ai-research",
"type": "skill",
"description": "A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).",
"author": "Amit Rathiesh",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 155,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agent-memory-systems",
"path": "ai-research/agent-memory-systems",
"category": "ai-research",
"type": "skill",
"description": "\"Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 552,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agent-tool-builder",
"path": "ai-research/agent-tool-builder",
"category": "ai-research",
"type": "skill",
"description": "\"Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 221,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agents-autogpt",
"path": "ai-research/agents-autogpt",
"category": "ai-research",
"type": "skill",
"description": "Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Agents",
"AutoGPT",
"Autonomous Agents",
"Workflow Automation",
"Visual Builder",
"AI Platform"
],
"downloads": 201,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "agents-crewai",
"path": "ai-research/agents-crewai",
"category": "ai-research",
"type": "skill",
"description": "Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Agents",
"CrewAI",
"Multi-Agent",
"Orchestration",
"Collaboration",
"Role-Based",
"Autonomous",
"Workflows",
"Memory",
"Production"
],
"downloads": 207,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/flows.md",
"references/tools.md",
"references/troubleshooting.md"
]
},
{
"name": "agents-langchain",
"path": "ai-research/agents-langchain",
"category": "ai-research",
"type": "skill",
"description": "Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Agents",
"LangChain",
"RAG",
"Tool Calling",
"ReAct",
"Memory Management",
"Vector Stores",
"LLM Applications",
"Chatbots",
"Production"
],
"downloads": 604,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/agents.md",
"references/integration.md",
"references/rag.md"
]
},
{
"name": "agents-llamaindex",
"path": "ai-research/agents-llamaindex",
"category": "ai-research",
"type": "skill",
"description": "Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM applications.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Agents",
"LlamaIndex",
"RAG",
"Document Ingestion",
"Vector Indices",
"Query Engines",
"Knowledge Retrieval",
"Data Framework",
"Multimodal",
"Private Data",
"Connectors"
],
"downloads": 119,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/agents.md",
"references/data_connectors.md",
"references/query_engines.md"
]
},
{
"name": "ai-agents-architect",
"path": "ai-research/ai-agents-architect",
"category": "ai-research",
"type": "skill",
"description": "\"Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool use, function calling.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 513,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "autonomous-agent-patterns",
"path": "ai-research/autonomous-agent-patterns",
"category": "ai-research",
"type": "skill",
"description": "\"Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous coding assistants.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 122,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "autonomous-agents",
"path": "ai-research/autonomous-agents",
"category": "ai-research",
"type": "skill",
"description": "\"Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 207,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "behavioral-modes",
"path": "ai-research/behavioral-modes",
"category": "ai-research",
"type": "skill",
"description": "AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 67,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "claude-code-guide",
"path": "ai-research/claude-code-guide",
"category": "ai-research",
"type": "skill",
"description": "Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies \"Thinking\" keywords, debugging techniques, and best practices for interacting with the agent.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 493,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "computer-use-agents",
"path": "ai-research/computer-use-agents",
"category": "ai-research",
"type": "skill",
"description": "\"Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use when: computer use, desktop automation agent, screen control AI, vision-based agent, GUI automation.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 111,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "context-window-management",
"path": "ai-research/context-window-management",
"category": "ai-research",
"type": "skill",
"description": "\"Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 152,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "context7-auto-research",
"path": "ai-research/context7-auto-research",
"category": "ai-research",
"type": "skill",
"description": "Automatically fetch latest library/framework documentation for Claude Code via Context7 API",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 382,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "conversation-memory",
"path": "ai-research/conversation-memory",
"category": "ai-research",
"type": "skill",
"description": "\"Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 225,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "crewai",
"path": "ai-research/crewai",
"category": "ai-research",
"type": "skill",
"description": "\"Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (sequential, hierarchical, parallel), memory systems, and flows for complex workflows. Essential for building collaborative AI agent teams. Use when: crewai, multi-agent team, agent roles, crew of agents, role-based agents.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 69,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "data-engineer",
"path": "ai-research/data-engineer",
"category": "ai-research",
"type": "skill",
"description": "Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 69,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "data-processing-nemo-curator",
"path": "ai-research/data-processing-nemo-curator",
"category": "ai-research",
"type": "skill",
"description": "GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Data Processing",
"NeMo Curator",
"Data Curation",
"GPU Acceleration",
"Deduplication",
"Quality Filtering",
"NVIDIA",
"RAPIDS",
"PII Redaction",
"Multimodal",
"LLM Training Data"
],
"downloads": 65,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/deduplication.md",
"references/filtering.md"
]
},
{
"name": "data-processing-ray-data",
"path": "ai-research/data-processing-ray-data",
"category": "ai-research",
"type": "skill",
"description": "Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Data Processing",
"Ray Data",
"Distributed Computing",
"ML Pipelines",
"Batch Inference",
"ETL",
"Scalable",
"Ray",
"PyTorch",
"TensorFlow"
],
"downloads": 70,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/integration.md",
"references/transformations.md"
]
},
{
"name": "data-scientist",
"path": "ai-research/data-scientist",
"category": "ai-research",
"type": "skill",
"description": "Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 193,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "datadog-cli",
"path": "ai-research/datadog-cli",
"category": "ai-research",
"type": "skill",
"description": "Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 39,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/dashboards.md",
"references/logs-commands.md",
"references/metrics.md",
"references/query-syntax.md",
"references/workflows.md"
]
},
{
"name": "deep-research",
"path": "ai-research/deep-research",
"category": "ai-research",
"type": "skill",
"description": "\"Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 71,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "deep-research-notebooklm",
"path": "ai-research/deep-research-notebooklm",
"category": "ai-research",
"type": "skill",
"description": "\"Deep research skill powered by NotebookLM MCP. Conducts structured multi-source research (market analysis, competitive intel, trend analysis, prospect research) using Google NotebookLM as the research engine, then delivers formatted briefs and optional studio artifacts (slides, audio podcasts, videos, infographics, reports, mind maps).\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"research-brief-template.md"
]
},
{
"name": "dispatching-parallel-agents",
"path": "ai-research/dispatching-parallel-agents",
"category": "ai-research",
"type": "skill",
"description": "Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 66,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "distributed-training-accelerate",
"path": "ai-research/distributed-training-accelerate",
"category": "ai-research",
"type": "skill",
"description": "Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Distributed Training",
"HuggingFace",
"Accelerate",
"DeepSpeed",
"FSDP",
"Mixed Precision",
"PyTorch",
"DDP",
"Unified API",
"Simple"
],
"downloads": 66,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/custom-plugins.md",
"references/megatron-integration.md",
"references/performance.md"
]
},
{
"name": "distributed-training-deepspeed",
"path": "ai-research/distributed-training-deepspeed",
"category": "ai-research",
"type": "skill",
"description": "Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"DeepSpeed",
"Distributed Training",
"ZeRO",
"Pipeline Parallelism",
"Mixed Precision",
"Optimization",
"Microsoft",
"Large-Scale Training",
"FP16",
"FP8"
],
"downloads": 57,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/08.md",
"references/09.md",
"references/2020.md",
"references/2023.md",
"references/assets.md",
"references/index.md",
"references/mii.md",
"references/other.md",
"references/tutorials.md"
]
},
{
"name": "distributed-training-megatron-core",
"path": "ai-research/distributed-training-megatron-core",
"category": "ai-research",
"type": "skill",
"description": "Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Megatron-Core",
"Large-Scale Training",
"NVIDIA",
"Tensor Parallelism",
"Pipeline Parallelism",
"Model Parallelism",
"H100",
"Distributed Training",
"Production"
],
"downloads": 51,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/benchmarks.md",
"references/parallelism-guide.md",
"references/production-examples.md",
"references/training-recipes.md"
]
},
{
"name": "distributed-training-pytorch-fsdp",
"path": "ai-research/distributed-training-pytorch-fsdp",
"category": "ai-research",
"type": "skill",
"description": "Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Distributed Training",
"PyTorch",
"FSDP",
"Data Parallel",
"Sharding",
"Mixed Precision",
"CPU Offloading",
"FSDP2",
"Large-Scale Training"
],
"downloads": 55,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/index.md",
"references/other.md"
]
},
{
"name": "distributed-training-pytorch-lightning",
"path": "ai-research/distributed-training-pytorch-lightning",
"category": "ai-research",
"type": "skill",
"description": "High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"PyTorch Lightning",
"Training Framework",
"Distributed Training",
"DDP",
"FSDP",
"DeepSpeed",
"High-Level API",
"Callbacks",
"Best Practices",
"Scalable"
],
"downloads": 71,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/callbacks.md",
"references/distributed.md",
"references/hyperparameter-tuning.md"
]
},
{
"name": "distributed-training-ray-train",
"path": "ai-research/distributed-training-ray-train",
"category": "ai-research",
"type": "skill",
"description": "Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tuning with Ray Tune, fault tolerance, elastic scaling. Use when training massive models across multiple machines or running distributed hyperparameter sweeps.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Ray Train",
"Distributed Training",
"Orchestration",
"Ray",
"Hyperparameter Tuning",
"Fault Tolerance",
"Elastic Scaling",
"Multi-Node",
"PyTorch",
"TensorFlow"
],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/multi-node.md"
]
},
{
"name": "emerging-techniques-knowledge-distillation",
"path": "ai-research/emerging-techniques-knowledge-distillation",
"category": "ai-research",
"type": "skill",
"description": "Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and MiniLLM training strategies.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Emerging Techniques",
"Knowledge Distillation",
"Model Compression",
"Teacher-Student",
"MiniLLM",
"Reverse KLD",
"Soft Targets",
"Temperature Scaling",
"Logit Distillation",
"Model Transfer"
],
"downloads": 56,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/minillm.md"
]
},
{
"name": "emerging-techniques-long-context",
"path": "ai-research/emerging-techniques-long-context",
"category": "ai-research",
"type": "skill",
"description": "Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases, interpolation methods, and extrapolation strategies for LLMs.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Emerging Techniques",
"Long Context",
"RoPE",
"YaRN",
"ALiBi",
"Position Interpolation",
"Extended Context",
"Rotary Embeddings",
"Attention Bias",
"Context Extension",
"Positional Encoding"
],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/extension_methods.md",
"references/fine_tuning.md",
"references/rope.md"
]
},
{
"name": "emerging-techniques-model-merging",
"path": "ai-research/emerging-techniques-model-merging",
"category": "ai-research",
"type": "skill",
"description": "Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Emerging Techniques",
"Model Merging",
"Mergekit",
"SLERP",
"TIES",
"DARE",
"Task Arithmetic",
"Model Fusion",
"No Retraining",
"Multi-Capability",
"Arcee AI"
],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/evaluation.md",
"references/examples.md",
"references/methods.md"
]
},
{
"name": "emerging-techniques-model-pruning",
"path": "ai-research/emerging-techniques-model-pruning",
"category": "ai-research",
"type": "skill",
"description": "Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving 50% sparsity with minimal accuracy loss, or enabling faster inference on hardware accelerators. Covers unstructured pruning, structured pruning, N:M sparsity, magnitude pruning, and one-shot methods.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Emerging Techniques",
"Model Pruning",
"Wanda",
"SparseGPT",
"Sparsity",
"Model Compression",
"N:M Sparsity",
"One-Shot Pruning",
"Structured Pruning",
"Unstructured Pruning",
"Fast Inference"
],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/wanda.md"
]
},
{
"name": "emerging-techniques-moe-training",
"path": "ai-research/emerging-techniques-moe-training",
"category": "ai-research",
"type": "skill",
"description": "Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Emerging Techniques",
"MoE",
"Mixture Of Experts",
"Sparse Models",
"DeepSpeed",
"Expert Parallelism",
"Mixtral",
"DeepSeek",
"Routing",
"Load Balancing",
"Efficient Training"
],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/architectures.md",
"references/inference.md",
"references/training.md"
]
},
{
"name": "emerging-techniques-speculative-decoding",
"path": "ai-research/emerging-techniques-speculative-decoding",
"category": "ai-research",
"type": "skill",
"description": "Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Emerging Techniques",
"Speculative Decoding",
"Medusa",
"Lookahead Decoding",
"Fast Inference",
"Draft Models",
"Tree Attention",
"Parallel Generation",
"Latency Reduction",
"Inference Optimization"
],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/lookahead.md",
"references/medusa.md"
]
},
{
"name": "evaluation-bigcode-evaluation-harness",
"path": "ai-research/evaluation-bigcode-evaluation-harness",
"category": "ai-research",
"type": "skill",
"description": "Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Evaluation",
"Code Generation",
"HumanEval",
"MBPP",
"MultiPL-E",
"Pass@k",
"BigCode",
"Benchmarking",
"Code Models"
],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/benchmarks.md",
"references/custom-tasks.md",
"references/issues.md"
]
},
{
"name": "evaluation-lm-evaluation-harness",
"path": "ai-research/evaluation-lm-evaluation-harness",
"category": "ai-research",
"type": "skill",
"description": "Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Evaluation",
"LM Evaluation Harness",
"Benchmarking",
"MMLU",
"HumanEval",
"GSM8K",
"EleutherAI",
"Model Quality",
"Academic Benchmarks",
"Industry Standard"
],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api-evaluation.md",
"references/benchmark-guide.md",
"references/custom-tasks.md",
"references/distributed-eval.md"
]
},
{
"name": "evaluation-nemo-evaluator",
"path": "ai-research/evaluation-nemo-evaluator",
"category": "ai-research",
"type": "skill",
"description": "Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Evaluation",
"NeMo",
"NVIDIA",
"Benchmarking",
"MMLU",
"HumanEval",
"Multi-Backend",
"Slurm",
"Docker",
"Reproducible",
"Enterprise"
],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/adapter-system.md",
"references/configuration.md",
"references/custom-benchmarks.md",
"references/execution-backends.md"
]
},
{
"name": "fine-tuning-axolotl",
"path": "ai-research/fine-tuning-axolotl",
"category": "ai-research",
"type": "skill",
"description": "Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Fine-Tuning",
"Axolotl",
"LLM",
"LoRA",
"QLoRA",
"DPO",
"KTO",
"ORPO",
"GRPO",
"YAML",
"HuggingFace",
"DeepSpeed",
"Multimodal"
],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api.md",
"references/dataset-formats.md",
"references/index.md",
"references/other.md"
]
},
{
"name": "fine-tuning-llama-factory",
"path": "ai-research/fine-tuning-llama-factory",
"category": "ai-research",
"type": "skill",
"description": "Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Fine-Tuning",
"LLaMA Factory",
"LLM",
"WebUI",
"No-Code",
"QLoRA",
"LoRA",
"Multimodal",
"HuggingFace",
"Llama",
"Qwen",
"Gemma"
],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/_images.md",
"references/advanced.md",
"references/getting_started.md",
"references/index.md",
"references/other.md"
]
},
{
"name": "fine-tuning-peft",
"path": "ai-research/fine-tuning-peft",
"category": "ai-research",
"type": "skill",
"description": "Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Fine-Tuning",
"PEFT",
"LoRA",
"QLoRA",
"Parameter-Efficient",
"Adapters",
"Low-Rank",
"Memory Optimization",
"Multi-Adapter"
],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "fine-tuning-unsloth",
"path": "ai-research/fine-tuning-unsloth",
"category": "ai-research",
"type": "skill",
"description": "Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Fine-Tuning",
"Unsloth",
"Fast Training",
"LoRA",
"QLoRA",
"Memory-Efficient",
"Optimization",
"Llama",
"Mistral",
"Gemma",
"Qwen"
],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/index.md",
"references/llms-full.md",
"references/llms-txt.md",
"references/llms.md"
]
},
{
"name": "gemini",
"path": "ai-research/gemini",
"category": "ai-research",
"type": "skill",
"description": "Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 75,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "gemini-api-agent-platform",
"path": "ai-research/gemini-api-agent-platform",
"category": "ai-research",
"type": "skill",
"description": "Guides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK for enterprise AI applications. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like Live API, tools, multimedia generation, caching, and batch prediction.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced_features.md",
"references/bounding_box.md",
"references/embeddings.md",
"references/live_api.md",
"references/media_generation.md",
"references/model_tuning.md",
"references/safety.md",
"references/structured_and_tools.md",
"references/text_and_multimodal.md"
]
},
{
"name": "gepetto",
"path": "ai-research/gepetto",
"category": "ai-research",
"type": "skill",
"description": "Creates detailed, sectionized implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/external-review.md",
"references/interview-protocol.md",
"references/research-protocol.md",
"references/section-index.md",
"references/section-splitting.md"
]
},
{
"name": "inference-serving-llama-cpp",
"path": "ai-research/inference-serving-llama-cpp",
"category": "ai-research",
"type": "skill",
"description": "Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Inference Serving",
"Llama.cpp",
"CPU Inference",
"Apple Silicon",
"Edge Deployment",
"GGUF",
"Quantization",
"Non-NVIDIA",
"AMD GPUs",
"Intel GPUs",
"Embedded"
],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/optimization.md",
"references/quantization.md",
"references/server.md"
]
},
{
"name": "inference-serving-sglang",
"path": "ai-research/inference-serving-sglang",
"category": "ai-research",
"type": "skill",
"description": "Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Inference Serving",
"SGLang",
"Structured Generation",
"RadixAttention",
"Prefix Caching",
"Constrained Decoding",
"Agents",
"JSON Output",
"Fast Inference",
"Production Scale"
],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/deployment.md",
"references/radix-attention.md",
"references/structured-generation.md"
]
},
{
"name": "inference-serving-tensorrt-llm",
"path": "ai-research/inference-serving-tensorrt-llm",
"category": "ai-research",
"type": "skill",
"description": "Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Inference Serving",
"TensorRT-LLM",
"NVIDIA",
"Inference Optimization",
"High Throughput",
"Low Latency",
"Production",
"FP8",
"INT4",
"In-Flight Batching",
"Multi-GPU"
],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/multi-gpu.md",
"references/optimization.md",
"references/serving.md"
]
},
{
"name": "inference-serving-vllm",
"path": "ai-research/inference-serving-vllm",
"category": "ai-research",
"type": "skill",
"description": "Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"vLLM",
"Inference Serving",
"PagedAttention",
"Continuous Batching",
"High Throughput",
"Production",
"OpenAI API",
"Quantization",
"Tensor Parallelism"
],
"downloads": 44,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/optimization.md",
"references/quantization.md",
"references/server-deployment.md",
"references/troubleshooting.md"
]
},
{
"name": "infrastructure-lambda-labs",
"path": "ai-research/infrastructure-lambda-labs",
"category": "ai-research",
"type": "skill",
"description": "Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Infrastructure",
"GPU Cloud",
"Training",
"Inference",
"Lambda Labs"
],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "infrastructure-modal",
"path": "ai-research/infrastructure-modal",
"category": "ai-research",
"type": "skill",
"description": "Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Infrastructure",
"Serverless",
"GPU",
"Cloud",
"Deployment",
"Modal"
],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "infrastructure-skypilot",
"path": "ai-research/infrastructure-skypilot",
"category": "ai-research",
"type": "skill",
"description": "Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Infrastructure",
"Multi-Cloud",
"Orchestration",
"GPU",
"Cost Optimization",
"SkyPilot"
],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "jira",
"path": "ai-research/jira",
"category": "ai-research",
"type": "skill",
"description": "Use when the user mentions Jira issues (e.g., \"PROJ-123\"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like \"jira\", \"issue\", \"ticket\", \"sprint\", \"backlog\", or issue key patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 120,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/commands.md",
"references/mcp.md"
]
},
{
"name": "langfuse",
"path": "ai-research/langfuse",
"category": "ai-research",
"type": "skill",
"description": "\"Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, LlamaIndex, and OpenAI. Essential for debugging, monitoring, and improving LLM applications in production. Use when: langfuse, llm observability, llm tracing, prompt management, llm evaluation.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 42,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "langgraph",
"path": "ai-research/langgraph",
"category": "ai-research",
"type": "skill",
"description": "\"Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpointers, human-in-the-loop patterns, and the ReAct agent pattern. Used in production at LinkedIn, Uber, and 400+ companies. This is LangChain's recommended approach for building agents. Use when: langgraph, langchain agent, stateful agent, agent graph, react agent.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 148,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "llm-app-patterns",
"path": "ai-research/llm-app-patterns",
"category": "ai-research",
"type": "skill",
"description": "\"Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 74,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "llm-evaluation",
"path": "ai-research/llm-evaluation",
"category": "ai-research",
"type": "skill",
"description": "\"Master comprehensive evaluation strategies for LLM applications, from automated metrics to human evaluation and A/B testing.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "llm-ops",
"path": "ai-research/llm-ops",
"category": "ai-research",
"type": "skill",
"description": "\"LLM Operations -- RAG, embeddings, vector databases, fine-tuning, prompt engineering avancado, custos de LLM, evals de qualidade e arquiteturas de IA para producao.\"",
"author": "renat",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "loki-mode",
"path": "ai-research/loki-mode",
"category": "ai-research",
"type": "skill",
"description": "Multi-agent autonomous startup system for Claude Code. Triggers on \"Loki Mode\". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 80,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
".github/workflows/claude-code-review.yml",
".github/workflows/claude.yml",
".github/workflows/release.yml",
".gitignore",
"ACKNOWLEDGEMENTS.md",
"CHANGELOG.md",
"CLAUDE.md",
"CONTEXT-EXPORT.md",
"INSTALLATION.md",
"LICENSE",
"README.md",
"VERSION",
"autonomy/.loki/dashboard/index.html",
"autonomy/CONSTITUTION.md",
"autonomy/README.md",
"autonomy/run.sh",
"benchmarks/datasets/humaneval.jsonl",
"benchmarks/datasets/swebench-lite.json",
"benchmarks/prepare-submission.sh",
"benchmarks/results/2026-01-05-00-23-56/SUMMARY.md",
"benchmarks/results/2026-01-05-00-23-56/humaneval-results.json",
"benchmarks/results/2026-01-05-00-23-56/swebench-results.json",
"benchmarks/results/2026-01-05-00-49-17/SUMMARY.md",
"benchmarks/results/2026-01-05-00-49-17/humaneval-results.json",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py",
"benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py",
"benchmarks/results/2026-01-05-01-24-17/SUMMARY.md",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch",
"benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json",
"benchmarks/results/2026-01-05-01-24-17/swebench-results.json",
"benchmarks/results/2026-01-05-01-35-39/SUMMARY.md",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch",
"benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json",
"benchmarks/results/2026-01-05-01-35-39/swebench-results.json",
"benchmarks/results/2026-01-05-10-37-54/SUMMARY.md",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json",
"benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json",
"benchmarks/results/SUMMARY.md",
"benchmarks/results/humaneval-loki-results.json",
"benchmarks/results/humaneval-loki-solutions/0.py",
"benchmarks/results/humaneval-loki-solutions/1.py",
"benchmarks/results/humaneval-loki-solutions/10.py",
"benchmarks/results/humaneval-loki-solutions/100.py",
"benchmarks/results/humaneval-loki-solutions/101.py",
"benchmarks/results/humaneval-loki-solutions/102.py",
"benchmarks/results/humaneval-loki-solutions/103.py",
"benchmarks/results/humaneval-loki-solutions/104.py",
"benchmarks/results/humaneval-loki-solutions/105.py",
"benchmarks/results/humaneval-loki-solutions/106.py",
"benchmarks/results/humaneval-loki-solutions/107.py",
"benchmarks/results/humaneval-loki-solutions/108.py",
"benchmarks/results/humaneval-loki-solutions/109.py",
"benchmarks/results/humaneval-loki-solutions/11.py",
"benchmarks/results/humaneval-loki-solutions/110.py",
"benchmarks/results/humaneval-loki-solutions/111.py",
"benchmarks/results/humaneval-loki-solutions/112.py",
"benchmarks/results/humaneval-loki-solutions/113.py",
"benchmarks/results/humaneval-loki-solutions/114.py",
"benchmarks/results/humaneval-loki-solutions/115.py",
"benchmarks/results/humaneval-loki-solutions/116.py",
"benchmarks/results/humaneval-loki-solutions/117.py",
"benchmarks/results/humaneval-loki-solutions/118.py",
"benchmarks/results/humaneval-loki-solutions/119.py",
"benchmarks/results/humaneval-loki-solutions/12.py",
"benchmarks/results/humaneval-loki-solutions/120.py",
"benchmarks/results/humaneval-loki-solutions/121.py",
"benchmarks/results/humaneval-loki-solutions/122.py",
"benchmarks/results/humaneval-loki-solutions/123.py",
"benchmarks/results/humaneval-loki-solutions/124.py",
"benchmarks/results/humaneval-loki-solutions/125.py",
"benchmarks/results/humaneval-loki-solutions/126.py",
"benchmarks/results/humaneval-loki-solutions/127.py",
"benchmarks/results/humaneval-loki-solutions/128.py",
"benchmarks/results/humaneval-loki-solutions/129.py",
"benchmarks/results/humaneval-loki-solutions/13.py",
"benchmarks/results/humaneval-loki-solutions/130.py",
"benchmarks/results/humaneval-loki-solutions/131.py",
"benchmarks/results/humaneval-loki-solutions/132.py",
"benchmarks/results/humaneval-loki-solutions/133.py",
"benchmarks/results/humaneval-loki-solutions/134.py",
"benchmarks/results/humaneval-loki-solutions/135.py",
"benchmarks/results/humaneval-loki-solutions/136.py",
"benchmarks/results/humaneval-loki-solutions/137.py",
"benchmarks/results/humaneval-loki-solutions/138.py",
"benchmarks/results/humaneval-loki-solutions/139.py",
"benchmarks/results/humaneval-loki-solutions/14.py",
"benchmarks/results/humaneval-loki-solutions/140.py",
"benchmarks/results/humaneval-loki-solutions/141.py",
"benchmarks/results/humaneval-loki-solutions/142.py",
"benchmarks/results/humaneval-loki-solutions/143.py",
"benchmarks/results/humaneval-loki-solutions/144.py",
"benchmarks/results/humaneval-loki-solutions/145.py",
"benchmarks/results/humaneval-loki-solutions/146.py",
"benchmarks/results/humaneval-loki-solutions/147.py",
"benchmarks/results/humaneval-loki-solutions/148.py",
"benchmarks/results/humaneval-loki-solutions/149.py",
"benchmarks/results/humaneval-loki-solutions/15.py",
"benchmarks/results/humaneval-loki-solutions/150.py",
"benchmarks/results/humaneval-loki-solutions/151.py",
"benchmarks/results/humaneval-loki-solutions/152.py",
"benchmarks/results/humaneval-loki-solutions/153.py",
"benchmarks/results/humaneval-loki-solutions/154.py",
"benchmarks/results/humaneval-loki-solutions/155.py",
"benchmarks/results/humaneval-loki-solutions/156.py",
"benchmarks/results/humaneval-loki-solutions/157.py",
"benchmarks/results/humaneval-loki-solutions/158.py",
"benchmarks/results/humaneval-loki-solutions/159.py",
"benchmarks/results/humaneval-loki-solutions/16.py",
"benchmarks/results/humaneval-loki-solutions/160.py",
"benchmarks/results/humaneval-loki-solutions/161.py",
"benchmarks/results/humaneval-loki-solutions/162.py",
"benchmarks/results/humaneval-loki-solutions/163.py",
"benchmarks/results/humaneval-loki-solutions/17.py",
"benchmarks/results/humaneval-loki-solutions/18.py",
"benchmarks/results/humaneval-loki-solutions/19.py",
"benchmarks/results/humaneval-loki-solutions/2.py",
"benchmarks/results/humaneval-loki-solutions/20.py",
"benchmarks/results/humaneval-loki-solutions/21.py",
"benchmarks/results/humaneval-loki-solutions/22.py",
"benchmarks/results/humaneval-loki-solutions/23.py",
"benchmarks/results/humaneval-loki-solutions/24.py",
"benchmarks/results/humaneval-loki-solutions/25.py",
"benchmarks/results/humaneval-loki-solutions/26.py",
"benchmarks/results/humaneval-loki-solutions/27.py",
"benchmarks/results/humaneval-loki-solutions/28.py",
"benchmarks/results/humaneval-loki-solutions/29.py",
"benchmarks/results/humaneval-loki-solutions/3.py",
"benchmarks/results/humaneval-loki-solutions/30.py",
"benchmarks/results/humaneval-loki-solutions/31.py",
"benchmarks/results/humaneval-loki-solutions/32.py",
"benchmarks/results/humaneval-loki-solutions/33.py",
"benchmarks/results/humaneval-loki-solutions/34.py",
"benchmarks/results/humaneval-loki-solutions/35.py",
"benchmarks/results/humaneval-loki-solutions/36.py",
"benchmarks/results/humaneval-loki-solutions/37.py",
"benchmarks/results/humaneval-loki-solutions/38.py",
"benchmarks/results/humaneval-loki-solutions/39.py",
"benchmarks/results/humaneval-loki-solutions/4.py",
"benchmarks/results/humaneval-loki-solutions/40.py",
"benchmarks/results/humaneval-loki-solutions/41.py",
"benchmarks/results/humaneval-loki-solutions/42.py",
"benchmarks/results/humaneval-loki-solutions/43.py",
"benchmarks/results/humaneval-loki-solutions/44.py",
"benchmarks/results/humaneval-loki-solutions/45.py",
"benchmarks/results/humaneval-loki-solutions/46.py",
"benchmarks/results/humaneval-loki-solutions/47.py",
"benchmarks/results/humaneval-loki-solutions/48.py",
"benchmarks/results/humaneval-loki-solutions/49.py",
"benchmarks/results/humaneval-loki-solutions/5.py",
"benchmarks/results/humaneval-loki-solutions/50.py",
"benchmarks/results/humaneval-loki-solutions/51.py",
"benchmarks/results/humaneval-loki-solutions/52.py",
"benchmarks/results/humaneval-loki-solutions/53.py",
"benchmarks/results/humaneval-loki-solutions/54.py",
"benchmarks/results/humaneval-loki-solutions/55.py",
"benchmarks/results/humaneval-loki-solutions/56.py",
"benchmarks/results/humaneval-loki-solutions/57.py",
"benchmarks/results/humaneval-loki-solutions/58.py",
"benchmarks/results/humaneval-loki-solutions/59.py",
"benchmarks/results/humaneval-loki-solutions/6.py",
"benchmarks/results/humaneval-loki-solutions/60.py",
"benchmarks/results/humaneval-loki-solutions/61.py",
"benchmarks/results/humaneval-loki-solutions/62.py",
"benchmarks/results/humaneval-loki-solutions/63.py",
"benchmarks/results/humaneval-loki-solutions/64.py",
"benchmarks/results/humaneval-loki-solutions/65.py",
"benchmarks/results/humaneval-loki-solutions/66.py",
"benchmarks/results/humaneval-loki-solutions/67.py",
"benchmarks/results/humaneval-loki-solutions/68.py",
"benchmarks/results/humaneval-loki-solutions/69.py",
"benchmarks/results/humaneval-loki-solutions/7.py",
"benchmarks/results/humaneval-loki-solutions/70.py",
"benchmarks/results/humaneval-loki-solutions/71.py",
"benchmarks/results/humaneval-loki-solutions/72.py",
"benchmarks/results/humaneval-loki-solutions/73.py",
"benchmarks/results/humaneval-loki-solutions/74.py",
"benchmarks/results/humaneval-loki-solutions/75.py",
"benchmarks/results/humaneval-loki-solutions/76.py",
"benchmarks/results/humaneval-loki-solutions/77.py",
"benchmarks/results/humaneval-loki-solutions/78.py",
"benchmarks/results/humaneval-loki-solutions/79.py",
"benchmarks/results/humaneval-loki-solutions/8.py",
"benchmarks/results/humaneval-loki-solutions/80.py",
"benchmarks/results/humaneval-loki-solutions/81.py",
"benchmarks/results/humaneval-loki-solutions/82.py",
"benchmarks/results/humaneval-loki-solutions/83.py",
"benchmarks/results/humaneval-loki-solutions/84.py",
"benchmarks/results/humaneval-loki-solutions/85.py",
"benchmarks/results/humaneval-loki-solutions/86.py",
"benchmarks/results/humaneval-loki-solutions/87.py",
"benchmarks/results/humaneval-loki-solutions/88.py",
"benchmarks/results/humaneval-loki-solutions/89.py",
"benchmarks/results/humaneval-loki-solutions/9.py",
"benchmarks/results/humaneval-loki-solutions/90.py",
"benchmarks/results/humaneval-loki-solutions/91.py",
"benchmarks/results/humaneval-loki-solutions/92.py",
"benchmarks/results/humaneval-loki-solutions/93.py",
"benchmarks/results/humaneval-loki-solutions/94.py",
"benchmarks/results/humaneval-loki-solutions/95.py",
"benchmarks/results/humaneval-loki-solutions/96.py",
"benchmarks/results/humaneval-loki-solutions/97.py",
"benchmarks/results/humaneval-loki-solutions/98.py",
"benchmarks/results/humaneval-loki-solutions/99.py",
"benchmarks/run-benchmarks.sh",
"benchmarks/submission-template/README.md",
"benchmarks/submission-template/metadata.yaml",
"demo/README.md",
"demo/loki-demo.gif",
"demo/record-demo.sh",
"demo/record-full-demo.sh",
"demo/recordings/loki-demo.cast",
"demo/run-demo-auto.sh",
"demo/run-demo.sh",
"demo/vhs-tape.tape",
"demo/voice-over-script.md",
"docs/COMPETITIVE-ANALYSIS.md",
"docs/screenshots/README.md",
"docs/screenshots/dashboard-agents.png",
"docs/screenshots/dashboard-tasks.png",
"examples/api-only.md",
"examples/full-stack-demo.md",
"examples/simple-todo-app.md",
"examples/static-landing-page.md",
"examples/todo-app-generated/.loki/CONTINUITY.md",
"examples/todo-app-generated/.loki/queue/completed.json",
"examples/todo-app-generated/.loki/queue/dead-letter.json",
"examples/todo-app-generated/.loki/queue/failed.json",
"examples/todo-app-generated/.loki/queue/in-progress.json",
"examples/todo-app-generated/.loki/queue/pending.json",
"examples/todo-app-generated/.loki/state/orchestrator.json",
"examples/todo-app-generated/E2E_VERIFICATION_REPORT.md",
"examples/todo-app-generated/PRD.md",
"examples/todo-app-generated/TASK_018_COMPLETION.md",
"examples/todo-app-generated/TESTING_DOCUMENTATION.md",
"examples/todo-app-generated/TEST_REPORT.md",
"examples/todo-app-generated/VERIFICATION_SUMMARY.txt",
"examples/todo-app-generated/backend/.gitignore",
"examples/todo-app-generated/backend/package-lock.json",
"examples/todo-app-generated/backend/package.json",
"examples/todo-app-generated/backend/src/db/database.ts",
"examples/todo-app-generated/backend/src/db/db.ts",
"examples/todo-app-generated/backend/src/db/index.ts",
"examples/todo-app-generated/backend/src/db/migrations.ts",
"examples/todo-app-generated/backend/src/db/schema.sql",
"examples/todo-app-generated/backend/src/index.ts",
"examples/todo-app-generated/backend/src/routes/todos.ts",
"examples/todo-app-generated/backend/src/types/index.ts",
"examples/todo-app-generated/backend/todos.db-shm",
"examples/todo-app-generated/backend/todos.db-wal",
"examples/todo-app-generated/backend/tsconfig.json",
"examples/todo-app-generated/frontend/.gitignore",
"examples/todo-app-generated/frontend/index.html",
"examples/todo-app-generated/frontend/package-lock.json",
"examples/todo-app-generated/frontend/package.json",
"examples/todo-app-generated/frontend/src/App.css",
"examples/todo-app-generated/frontend/src/App.tsx",
"examples/todo-app-generated/frontend/src/api/todos.ts",
"examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx",
"examples/todo-app-generated/frontend/src/components/EmptyState.tsx",
"examples/todo-app-generated/frontend/src/components/TodoForm.tsx",
"examples/todo-app-generated/frontend/src/components/TodoItem.tsx",
"examples/todo-app-generated/frontend/src/components/TodoList.tsx",
"examples/todo-app-generated/frontend/src/hooks/useTodos.ts",
"examples/todo-app-generated/frontend/src/index.css",
"examples/todo-app-generated/frontend/src/main.tsx",
"examples/todo-app-generated/frontend/src/vite-env.d.ts",
"examples/todo-app-generated/frontend/tsconfig.json",
"examples/todo-app-generated/frontend/tsconfig.node.json",
"examples/todo-app-generated/frontend/vite.config.ts",
"integrations/vibe-kanban.md",
"references/advanced-patterns.md",
"references/agent-types.md",
"references/agents.md",
"references/business-ops.md",
"references/core-workflow.md",
"references/deployment.md",
"references/lab-research-patterns.md",
"references/memory-system.md",
"references/openai-patterns.md",
"references/production-patterns.md",
"references/quality-control.md",
"references/sdlc-phases.md",
"references/task-queue.md",
"references/tool-orchestration.md",
"scripts/export-to-vibe-kanban.sh",
"scripts/loki-wrapper.sh",
"scripts/take-screenshots.js",
"tests/run-all-tests.sh",
"tests/test-agent-timeout.sh",
"tests/test-bootstrap.sh",
"tests/test-circuit-breaker.sh",
"tests/test-state-recovery.sh",
"tests/test-task-queue.sh",
"tests/test-wrapper.sh"
]
},
{
"name": "mechanistic-interpretability-nnsight",
"path": "ai-research/mechanistic-interpretability-nnsight",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"nnsight",
"NDIF",
"Remote Execution",
"Mechanistic Interpretability",
"Model Internals"
],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/README.md",
"references/api.md",
"references/tutorials.md"
]
},
{
"name": "mechanistic-interpretability-pyvene",
"path": "ai-research/mechanistic-interpretability-pyvene",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for performing causal interventions on PyTorch models using pyvene's declarative intervention framework. Use when conducting causal tracing, activation patching, interchange intervention training, or testing causal hypotheses about model behavior.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Causal Intervention",
"pyvene",
"Activation Patching",
"Causal Tracing",
"Interpretability"
],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/README.md",
"references/api.md",
"references/tutorials.md"
]
},
{
"name": "mechanistic-interpretability-saelens",
"path": "ai-research/mechanistic-interpretability-saelens",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Sparse Autoencoders",
"SAE",
"Mechanistic Interpretability",
"Feature Discovery",
"Superposition"
],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/README.md",
"references/api.md",
"references/tutorials.md"
]
},
{
"name": "mechanistic-interpretability-transformer-lens",
"path": "ai-research/mechanistic-interpretability-transformer-lens",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Mechanistic Interpretability",
"TransformerLens",
"Activation Patching",
"Circuit Analysis"
],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/README.md",
"references/api.md",
"references/tutorials.md"
]
},
{
"name": "ml-engineer",
"path": "ai-research/ml-engineer",
"category": "ai-research",
"type": "skill",
"description": "Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "ml-paper-writing",
"path": "ai-research/ml-paper-writing",
"category": "ai-research",
"type": "skill",
"description": "Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Academic Writing",
"NeurIPS",
"ICML",
"ICLR",
"ACL",
"AAAI",
"COLM",
"LaTeX",
"Paper Writing",
"Citations",
"Research"
],
"downloads": 96,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/checklists.md",
"references/citation-workflow.md",
"references/reviewer-guidelines.md",
"references/sources.md",
"references/writing-guide.md",
"templates/README.md",
"templates/aaai2026/README.md",
"templates/aaai2026/aaai2026-unified-supp.tex",
"templates/aaai2026/aaai2026-unified-template.tex",
"templates/aaai2026/aaai2026.bib",
"templates/aaai2026/aaai2026.bst",
"templates/aaai2026/aaai2026.sty",
"templates/acl/README.md",
"templates/acl/acl.sty",
"templates/acl/acl_latex.tex",
"templates/acl/acl_lualatex.tex",
"templates/acl/acl_natbib.bst",
"templates/acl/anthology.bib.txt",
"templates/acl/custom.bib",
"templates/acl/formatting.md",
"templates/colm2025/README.md",
"templates/colm2025/colm2025_conference.bib",
"templates/colm2025/colm2025_conference.bst",
"templates/colm2025/colm2025_conference.pdf",
"templates/colm2025/colm2025_conference.sty",
"templates/colm2025/colm2025_conference.tex",
"templates/colm2025/fancyhdr.sty",
"templates/colm2025/math_commands.tex",
"templates/colm2025/natbib.sty",
"templates/iclr2026/fancyhdr.sty",
"templates/iclr2026/iclr2026_conference.bib",
"templates/iclr2026/iclr2026_conference.bst",
"templates/iclr2026/iclr2026_conference.pdf",
"templates/iclr2026/iclr2026_conference.sty",
"templates/iclr2026/iclr2026_conference.tex",
"templates/iclr2026/math_commands.tex",
"templates/iclr2026/natbib.sty",
"templates/icml2026/algorithm.sty",
"templates/icml2026/algorithmic.sty",
"templates/icml2026/example_paper.bib",
"templates/icml2026/example_paper.pdf",
"templates/icml2026/example_paper.tex",
"templates/icml2026/fancyhdr.sty",
"templates/icml2026/icml2026.bst",
"templates/icml2026/icml2026.sty",
"templates/icml2026/icml_numpapers.pdf",
"templates/neurips2025/Makefile",
"templates/neurips2025/extra_pkgs.tex",
"templates/neurips2025/main.tex",
"templates/neurips2025/neurips.sty"
]
},
{
"name": "mlops-mlflow",
"path": "ai-research/mlops-mlflow",
"category": "ai-research",
"type": "skill",
"description": "Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"MLOps",
"MLflow",
"Experiment Tracking",
"Model Registry",
"ML Lifecycle",
"Deployment",
"Model Versioning",
"PyTorch",
"TensorFlow",
"Scikit-Learn",
"HuggingFace"
],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/deployment.md",
"references/model-registry.md",
"references/tracking.md"
]
},
{
"name": "mlops-tensorboard",
"path": "ai-research/mlops-tensorboard",
"category": "ai-research",
"type": "skill",
"description": "Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"MLOps",
"TensorBoard",
"Visualization",
"Training Metrics",
"Model Debugging",
"PyTorch",
"TensorFlow",
"Experiment Tracking",
"Performance Profiling"
],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/integrations.md",
"references/profiling.md",
"references/visualization.md"
]
},
{
"name": "mlops-weights-and-biases",
"path": "ai-research/mlops-weights-and-biases",
"category": "ai-research",
"type": "skill",
"description": "Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"MLOps",
"Weights And Biases",
"WandB",
"Experiment Tracking",
"Hyperparameter Tuning",
"Model Registry",
"Collaboration",
"Real-Time Visualization",
"PyTorch",
"TensorFlow",
"HuggingFace"
],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/artifacts.md",
"references/integrations.md",
"references/sweeps.md"
]
},
{
"name": "model-architecture-litgpt",
"path": "ai-research/model-architecture-litgpt",
"category": "ai-research",
"type": "skill",
"description": "Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Model Architecture",
"LitGPT",
"Lightning AI",
"LLM Implementation",
"LoRA",
"QLoRA",
"Fine-Tuning",
"Llama",
"Gemma",
"Phi",
"Mistral",
"Educational"
],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/custom-models.md",
"references/distributed-training.md",
"references/supported-models.md",
"references/training-recipes.md"
]
},
{
"name": "model-architecture-mamba",
"path": "ai-research/model-architecture-mamba",
"category": "ai-research",
"type": "skill",
"description": "State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Model Architecture",
"Mamba",
"State Space Models",
"SSM",
"Linear Complexity",
"Long Context",
"Efficient Inference",
"Hardware-Aware",
"Alternative To Transformers"
],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/architecture-details.md",
"references/benchmarks.md",
"references/training-guide.md"
]
},
{
"name": "model-architecture-nanogpt",
"path": "ai-research/model-architecture-nanogpt",
"category": "ai-research",
"type": "skill",
"description": "Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy. Perfect for understanding GPT architecture from scratch. Train on Shakespeare (CPU) or OpenWebText (multi-GPU).",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Model Architecture",
"NanoGPT",
"GPT-2",
"Educational",
"Andrej Karpathy",
"Transformer",
"Minimalist",
"From Scratch",
"Training"
],
"downloads": 26,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/architecture.md",
"references/data.md",
"references/training.md"
]
},
{
"name": "model-architecture-rwkv",
"path": "ai-research/model-architecture-rwkv",
"category": "ai-research",
"type": "skill",
"description": "RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"RWKV",
"Model Architecture",
"RNN",
"Transformer Hybrid",
"Linear Complexity",
"Infinite Context",
"Efficient Inference",
"Linux Foundation",
"Alternative Architecture"
],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/architecture-details.md",
"references/rwkv7.md",
"references/state-management.md"
]
},
{
"name": "model-architecture-torchtitan",
"path": "ai-research/model-architecture-torchtitan",
"category": "ai-research",
"type": "skill",
"description": "Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Model Architecture",
"Distributed Training",
"TorchTitan",
"FSDP2",
"Tensor Parallel",
"Pipeline Parallel",
"Context Parallel",
"Float8",
"Llama",
"Pretraining"
],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/checkpoint.md",
"references/custom-models.md",
"references/float8.md",
"references/fsdp.md"
]
},
{
"name": "multimodal-audiocraft",
"path": "ai-research/multimodal-audiocraft",
"category": "ai-research",
"type": "skill",
"description": "PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Multimodal",
"Audio Generation",
"Text-to-Music",
"Text-to-Audio",
"MusicGen"
],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "multimodal-blip-2",
"path": "ai-research/multimodal-blip-2",
"category": "ai-research",
"type": "skill",
"description": "Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of-the-art zero-shot performance.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Multimodal",
"Vision-Language",
"Image Captioning",
"VQA",
"Zero-Shot"
],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "multimodal-clip",
"path": "ai-research/multimodal-clip",
"category": "ai-research",
"type": "skill",
"description": "OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Multimodal",
"CLIP",
"Vision-Language",
"Zero-Shot",
"Image Classification",
"OpenAI",
"Image Search",
"Cross-Modal Retrieval",
"Content Moderation"
],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/applications.md"
]
},
{
"name": "multimodal-llava",
"path": "ai-research/multimodal-llava",
"category": "ai-research",
"type": "skill",
"description": "Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"LLaVA",
"Vision-Language",
"Multimodal",
"Visual Question Answering",
"Image Chat",
"CLIP",
"Vicuna",
"Conversational AI",
"Instruction Tuning",
"VQA"
],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/training.md"
]
},
{
"name": "multimodal-segment-anything",
"path": "ai-research/multimodal-segment-anything",
"category": "ai-research",
"type": "skill",
"description": "Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Multimodal",
"Image Segmentation",
"Computer Vision",
"SAM",
"Zero-Shot"
],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "multimodal-stable-diffusion",
"path": "ai-research/multimodal-stable-diffusion",
"category": "ai-research",
"type": "skill",
"description": "State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Image Generation",
"Stable Diffusion",
"Diffusers",
"Text-to-Image",
"Multimodal",
"Computer Vision"
],
"downloads": 30,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "multimodal-whisper",
"path": "ai-research/multimodal-whisper",
"category": "ai-research",
"type": "skill",
"description": "OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Whisper",
"Speech Recognition",
"ASR",
"Multimodal",
"Multilingual",
"OpenAI",
"Speech-To-Text",
"Transcription",
"Translation",
"Audio Processing"
],
"downloads": 54,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/languages.md"
]
},
{
"name": "observability-langsmith",
"path": "ai-research/observability-langsmith",
"category": "ai-research",
"type": "skill",
"description": "LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Observability",
"LangSmith",
"Tracing",
"Evaluation",
"Monitoring",
"Debugging",
"Testing",
"LLM Ops",
"Production"
],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "observability-phoenix",
"path": "ai-research/observability-phoenix",
"category": "ai-research",
"type": "skill",
"description": "Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Observability",
"Phoenix",
"Arize",
"Tracing",
"Evaluation",
"Monitoring",
"LLM Ops",
"OpenTelemetry"
],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "openai-docs",
"path": "ai-research/openai-docs",
"category": "ai-research",
"type": "skill",
"description": "\"Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations (for example: Codex, Responses API, Chat Completions, Apps SDK, Agents SDK, Realtime, model capabilities or limits); prioritize OpenAI docs MCP tools and restrict any fallback browsing to official OpenAI domains.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/openai-small.svg",
"assets/openai.png"
]
},
{
"name": "optimization-awq",
"path": "ai-research/optimization-awq",
"category": "ai-research",
"type": "skill",
"description": "Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper Award winner.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Optimization",
"AWQ",
"Quantization",
"4-Bit",
"Activation-Aware",
"Memory Optimization",
"Fast Inference",
"vLLM Integration",
"Marlin Kernels"
],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "optimization-bitsandbytes",
"path": "ai-research/optimization-bitsandbytes",
"category": "ai-research",
"type": "skill",
"description": "Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Optimization",
"Bitsandbytes",
"Quantization",
"8-Bit",
"4-Bit",
"Memory Optimization",
"QLoRA",
"NF4",
"INT8",
"HuggingFace",
"Efficient Inference"
],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/memory-optimization.md",
"references/qlora-training.md",
"references/quantization-formats.md"
]
},
{
"name": "optimization-flash-attention",
"path": "ai-research/optimization-flash-attention",
"category": "ai-research",
"type": "skill",
"description": "Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Optimization",
"Flash Attention",
"Attention Optimization",
"Memory Efficiency",
"Speed Optimization",
"Long Context",
"PyTorch",
"SDPA",
"H100",
"FP8",
"Transformers"
],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/benchmarks.md",
"references/transformers-integration.md"
]
},
{
"name": "optimization-gguf",
"path": "ai-research/optimization-gguf",
"category": "ai-research",
"type": "skill",
"description": "GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"GGUF",
"Quantization",
"llama.cpp",
"CPU Inference",
"Apple Silicon",
"Model Compression",
"Optimization"
],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "optimization-gptq",
"path": "ai-research/optimization-gptq",
"category": "ai-research",
"type": "skill",
"description": "Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Optimization",
"GPTQ",
"Quantization",
"4-Bit",
"Post-Training",
"Memory Optimization",
"Consumer GPUs",
"Fast Inference",
"QLoRA",
"Group-Wise Quantization"
],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/calibration.md",
"references/integration.md",
"references/troubleshooting.md"
]
},
{
"name": "optimization-hqq",
"path": "ai-research/optimization-hqq",
"category": "ai-research",
"type": "skill",
"description": "Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Quantization",
"HQQ",
"Optimization",
"Memory Efficiency",
"Inference",
"Model Compression"
],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "parallel-agents",
"path": "ai-research/parallel-agents",
"category": "ai-research",
"type": "skill",
"description": "Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "perplexity",
"path": "ai-research/perplexity",
"category": "ai-research",
"type": "skill",
"description": "Web search and research using Perplexity AI. Use when user says \"search\", \"find\", \"look up\", \"ask\", \"research\", or \"what's the latest\" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 80,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "post-training-grpo-rl-training",
"path": "ai-research/post-training-grpo-rl-training",
"category": "ai-research",
"type": "skill",
"description": "Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Post-Training",
"Reinforcement Learning",
"GRPO",
"TRL",
"RLHF",
"Reward Modeling",
"Reasoning",
"DPO",
"PPO",
"Structured Output"
],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"examples/reward_functions_library.py",
"templates/basic_grpo_training.py"
]
},
{
"name": "post-training-miles",
"path": "ai-research/post-training-miles",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Reinforcement Learning",
"MoE",
"FP8",
"INT4",
"Enterprise",
"SGLang",
"Megatron-LM"
],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api-reference.md",
"references/troubleshooting.md"
]
},
{
"name": "post-training-openrlhf",
"path": "ai-research/post-training-openrlhf",
"category": "ai-research",
"type": "skill",
"description": "High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Post-Training",
"OpenRLHF",
"RLHF",
"PPO",
"GRPO",
"RLOO",
"DPO",
"Ray",
"vLLM",
"Distributed Training",
"Large Models",
"ZeRO-3"
],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithm-comparison.md",
"references/custom-rewards.md",
"references/hybrid-engine.md",
"references/multi-node-training.md"
]
},
{
"name": "post-training-simpo",
"path": "ai-research/post-training-simpo",
"category": "ai-research",
"type": "skill",
"description": "Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Post-Training",
"SimPO",
"Preference Optimization",
"Alignment",
"DPO Alternative",
"Reference-Free",
"LLM Alignment",
"Efficient Training"
],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/datasets.md",
"references/hyperparameters.md",
"references/loss-functions.md"
]
},
{
"name": "post-training-slime",
"path": "ai-research/post-training-slime",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Reinforcement Learning",
"Megatron-LM",
"SGLang",
"GRPO",
"Post-Training",
"GLM"
],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api-reference.md",
"references/troubleshooting.md"
]
},
{
"name": "post-training-torchforge",
"path": "ai-research/post-training-torchforge",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Reinforcement Learning",
"PyTorch",
"GRPO",
"SFT",
"Monarch",
"TorchTitan",
"Meta"
],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api-reference.md",
"references/troubleshooting.md"
]
},
{
"name": "post-training-trl-fine-tuning",
"path": "ai-research/post-training-trl-fine-tuning",
"category": "ai-research",
"type": "skill",
"description": "Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Post-Training",
"TRL",
"Reinforcement Learning",
"Fine-Tuning",
"SFT",
"DPO",
"PPO",
"GRPO",
"RLHF",
"Preference Alignment",
"HuggingFace"
],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/dpo-variants.md",
"references/online-rl.md",
"references/reward-modeling.md",
"references/sft-training.md"
]
},
{
"name": "post-training-verl",
"path": "ai-research/post-training-verl",
"category": "ai-research",
"type": "skill",
"description": "Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Reinforcement Learning",
"RLHF",
"GRPO",
"PPO",
"Post-Training",
"Distributed Training"
],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api-reference.md",
"references/troubleshooting.md"
]
},
{
"name": "prompt-caching",
"path": "ai-research/prompt-caching",
"category": "ai-research",
"type": "skill",
"description": "\"Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augmented.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "prompt-engineer",
"path": "ai-research/prompt-engineer",
"category": "ai-research",
"type": "skill",
"description": "\"Expert in designing effective prompts for LLM-powered applications. Masters prompt structure, context management, output formatting, and prompt evaluation. Use when: prompt engineering, system prompt, few-shot, chain of thought, prompt design.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 339,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "prompt-engineering",
"path": "ai-research/prompt-engineering",
"category": "ai-research",
"type": "skill",
"description": "Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 402,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "prompt-engineering-dspy",
"path": "ai-research/prompt-engineering-dspy",
"category": "ai-research",
"type": "skill",
"description": "Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Prompt Engineering",
"DSPy",
"Declarative Programming",
"RAG",
"Agents",
"Prompt Optimization",
"LM Programming",
"Stanford NLP",
"Automatic Optimization",
"Modular AI"
],
"downloads": 97,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/examples.md",
"references/modules.md",
"references/optimizers.md"
]
},
{
"name": "prompt-engineering-guidance",
"path": "ai-research/prompt-engineering-guidance",
"category": "ai-research",
"type": "skill",
"description": "Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Prompt Engineering",
"Guidance",
"Constrained Generation",
"Structured Output",
"JSON Validation",
"Grammar",
"Microsoft Research",
"Format Enforcement",
"Multi-Step Workflows"
],
"downloads": 152,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/backends.md",
"references/constraints.md",
"references/examples.md"
]
},
{
"name": "prompt-engineering-instructor",
"path": "ai-research/prompt-engineering-instructor",
"category": "ai-research",
"type": "skill",
"description": "Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Prompt Engineering",
"Instructor",
"Structured Output",
"Pydantic",
"Data Extraction",
"JSON Parsing",
"Type Safety",
"Validation",
"Streaming",
"OpenAI",
"Anthropic"
],
"downloads": 132,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/examples.md",
"references/providers.md",
"references/validation.md"
]
},
{
"name": "prompt-engineering-outlines",
"path": "ai-research/prompt-engineering-outlines",
"category": "ai-research",
"type": "skill",
"description": "Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Prompt Engineering",
"Outlines",
"Structured Generation",
"JSON Schema",
"Pydantic",
"Local Models",
"Grammar-Based Generation",
"vLLM",
"Transformers",
"Type Safety"
],
"downloads": 55,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/backends.md",
"references/examples.md",
"references/json_generation.md"
]
},
{
"name": "prompt-engineering-patterns",
"path": "ai-research/prompt-engineering-patterns",
"category": "ai-research",
"type": "skill",
"description": "\"Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/few-shot-examples.json",
"assets/prompt-template-library.md",
"references/chain-of-thought.md",
"references/few-shot-learning.md",
"references/prompt-optimization.md",
"references/prompt-templates.md",
"references/system-prompts.md",
"scripts/optimize-prompt.py"
]
},
{
"name": "prompt-library",
"path": "ai-research/prompt-library",
"category": "ai-research",
"type": "skill",
"description": "\"Curated collection of high-quality prompts for various use cases. Includes role-based prompts, task-specific templates, and prompt refinement techniques. Use when user needs prompt templates, role-play prompts, or ready-to-use prompt examples for coding, writing, analysis, or creative tasks.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 72,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pydantic-ai",
"path": "ai-research/pydantic-ai",
"category": "ai-research",
"type": "skill",
"description": "\"Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.\"",
"author": "suhaibjanjua",
"repo": "",
"version": "",
"license": "",
"keywords": [
"pydantic-ai",
"ai-agents",
"llm",
"openai",
"anthropic",
"gemini",
"tool-use",
"structured-output",
"python"
],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "qa-test-planner",
"path": "ai-research/qa-test-planner",
"category": "ai-research",
"type": "skill",
"description": "Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 216,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/bug_report_templates.md",
"references/figma_validation.md",
"references/regression_testing.md",
"references/test_case_templates.md",
"scripts/create_bug_report.sh",
"scripts/generate_test_cases.sh"
]
},
{
"name": "rag-chroma",
"path": "ai-research/rag-chroma",
"category": "ai-research",
"type": "skill",
"description": "Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"RAG",
"Chroma",
"Vector Database",
"Embeddings",
"Semantic Search",
"Open Source",
"Self-Hosted",
"Document Retrieval",
"Metadata Filtering"
],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/integration.md"
]
},
{
"name": "rag-engineer",
"path": "ai-research/rag-engineer",
"category": "ai-research",
"type": "skill",
"description": "\"Expert in building Retrieval-Augmented Generation systems. Masters embedding models, vector databases, chunking strategies, and retrieval optimization for LLM applications. Use when: building RAG, vector search, embeddings, semantic search, document retrieval.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 148,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "rag-faiss",
"path": "ai-research/rag-faiss",
"category": "ai-research",
"type": "skill",
"description": "Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"RAG",
"FAISS",
"Similarity Search",
"Vector Search",
"Facebook AI",
"GPU Acceleration",
"Billion-Scale",
"K-NN",
"HNSW",
"High Performance",
"Large Scale"
],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/index_types.md"
]
},
{
"name": "rag-implementation",
"path": "ai-research/rag-implementation",
"category": "ai-research",
"type": "skill",
"description": "\"Retrieval-Augmented Generation patterns including chunking, embeddings, vector stores, and retrieval optimization Use when: rag, retrieval augmented, vector search, embeddings, semantic search.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 59,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "rag-pinecone",
"path": "ai-research/rag-pinecone",
"category": "ai-research",
"type": "skill",
"description": "Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"RAG",
"Pinecone",
"Vector Database",
"Managed Service",
"Serverless",
"Hybrid Search",
"Production",
"Auto-Scaling",
"Low Latency",
"Recommendations"
],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/deployment.md"
]
},
{
"name": "rag-qdrant",
"path": "ai-research/rag-qdrant",
"category": "ai-research",
"type": "skill",
"description": "High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"RAG",
"Vector Search",
"Qdrant",
"Semantic Search",
"Embeddings",
"Similarity Search",
"HNSW",
"Production",
"Distributed"
],
"downloads": 69,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-usage.md",
"references/troubleshooting.md"
]
},
{
"name": "rag-sentence-transformers",
"path": "ai-research/rag-sentence-transformers",
"category": "ai-research",
"type": "skill",
"description": "Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Sentence Transformers",
"Embeddings",
"Semantic Similarity",
"RAG",
"Multilingual",
"Multimodal",
"Pre-Trained Models",
"Clustering",
"Semantic Search",
"Production"
],
"downloads": 30,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/models.md"
]
},
{
"name": "research-engineer",
"path": "ai-research/research-engineer",
"category": "ai-research",
"type": "skill",
"description": "\"An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 174,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "safety-alignment-constitutional-ai",
"path": "ai-research/safety-alignment-constitutional-ai",
"category": "ai-research",
"type": "skill",
"description": "Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Safety Alignment",
"Constitutional AI",
"RLAIF",
"Self-Critique",
"Harmlessness",
"Anthropic",
"AI Safety",
"RL From AI Feedback",
"Claude"
],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "safety-alignment-llamaguard",
"path": "ai-research/safety-alignment-llamaguard",
"category": "ai-research",
"type": "skill",
"description": "Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Safety Alignment",
"LlamaGuard",
"Content Moderation",
"Meta",
"Guardrails",
"Safety Classification",
"Input Filtering",
"Output Filtering",
"AI Safety"
],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "safety-alignment-nemo-guardrails",
"path": "ai-research/safety-alignment-nemo-guardrails",
"category": "ai-research",
"type": "skill",
"description": "NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Safety Alignment",
"NeMo Guardrails",
"NVIDIA",
"Jailbreak Detection",
"Guardrails",
"Colang",
"Runtime Safety",
"Hallucination Detection",
"PII Filtering",
"Production"
],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "subagent-driven-development",
"path": "ai-research/subagent-driven-development",
"category": "ai-research",
"type": "skill",
"description": "Use when executing implementation plans with independent tasks in the current session",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 65,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"code-quality-reviewer-prompt.md",
"implementer-prompt.md",
"spec-reviewer-prompt.md"
]
},
{
"name": "tokenization-huggingface-tokenizers",
"path": "ai-research/tokenization-huggingface-tokenizers",
"category": "ai-research",
"type": "skill",
"description": "Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Tokenization",
"HuggingFace",
"BPE",
"WordPiece",
"Unigram",
"Fast Tokenization",
"Rust",
"Custom Tokenizer",
"Alignment Tracking",
"Production"
],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithms.md",
"references/integration.md",
"references/pipeline.md",
"references/training.md"
]
},
{
"name": "tokenization-sentencepiece",
"path": "ai-research/tokenization-sentencepiece",
"category": "ai-research",
"type": "skill",
"description": "Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.",
"author": "Orchestra Research",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Tokenization",
"SentencePiece",
"Language-Independent",
"BPE",
"Unigram",
"Multilingual",
"CJK Languages",
"Unicode",
"Deterministic",
"Google"
],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithms.md",
"references/training.md"
]
},
{
"name": "voice-agents",
"path": "ai-research/voice-agents",
"category": "ai-research",
"type": "skill",
"description": "\"Voice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis, it's achieving natural conversation flow with sub-800ms latency while handling interruptions, background noise, and emotional nuance. This skill covers two architectures: speech-to-speech (OpenAI Realtime API, lowest latency, most natural) and pipeline (STT→LLM→TTS, more control, easier to debug). Key insight: latency is the constraint. Hu\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "voice-ai-development",
"path": "ai-research/voice-ai-development",
"category": "ai-research",
"type": "skill",
"description": "\"Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis, LiveKit for real-time infrastructure, and WebRTC fundamentals. Knows how to build low-latency, production-ready voice experiences. Use when: voice ai, voice agent, speech to text, text to speech, realtime voice.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 114,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "google-analytics",
"path": "analytics/google-analytics",
"category": "analytics",
"type": "skill",
"description": "Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 541,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
".env.example",
"EXAMPLES.md",
"REFERENCE.md",
"requirements.txt",
"scripts/analyze.py",
"scripts/ga_client.py"
]
},
{
"name": "ab-test-setup",
"path": "business-marketing/ab-test-setup",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions \"A/B test,\" \"split test,\" \"experiment,\" \"test this change,\" \"variant copy,\" \"multivariate test,\" or \"hypothesis.\" For tracking implementation, see analytics-tracking.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 144,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "agile-product-owner",
"path": "business-marketing/agile-product-owner",
"category": "business-marketing",
"type": "skill",
"description": "Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and velocity tracking. Use for story writing, sprint planning, stakeholder communication, and agile ceremonies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 290,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/user_story_generator.py"
]
},
{
"name": "ai-product",
"path": "business-marketing/ai-product",
"category": "business-marketing",
"type": "skill",
"description": "\"Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Use when: keywords, file_patterns, code_patterns.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "ai-wrapper-product",
"path": "business-marketing/ai-wrapper-product",
"category": "business-marketing",
"type": "skill",
"description": "\"Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Covers prompt engineering for products, cost management, rate limiting, and building defensible AI businesses. Use when: AI wrapper, GPT product, AI tool, wrap AI, AI SaaS.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 59,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "analytics-tracking",
"path": "business-marketing/analytics-tracking",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions \"set up tracking,\" \"GA4,\" \"Google Analytics,\" \"conversion tracking,\" \"event tracking,\" \"UTM parameters,\" \"tag manager,\" \"GTM,\" \"analytics implementation,\" or \"tracking plan.\" For A/B test measurement, see ab-test-setup.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 225,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "app-builder",
"path": "business-marketing/app-builder",
"category": "business-marketing",
"type": "skill",
"description": "Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 271,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"agent-coordination.md",
"feature-building.md",
"project-detection.md",
"scaffolding.md",
"tech-stack.md",
"templates/SKILL.md",
"templates/astro-static/TEMPLATE.md",
"templates/chrome-extension/TEMPLATE.md",
"templates/cli-tool/TEMPLATE.md",
"templates/electron-desktop/TEMPLATE.md",
"templates/express-api/TEMPLATE.md",
"templates/flutter-app/TEMPLATE.md",
"templates/monorepo-turborepo/TEMPLATE.md",
"templates/nextjs-fullstack/TEMPLATE.md",
"templates/nextjs-saas/TEMPLATE.md",
"templates/nextjs-static/TEMPLATE.md",
"templates/nuxt-app/TEMPLATE.md",
"templates/python-fastapi/TEMPLATE.md",
"templates/react-native-app/TEMPLATE.md"
]
},
{
"name": "app-store-optimization",
"path": "business-marketing/app-store-optimization",
"category": "business-marketing",
"type": "skill",
"description": "Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 295,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"HOW_TO_USE.md",
"README.md",
"ab_test_planner.py",
"aso_scorer.py",
"competitor_analyzer.py",
"expected_output.json",
"keyword_analyzer.py",
"launch_checklist.py",
"localization_helper.py",
"metadata_optimizer.py",
"review_analyzer.py",
"sample_input.json"
]
},
{
"name": "brand-guidelines-anthropic",
"path": "business-marketing/brand-guidelines-anthropic",
"category": "business-marketing",
"type": "skill",
"description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 59,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt"
]
},
{
"name": "brand-guidelines-community",
"path": "business-marketing/brand-guidelines-community",
"category": "business-marketing",
"type": "skill",
"description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 48,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt"
]
},
{
"name": "ceo-advisor",
"path": "business-marketing/ceo-advisor",
"category": "business-marketing",
"type": "skill",
"description": "Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Includes strategy analyzer, financial scenario modeling, board governance frameworks, and investor relations playbooks. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 957,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/board_governance_investor_relations.md",
"references/executive_decision_framework.md",
"references/leadership_organizational_culture.md",
"scripts/financial_scenario_analyzer.py",
"scripts/strategy_analyzer.py"
]
},
{
"name": "competitive-ads-extractor",
"path": "business-marketing/competitive-ads-extractor",
"category": "business-marketing",
"type": "skill",
"description": "Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 613,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "competitor-alternatives",
"path": "business-marketing/competitor-alternatives",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 234,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "content-creator",
"path": "business-marketing/content-creator",
"category": "business-marketing",
"type": "skill",
"description": "Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 2324,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/content_calendar_template.md",
"references/brand_guidelines.md",
"references/content_frameworks.md",
"references/social_media_optimization.md",
"scripts/brand_voice_analyzer.py",
"scripts/seo_optimizer.py"
]
},
{
"name": "content-research-writer",
"path": "business-marketing/content-research-writer",
"category": "business-marketing",
"type": "skill",
"description": "Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1558,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "copy-editing",
"path": "business-marketing/copy-editing",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' or 'copy sweep.' This skill provides a systematic approach to editing marketing copy through multiple focused passes.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 178,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "copywriting",
"path": "business-marketing/copywriting",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says \"write copy for,\" \"improve this copy,\" \"rewrite this page,\" \"marketing copy,\" \"headline help,\" or \"CTA copy.\" For email copy, see email-sequence. For popup copy, see popup-cro.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1965,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cto-advisor",
"path": "business-marketing/cto-advisor",
"category": "business-marketing",
"type": "skill",
"description": "Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 637,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/architecture_decision_records.md",
"references/engineering_metrics.md",
"references/technology_evaluation_framework.md",
"scripts/team_scaling_calculator.py",
"scripts/tech_debt_analyzer.py"
]
},
{
"name": "email-sequence",
"path": "business-marketing/email-sequence",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions \"email sequence,\" \"drip campaign,\" \"nurture sequence,\" \"onboarding emails,\" \"welcome sequence,\" \"re-engagement emails,\" \"email automation,\" or \"lifecycle emails.\" For in-app onboarding, see onboarding-cro.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 352,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "email-systems",
"path": "business-marketing/email-systems",
"category": "business-marketing",
"type": "skill",
"description": "\"Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill covers transactional email that works, marketing automation that converts, deliverability that reaches inboxes, and the infrastructure decisions that scale. Use when: keywords, file_patterns, code_patterns.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 164,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "form-cro",
"path": "business-marketing/form-cro",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions \"form optimization,\" \"lead form conversions,\" \"form friction,\" \"form fields,\" \"form completion rate,\" or \"contact form.\" For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 75,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "free-tool-strategy",
"path": "business-marketing/free-tool-strategy",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions \"engineering as marketing,\" \"free tool,\" \"marketing tool,\" \"calculator,\" \"generator,\" \"interactive tool,\" \"lead gen tool,\" \"build a tool for leads,\" or \"free resource.\" This skill bridges engineering and marketing — useful for founders and technical marketers.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 139,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "launch-strategy",
"path": "business-marketing/launch-strategy",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' or 'product update.' This skill covers phased launches, channel strategy, and ongoing launch momentum.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 313,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "lead-research-assistant",
"path": "business-marketing/lead-research-assistant",
"category": "business-marketing",
"type": "skill",
"description": "Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1048,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "marketing-demand-acquisition",
"path": "business-marketing/marketing-demand-acquisition",
"category": "business-marketing",
"type": "skill",
"description": "Multi-channel demand generation, paid media optimization, SEO strategy, and partnership programs for Series A+ startups. Includes CAC calculator, channel playbooks, HubSpot integration, and international expansion tactics. Use when planning demand generation campaigns, optimizing paid media, building SEO strategies, establishing partnerships, or when user mentions demand gen, paid ads, LinkedIn ads, Google ads, CAC, acquisition, lead generation, or pipeline generation.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 458,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/calculate_cac.py"
]
},
{
"name": "marketing-ideas",
"path": "business-marketing/marketing-ideas",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth ideas,' 'how to market,' 'marketing strategies,' 'marketing tactics,' 'ways to promote,' or 'ideas to grow.' This skill provides 140 proven marketing approaches organized by category.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 855,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "marketing-psychology",
"path": "business-marketing/marketing-psychology",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' or 'consumer behavior.' This skill provides 70+ mental models organized for marketing application.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 986,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "marketing-strategy-pmm",
"path": "business-marketing/marketing-strategy-pmm",
"category": "business-marketing",
"type": "skill",
"description": "Product marketing, positioning, GTM strategy, and competitive intelligence. Includes ICP definition, April Dunford positioning methodology, launch playbooks, competitive battlecards, and international market entry guides. Use when developing positioning, planning product launches, creating messaging, analyzing competitors, entering new markets, enabling sales, or when user mentions product marketing, positioning, GTM, go-to-market, competitive analysis, market entry, or sales enablement.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 1175,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "micro-saas-launcher",
"path": "business-marketing/micro-saas-launcher",
"category": "business-marketing",
"type": "skill",
"description": "\"Expert in launching small, focused SaaS products fast - the indie hacker approach to building profitable software. Covers idea validation, MVP development, pricing, launch strategies, and growing to sustainable revenue. Ship in weeks, not months. Use when: micro saas, indie hacker, small saas, side project, saas mvp.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 429,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "onboarding-cro",
"path": "business-marketing/onboarding-cro",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions \"onboarding flow,\" \"activation rate,\" \"user activation,\" \"first-run experience,\" \"empty states,\" \"onboarding checklist,\" \"aha moment,\" or \"new user experience.\" For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 117,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "page-cro",
"path": "business-marketing/page-cro",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says \"CRO,\" \"conversion rate optimization,\" \"this page isn't converting,\" \"improve conversions,\" or \"why isn't this page working.\" For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 219,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "paid-ads",
"path": "business-marketing/paid-ads",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 592,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "paywall-upgrade-cro",
"path": "business-marketing/paywall-upgrade-cro",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions \"paywall,\" \"upgrade screen,\" \"upgrade modal,\" \"upsell,\" \"feature gate,\" \"convert free to paid,\" \"freemium conversion,\" \"trial expiration screen,\" \"limit reached screen,\" \"plan upgrade prompt,\" or \"in-app pricing.\" Distinct from public pricing pages (see page-cro) — this skill focuses on in-product upgrade moments where the user has already experienced value.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 55,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "popup-cro",
"path": "business-marketing/popup-cro",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to create or optimize popups, modals, overlays, slide-ins, or banners for conversion purposes. Also use when the user mentions \"exit intent,\" \"popup conversions,\" \"modal optimization,\" \"lead capture popup,\" \"email popup,\" \"announcement banner,\" or \"overlay.\" For forms outside of popups, see form-cro. For general page conversion optimization, see page-cro.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 54,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pricing-strategy",
"path": "business-marketing/pricing-strategy",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' or 'monetization.' This skill covers pricing research, tier structure, and packaging strategy.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 433,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "product-decision-agent",
"path": "business-marketing/product-decision-agent",
"category": "business-marketing",
"type": "skill",
"description": "中文产品决策 Agent。用于中国大陆互联网产品、运营、增长、商业化、数据、项目推进和组织协作场景:产品规划、需求分析、PRD、需求优先级、排期、版本规划、Roadmap、MVP、灰度、上线、迭代、增长停滞、拉新、投放、渠道、裂变、CAC、LTV、ROI、留存、转化、DAU/MAU、GMV、漏斗、社区运营、内容供给、创作者、用户运营、活动运营、私域、会员、定价、指标异常、数据口径、埋点、A/B Test、用户反馈、客服/销售反馈、竞品冲击、资源不足、项目延期、需求反复、老板临时插需求、跨部门协作、团队冲突、OKR/KPI、目标拆解、复盘等。触发时像资深互联网产品负责人一样,先判断真实问题、当前阶段、核心阻塞、关键约束、相关方和证据充分性,再给出最值得执行的下一步。默认中文回答,不讲理论、不引用原文、不解释历史、不暴露后台方法来源。",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE",
"references/methodology-basis.md",
"references/product-playbooks.md",
"references/reasoning-engine.md",
"references/response-examples.md",
"scripts/quality_gate.py",
"scripts/test_quality_gate.py"
]
},
{
"name": "product-manager-toolkit",
"path": "business-marketing/product-manager-toolkit",
"category": "business-marketing",
"type": "skill",
"description": "Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 834,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/prd_templates.md",
"scripts/customer_interview_analyzer.py",
"scripts/rice_prioritizer.py"
]
},
{
"name": "product-strategist",
"path": "business-marketing/product-strategist",
"category": "business-marketing",
"type": "skill",
"description": "Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 766,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/okr_cascade_generator.py"
]
},
{
"name": "programmatic-seo",
"path": "business-marketing/programmatic-seo",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions \"programmatic SEO,\" \"template pages,\" \"pages at scale,\" \"directory pages,\" \"location pages,\" \"[keyword] + [city] pages,\" \"comparison pages,\" \"integration pages,\" or \"building many pages for SEO.\" For auditing existing SEO issues, see seo-audit.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 428,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "referral-program",
"path": "business-marketing/referral-program",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants to create, optimize, or analyze a referral program, affiliate program, or word-of-mouth strategy. Also use when the user mentions 'referral,' 'affiliate,' 'ambassador,' 'word of mouth,' 'viral loop,' 'refer a friend,' or 'partner program.' This skill covers program design, incentive structure, and growth optimization.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 82,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "schema-markup",
"path": "business-marketing/schema-markup",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions \"schema markup,\" \"structured data,\" \"JSON-LD,\" \"rich snippets,\" \"schema.org,\" \"FAQ schema,\" \"product schema,\" \"review schema,\" or \"breadcrumb schema.\" For broader SEO issues, see seo-audit.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 225,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "seo-audit",
"path": "business-marketing/seo-audit",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions \"SEO audit,\" \"technical SEO,\" \"why am I not ranking,\" \"SEO issues,\" \"on-page SEO,\" \"meta tags review,\" or \"SEO health check.\" For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 866,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "seo-fundamentals",
"path": "business-marketing/seo-fundamentals",
"category": "business-marketing",
"type": "skill",
"description": "SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 472,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/seo_checker.py"
]
},
{
"name": "seo-optimizer",
"path": "business-marketing/seo-optimizer",
"category": "business-marketing",
"type": "skill",
"description": "Search Engine Optimization specialist for content strategy, technical SEO, keyword research, and ranking improvements. Use when optimizing website content, improving search rankings, conducting keyword analysis, or implementing SEO best practices. Expert in on-page SEO, meta tags, schema markup, and Core Web Vitals.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5790,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "seoagent",
"path": "business-marketing/seoagent",
"category": "business-marketing",
"type": "skill",
"description": "Persistent SEO workflow for Claude Code — run a technical SEO audit, build a hub-and-spoke keyword strategy, write page-type-aware content briefs, and draft SEO-optimized articles, persisting every artifact to a .seoagent/ workspace so the work compounds across sessions. Use when auditing a site's technical SEO, planning a keyword/content strategy, writing content briefs, drafting SEO articles with structured data, or resuming SEO work started in a previous session.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "signup-flow-cro",
"path": "business-marketing/signup-flow-cro",
"category": "business-marketing",
"type": "skill",
"description": "When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions \"signup conversions,\" \"registration friction,\" \"signup form optimization,\" \"free trial signup,\" \"reduce signup dropoff,\" or \"account creation flow.\" For post-signup onboarding, see onboarding-cro. For lead capture forms (not account creation), see form-cro.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 61,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "social-content",
"path": "business-marketing/social-content",
"category": "business-marketing",
"type": "skill",
"description": "\"When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1036,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "viral-generator-builder",
"path": "business-marketing/viral-generator-builder",
"category": "business-marketing",
"type": "skill",
"description": "\"Expert in building shareable generator tools that go viral - name generators, quiz makers, avatar creators, personality tests, and calculator tools. Covers the psychology of sharing, viral mechanics, and building tools people can't resist sharing with friends. Use when: generator tool, quiz maker, name generator, avatar creator, viral tool.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 145,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "x-twitter-scraper",
"path": "business-marketing/x-twitter-scraper",
"category": "business-marketing",
"type": "skill",
"description": "\"Use when the user wants to integrate with the X (Twitter) API via Xquik to search tweets, look up user profiles, extract followers, run giveaway draws, monitor accounts, or access trending topics. Also use when the user mentions 'Xquik,' 'Twitter API,' 'X API,' 'tweet scraper,' 'follower extraction,' or 'Twitter monitoring.' Covers REST API, webhooks, and MCP server setup.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "academic-cv-builder",
"path": "career/academic-cv-builder",
"category": "career",
"type": "skill",
"description": "Format CVs for academic positions, including publications, grants, teaching, and research experience. Use when the user mentions academic CV, faculty job, tenure-track, postdoc, PhD, research position, or needs to list publications, grants, conferences, or teaching.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "career-changer-translator",
"path": "career/career-changer-translator",
"category": "career",
"type": "skill",
"description": "Translate skills from one industry to another and identify transferable skills for career pivots. Use when the user mentions changing careers, switching industries, career pivot, transferable skills, or moving from one field to another.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cover-letter-generator",
"path": "career/cover-letter-generator",
"category": "career",
"type": "skill",
"description": "Create personalized, compelling cover letters from a resume and job description. Use when the user asks for a cover letter, application letter, or motivation letter for a specific role.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "creative-portfolio-resume",
"path": "career/creative-portfolio-resume",
"category": "career",
"type": "skill",
"description": "Balance visual design with ATS compatibility for creative roles. Use when the user is in design, art, writing, marketing creative, or any visual/creative field and needs a resume that looks distinctive but still parses.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "executive-resume-writer",
"path": "career/executive-resume-writer",
"category": "career",
"type": "skill",
"description": "Create C-suite and VP-level resumes emphasizing strategic leadership, P&L ownership, and board-level impact. Use when the user mentions executive, C-suite, CEO, CFO, CTO, VP, director, or senior leadership resume.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "interview-prep-generator",
"path": "career/interview-prep-generator",
"category": "career",
"type": "skill",
"description": "Generate STAR stories, practice questions, and talking points from a resume. Use when the user mentions interview prep, behavioral questions, STAR method, mock interview, or preparing for an upcoming interview.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "job-description-analyzer",
"path": "career/job-description-analyzer",
"category": "career",
"type": "skill",
"description": "Analyze job postings, calculate match scores, identify gaps, and create an application strategy. Use when the user shares a job description or asks to evaluate fit, match score, or gaps against a posting.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "linkedin-profile-optimizer",
"path": "career/linkedin-profile-optimizer",
"category": "career",
"type": "skill",
"description": "Optimize a LinkedIn profile for searchability, recruiter visibility, and engagement. Use when the user mentions LinkedIn profile, headline, About section, recruiter visibility, or social hiring.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "offer-comparison-analyzer",
"path": "career/offer-comparison-analyzer",
"category": "career",
"type": "skill",
"description": "Compare multiple job offers side-by-side with total compensation analysis. Use when the user has multiple offers and wants to compare salary, equity, benefits, or total comp.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "portfolio-case-study-writer",
"path": "career/portfolio-case-study-writer",
"category": "career",
"type": "skill",
"description": "Transform resume bullets into detailed portfolio case studies with context, action, and outcome. Use when the user mentions portfolio, case study, project write-up, or expanding a resume bullet into a longer narrative.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "reference-list-builder",
"path": "career/reference-list-builder",
"category": "career",
"type": "skill",
"description": "Format professional references properly and prepare reference materials. Use when the user mentions references, reference list, references page, or preparing referees for a job application.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "resume-ats-optimizer",
"path": "career/resume-ats-optimizer",
"category": "career",
"type": "skill",
"description": "Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword match. Use when the user mentions ATS, applicant tracking, keyword optimization, parsing, or getting past resume screening software.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "resume-bullet-writer",
"path": "career/resume-bullet-writer",
"category": "career",
"type": "skill",
"description": "Transform weak resume bullets into achievement-focused statements with metrics and impact. Use when the user wants to rewrite bullets, strengthen accomplishments, or add action verbs and impact to their resume.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "resume-formatter",
"path": "career/resume-formatter",
"category": "career",
"type": "skill",
"description": "Ensure ATS-friendly formatting and create clean, scannable layouts. Use when the user mentions resume format, layout, template, design, or fixing formatting issues.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "resume-quantifier",
"path": "career/resume-quantifier",
"category": "career",
"type": "skill",
"description": "Find opportunities to add metrics and estimate numbers when exact data is unavailable. Use when the user wants to quantify achievements, add numbers, percentages, or impact metrics to a resume.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "resume-section-builder",
"path": "career/resume-section-builder",
"category": "career",
"type": "skill",
"description": "Create targeted resume sections optimized for different experience levels and roles. Use when the user wants to build or rewrite specific sections like summary, skills, experience, education, or projects.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "resume-tailor",
"path": "career/resume-tailor",
"category": "career",
"type": "skill",
"description": "Customize resume for specific job postings while maintaining truthfulness. Use when the user wants to tailor, customize, or target their resume for a specific job, company, or role.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "resume-version-manager",
"path": "career/resume-version-manager",
"category": "career",
"type": "skill",
"description": "Track different resume versions, maintain a master resume, and manage tailored variants. Use when the user mentions managing multiple resume versions, master resume, or organizing tailored copies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "salary-negotiation-prep",
"path": "career/salary-negotiation-prep",
"category": "career",
"type": "skill",
"description": "Research market rates, build negotiation strategy, and create counter-offer scripts. Use when the user mentions salary negotiation, counter offer, compensation discussion, or pay raise conversation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "tech-resume-optimizer",
"path": "career/tech-resume-optimizer",
"category": "career",
"type": "skill",
"description": "Optimize resumes for software engineering, product management, and technical roles. Use when the user mentions software engineer, developer, PM, data scientist, ML, DevOps, or other technical role resumes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "workorai",
"path": "career/workorai",
"category": "career",
"type": "skill",
"description": "\"WorkorAI talent marketplace skill: candidate job search and employer hiring with white-box match explanations via the WorkorAI MCP server (https://workorai.com/mcp). Use when the user asks to find a job, apply to jobs, respond to employer invitations, or when an employer wants to post jobs, search and evaluate candidates, invite them, and review applicants.\"",
"author": "WorkorAI",
"repo": "https://github.com/work0r-ai/agent-kit",
"version": "0.4.2",
"license": "MIT",
"keywords": [
"WorkorAI",
"Job Search",
"Hiring",
"Recruiting",
"Talent Marketplace",
"MCP"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"references/auth-flow.md",
"references/candidate-catalog.md",
"references/candidate-recipes.md",
"references/candidate-troubleshooting.md",
"references/employer-catalog.md",
"references/employer-recipes.md",
"references/employer-troubleshooting.md",
"references/troubleshooting.md",
"scripts/credential-store.mjs"
]
},
{
"name": "3d-web-experience",
"path": "creative-design/3d-web-experience",
"category": "creative-design",
"type": "skill",
"description": "\"Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2221,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "accessibility-auditor",
"path": "creative-design/accessibility-auditor",
"category": "creative-design",
"type": "skill",
"description": "Web accessibility specialist for WCAG compliance, ARIA implementation, and inclusive design. Use when auditing websites for accessibility issues, implementing WCAG 2.1 AA/AAA standards, testing with screen readers, or ensuring ADA compliance. Expert in semantic HTML, keyboard navigation, and assistive technology compatibility.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 408,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "algorithmic-art",
"path": "creative-design/algorithmic-art",
"category": "creative-design",
"type": "skill",
"description": "Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 874,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"templates/generator_template.js",
"templates/viewer.html"
]
},
{
"name": "c4-architecture",
"path": "creative-design/c4-architecture",
"category": "creative-design",
"type": "skill",
"description": "Generate architecture documentation using C4 model Mermaid diagrams. Use when asked to create architecture diagrams, document system architecture, visualize software structure, create C4 diagrams, or generate context/container/component/deployment diagrams. Triggers include \"architecture diagram\", \"C4 diagram\", \"system context\", \"container diagram\", \"component diagram\", \"deployment diagram\", \"document architecture\", \"visualize architecture\".",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/advanced-patterns.md",
"references/c4-syntax.md",
"references/common-mistakes.md"
]
},
{
"name": "canvas-design",
"path": "creative-design/canvas-design",
"category": "creative-design",
"type": "skill",
"description": "Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 5879,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"canvas-fonts/ArsenalSC-OFL.txt",
"canvas-fonts/ArsenalSC-Regular.ttf",
"canvas-fonts/BigShoulders-Bold.ttf",
"canvas-fonts/BigShoulders-OFL.txt",
"canvas-fonts/BigShoulders-Regular.ttf",
"canvas-fonts/Boldonse-OFL.txt",
"canvas-fonts/Boldonse-Regular.ttf",
"canvas-fonts/BricolageGrotesque-Bold.ttf",
"canvas-fonts/BricolageGrotesque-OFL.txt",
"canvas-fonts/BricolageGrotesque-Regular.ttf",
"canvas-fonts/CrimsonPro-Bold.ttf",
"canvas-fonts/CrimsonPro-Italic.ttf",
"canvas-fonts/CrimsonPro-OFL.txt",
"canvas-fonts/CrimsonPro-Regular.ttf",
"canvas-fonts/DMMono-OFL.txt",
"canvas-fonts/DMMono-Regular.ttf",
"canvas-fonts/EricaOne-OFL.txt",
"canvas-fonts/EricaOne-Regular.ttf",
"canvas-fonts/GeistMono-Bold.ttf",
"canvas-fonts/GeistMono-OFL.txt",
"canvas-fonts/GeistMono-Regular.ttf",
"canvas-fonts/Gloock-OFL.txt",
"canvas-fonts/Gloock-Regular.ttf",
"canvas-fonts/IBMPlexMono-Bold.ttf",
"canvas-fonts/IBMPlexMono-OFL.txt",
"canvas-fonts/IBMPlexMono-Regular.ttf",
"canvas-fonts/IBMPlexSerif-Bold.ttf",
"canvas-fonts/IBMPlexSerif-BoldItalic.ttf",
"canvas-fonts/IBMPlexSerif-Italic.ttf",
"canvas-fonts/IBMPlexSerif-Regular.ttf",
"canvas-fonts/InstrumentSans-Bold.ttf",
"canvas-fonts/InstrumentSans-BoldItalic.ttf",
"canvas-fonts/InstrumentSans-Italic.ttf",
"canvas-fonts/InstrumentSans-OFL.txt",
"canvas-fonts/InstrumentSans-Regular.ttf",
"canvas-fonts/InstrumentSerif-Italic.ttf",
"canvas-fonts/InstrumentSerif-Regular.ttf",
"canvas-fonts/Italiana-OFL.txt",
"canvas-fonts/Italiana-Regular.ttf",
"canvas-fonts/JetBrainsMono-Bold.ttf",
"canvas-fonts/JetBrainsMono-OFL.txt",
"canvas-fonts/JetBrainsMono-Regular.ttf",
"canvas-fonts/Jura-Light.ttf",
"canvas-fonts/Jura-Medium.ttf",
"canvas-fonts/Jura-OFL.txt",
"canvas-fonts/LibreBaskerville-OFL.txt",
"canvas-fonts/LibreBaskerville-Regular.ttf",
"canvas-fonts/Lora-Bold.ttf",
"canvas-fonts/Lora-BoldItalic.ttf",
"canvas-fonts/Lora-Italic.ttf",
"canvas-fonts/Lora-OFL.txt",
"canvas-fonts/Lora-Regular.ttf",
"canvas-fonts/NationalPark-Bold.ttf",
"canvas-fonts/NationalPark-OFL.txt",
"canvas-fonts/NationalPark-Regular.ttf",
"canvas-fonts/NothingYouCouldDo-OFL.txt",
"canvas-fonts/NothingYouCouldDo-Regular.ttf",
"canvas-fonts/Outfit-Bold.ttf",
"canvas-fonts/Outfit-OFL.txt",
"canvas-fonts/Outfit-Regular.ttf",
"canvas-fonts/PixelifySans-Medium.ttf",
"canvas-fonts/PixelifySans-OFL.txt",
"canvas-fonts/PoiretOne-OFL.txt",
"canvas-fonts/PoiretOne-Regular.ttf",
"canvas-fonts/RedHatMono-Bold.ttf",
"canvas-fonts/RedHatMono-OFL.txt",
"canvas-fonts/RedHatMono-Regular.ttf",
"canvas-fonts/Silkscreen-OFL.txt",
"canvas-fonts/Silkscreen-Regular.ttf",
"canvas-fonts/SmoochSans-Medium.ttf",
"canvas-fonts/SmoochSans-OFL.txt",
"canvas-fonts/Tektur-Medium.ttf",
"canvas-fonts/Tektur-OFL.txt",
"canvas-fonts/Tektur-Regular.ttf",
"canvas-fonts/WorkSans-Bold.ttf",
"canvas-fonts/WorkSans-BoldItalic.ttf",
"canvas-fonts/WorkSans-Italic.ttf",
"canvas-fonts/WorkSans-OFL.txt",
"canvas-fonts/WorkSans-Regular.ttf",
"canvas-fonts/YoungSerif-OFL.txt",
"canvas-fonts/YoungSerif-Regular.ttf"
]
},
{
"name": "claude-d3js-skill",
"path": "creative-design/claude-d3js-skill",
"category": "creative-design",
"type": "skill",
"description": "Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke visualisations beyond standard charting libraries, whether in React, Vue, Svelte, vanilla JavaScript, or any other environment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 289,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/chart-template.jsx",
"assets/interactive-template.jsx",
"assets/sample-data.json",
"references/colour-schemes.md",
"references/d3-patterns.md",
"references/scale-reference.md"
]
},
{
"name": "develop-web-game",
"path": "creative-design/develop-web-game",
"category": "creative-design",
"type": "skill",
"description": "\"Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 143,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/game-small.svg",
"assets/game.png",
"references/action_payloads.json",
"scripts/web_game_playwright_client.js"
]
},
{
"name": "diagrammer",
"path": "creative-design/diagrammer",
"category": "creative-design",
"type": "skill",
"description": "Render clean blueprint-style SVG diagrams from JSON specs. Use when users ask to draw, sketch, or diagram a request flow, neural net, transformer block, system architecture, state machine, data pipeline, or any node-and-edge technical visual they want as an SVG for docs, READMEs, posts, or slides.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 38,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "draw-io",
"path": "creative-design/draw-io",
"category": "creative-design",
"type": "skill",
"description": "draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 393,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/aws-icons.md",
"references/layout-guidelines.md",
"scripts/convert-drawio-to-png.sh",
"scripts/find_aws_icon.py"
]
},
{
"name": "excalidraw",
"path": "creative-design/excalidraw",
"category": "creative-design",
"type": "skill",
"description": "\"Use when working with *.excalidraw or *.excalidraw.json files, user mentions diagrams/flowcharts, or requests architecture visualization - delegates all Excalidraw operations to subagents to prevent context exhaustion from verbose JSON (single files: 4k-22k tokens, can exceed read limits)\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 214,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "executing-marketing-campaigns",
"path": "creative-design/executing-marketing-campaigns",
"category": "creative-design",
"type": "skill",
"description": "Plans, creates, and optimizes marketing campaigns including content strategy, social media, email, and analytics. Helps develop go-to-market strategies, campaign messaging, and performance measurement.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 722,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"DELIVERY_SUMMARY.md",
"DIRECTORY_STRUCTURE.md",
"IMPLEMENTATION_GUIDE.md",
"README.md",
"examples/campaigns_sample.csv",
"reference/analytics.md",
"reference/brand.md",
"reference/campaigns.md",
"reference/content.md",
"reference/email.md",
"reference/social_media.md",
"reference/templates.md",
"scripts/marketing_utils.py"
]
},
{
"name": "figma",
"path": "creative-design/figma",
"category": "creative-design",
"type": "skill",
"description": "Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 472,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/figma-small.svg",
"assets/figma.png",
"assets/icon.svg",
"references/figma-mcp-config.md",
"references/figma-tools-and-prompts.md"
]
},
{
"name": "figma-implement-design",
"path": "creative-design/figma-implement-design",
"category": "creative-design",
"type": "skill",
"description": "\"Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 375,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/figma-small.svg",
"assets/figma.png",
"assets/icon.svg"
]
},
{
"name": "frontend-design",
"path": "creative-design/frontend-design",
"category": "creative-design",
"type": "skill",
"description": "Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 26464,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt"
]
},
{
"name": "game-development",
"path": "creative-design/game-development",
"category": "creative-design",
"type": "skill",
"description": "Game development orchestrator. Routes to platform-specific skills based on project needs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 523,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"2d-games/SKILL.md",
"3d-games/SKILL.md",
"game-art/SKILL.md",
"game-audio/SKILL.md",
"game-design/SKILL.md",
"mobile-games/SKILL.md",
"multiplayer/SKILL.md",
"pc-games/SKILL.md",
"vr-ar/SKILL.md",
"web-games/SKILL.md"
]
},
{
"name": "imagegen",
"path": "creative-design/imagegen",
"category": "creative-design",
"type": "skill",
"description": "\"Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 161,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/imagegen-small.svg",
"assets/imagegen.png",
"references/cli.md",
"references/codex-network.md",
"references/image-api.md",
"references/prompting.md",
"references/sample-prompts.md",
"scripts/image_gen.py"
]
},
{
"name": "interactive-portfolio",
"path": "creative-design/interactive-portfolio",
"category": "creative-design",
"type": "skill",
"description": "\"Expert in building portfolios that actually land jobs and clients - not just showing work, but creating memorable experiences. Covers developer portfolios, designer portfolios, creative portfolios, and portfolios that convert visitors into opportunities. Use when: portfolio, personal website, showcase work, developer portfolio, designer portfolio.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 322,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "luma-imagegen",
"path": "creative-design/luma-imagegen",
"category": "creative-design",
"type": "skill",
"description": "\"Use when the user asks to generate images via the Luma AI API (Dream Machine / Photon); collects a prompt and options interactively, then calls the API using the bundled script. Requires LUMA_API_KEY — will prompt the user if missing.\"",
"author": "lumalabs",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/luma_imagegen.py"
]
},
{
"name": "marp-slide",
"path": "creative-design/marp-slide",
"category": "creative-design",
"type": "skill",
"description": "Create professional Marp presentation slides with 7 beautiful themes (default, minimal, colorful, dark, gradient, tech, business). Use when users request slide creation, presentations, or Marp documents. Supports custom themes, image layouts, and \"make it look good\" requests with automatic quality improvements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"assets/template-basic.md",
"assets/template-business.md",
"assets/template-colorful.md",
"assets/template-dark.md",
"assets/template-gradient.md",
"assets/template-minimal.md",
"assets/template-tech.md",
"assets/theme-business.css",
"assets/theme-colorful.css",
"assets/theme-dark.css",
"assets/theme-default.css",
"assets/theme-gradient.css",
"assets/theme-minimal.css",
"assets/theme-tech.css",
"references/advanced-features.md",
"references/best-practices.md",
"references/image-patterns.md",
"references/marp-syntax.md",
"references/official-themes.md",
"references/theme-css-guide.md",
"references/theme-selection.md"
]
},
{
"name": "meme-factory",
"path": "creative-design/meme-factory",
"category": "creative-design",
"type": "skill",
"description": "Generate memes using the memegen.link API. Use when users request memes, want to add humor to content, or need visual aids for social media. Supports 100+ popular templates with custom text and styling.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/examples.md",
"references/markdown-memes-guide.md",
"scripts/meme_generator.py"
]
},
{
"name": "mermaid-diagrams",
"path": "creative-design/mermaid-diagrams",
"category": "creative-design",
"type": "skill",
"description": "Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to \"diagram\", \"visualize\", \"model\", \"map out\", \"show the flow\", or when explaining system architecture, database design, code structure, or user/application flows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 680,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/advanced-features.md",
"references/c4-diagrams.md",
"references/class-diagrams.md",
"references/erd-diagrams.md",
"references/flowcharts.md",
"references/sequence-diagrams.md"
]
},
{
"name": "mobile-design",
"path": "creative-design/mobile-design",
"category": "creative-design",
"type": "skill",
"description": "Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4884,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"decision-trees.md",
"mobile-backend.md",
"mobile-color-system.md",
"mobile-debugging.md",
"mobile-design-thinking.md",
"mobile-navigation.md",
"mobile-performance.md",
"mobile-testing.md",
"mobile-typography.md",
"platform-android.md",
"platform-ios.md",
"scripts/mobile_audit.py",
"touch-psychology.md"
]
},
{
"name": "premium-web-design",
"path": "creative-design/premium-web-design",
"category": "creative-design",
"type": "skill",
"description": ">",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 326,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "remotion-best-practices",
"path": "creative-design/remotion-best-practices",
"category": "creative-design",
"type": "skill",
"description": "Best practices for Remotion - Video creation in React",
"author": "remotion-dev",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 248,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"rules/3d.md",
"rules/animations.md",
"rules/assets.md",
"rules/assets/charts-bar-chart.tsx",
"rules/assets/text-animations-typewriter.tsx",
"rules/assets/text-animations-word-highlight.tsx",
"rules/audio.md",
"rules/calculate-metadata.md",
"rules/can-decode.md",
"rules/charts.md",
"rules/compositions.md",
"rules/display-captions.md",
"rules/extract-frames.md",
"rules/fonts.md",
"rules/get-audio-duration.md",
"rules/get-video-dimensions.md",
"rules/get-video-duration.md",
"rules/gifs.md",
"rules/images.md",
"rules/import-srt-captions.md",
"rules/lottie.md",
"rules/measuring-dom-nodes.md",
"rules/measuring-text.md",
"rules/sequencing.md",
"rules/tailwind.md",
"rules/text-animations.md",
"rules/timing.md",
"rules/transcribe-captions.md",
"rules/transitions.md",
"rules/trimming.md",
"rules/videos.md"
]
},
{
"name": "scroll-experience",
"path": "creative-design/scroll-experience",
"category": "creative-design",
"type": "skill",
"description": "\"Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 997,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "slack-gif-creator",
"path": "creative-design/slack-gif-creator",
"category": "creative-design",
"type": "skill",
"description": "Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like \"make me a GIF of X doing Y for Slack.\"",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 210,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"core/easing.py",
"core/frame_composer.py",
"core/gif_builder.py",
"core/validators.py",
"requirements.txt"
]
},
{
"name": "tailwind-patterns",
"path": "creative-design/tailwind-patterns",
"category": "creative-design",
"type": "skill",
"description": "Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1532,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "theme-factory",
"path": "creative-design/theme-factory",
"category": "creative-design",
"type": "skill",
"description": "Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 2281,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"theme-showcase.pdf",
"themes/arctic-frost.md",
"themes/botanical-garden.md",
"themes/desert-rose.md",
"themes/forest-canopy.md",
"themes/golden-hour.md",
"themes/midnight-galaxy.md",
"themes/modern-minimalist.md",
"themes/ocean-depths.md",
"themes/sunset-boulevard.md",
"themes/tech-innovation.md"
]
},
{
"name": "ui-design-system",
"path": "creative-design/ui-design-system",
"category": "creative-design",
"type": "skill",
"description": "UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9534,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/design_token_generator.py"
]
},
{
"name": "ui-ux-pro-max",
"path": "creative-design/ui-ux-pro-max",
"category": "creative-design",
"type": "skill",
"description": "\"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13742,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"data/charts.csv",
"data/colors.csv",
"data/icons.csv",
"data/landing.csv",
"data/products.csv",
"data/prompts.csv",
"data/react-performance.csv",
"data/stacks/flutter.csv",
"data/stacks/html-tailwind.csv",
"data/stacks/nextjs.csv",
"data/stacks/nuxt-ui.csv",
"data/stacks/nuxtjs.csv",
"data/stacks/react-native.csv",
"data/stacks/react.csv",
"data/stacks/shadcn.csv",
"data/stacks/svelte.csv",
"data/stacks/swiftui.csv",
"data/stacks/vue.csv",
"data/styles.csv",
"data/typography.csv",
"data/ui-reasoning.csv",
"data/ux-guidelines.csv",
"data/web-interface.csv",
"scripts/core.py",
"scripts/design_system.py",
"scripts/search.py"
]
},
{
"name": "ux-researcher-designer",
"path": "creative-design/ux-researcher-designer",
"category": "creative-design",
"type": "skill",
"description": "UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2198,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/persona_generator.py"
]
},
{
"name": "web-design-guidelines",
"path": "creative-design/web-design-guidelines",
"category": "creative-design",
"type": "skill",
"description": "Review UI code for Web Interface Guidelines compliance. Use when asked to \"review my UI\", \"check accessibility\", \"audit design\", \"review UX\", or \"check my site against best practices\".",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 974,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "alloydb-basics",
"path": "database/alloydb-basics",
"category": "database",
"type": "skill",
"description": "Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB MCP tools for automated database operations including AI-powered search and vector capabilities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cli-usage.md",
"references/client-library-usage.md",
"references/core-concepts.md",
"references/iac-usage.md",
"references/iam-security.md",
"references/mcp-usage.md"
]
},
{
"name": "bigquery-basics",
"path": "database/bigquery-basics",
"category": "database",
"type": "skill",
"description": "Manages datasets, tables, and jobs in BigQuery, and integrates with BigQuery ML and Gemini for advanced data analytics and AI-driven insights. Use for SQL queries, resource management, data ingestion, or AI applications on BigQuery.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cli-usage.md",
"references/client-library-usage.md",
"references/core-concepts.md",
"references/iac-usage.md",
"references/iam-security.md",
"references/mcp-usage.md"
]
},
{
"name": "cloud-sql-basics",
"path": "database/cloud-sql-basics",
"category": "database",
"type": "skill",
"description": "Creates and manages Cloud SQL instances for MySQL, PostgreSQL, and SQL Server. Handles backups, high availability, and secure connectivity for relational database workloads on Google Cloud.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cli-usage.md",
"references/client-library-usage.md",
"references/core-concepts.md",
"references/iac-usage.md",
"references/iam-security.md",
"references/mcp-usage.md"
]
},
{
"name": "database-architect",
"path": "database/database-architect",
"category": "database",
"type": "skill",
"description": "Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 268,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "database-migration",
"path": "database/database-migration",
"category": "database",
"type": "skill",
"description": "\"Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 82,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "database-optimizer",
"path": "database/database-optimizer",
"category": "database",
"type": "skill",
"description": "Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 145,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "neon-instagres",
"path": "database/neon-instagres",
"category": "database",
"type": "skill",
"description": "Instantly provision production-ready Postgres databases with Neon Instagres. Use when setting up databases, when users mention PostgreSQL/Postgres, database setup, or need a development database. Works with Drizzle, Prisma, raw SQL.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 107,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "postgresql",
"path": "database/postgresql",
"category": "database",
"type": "skill",
"description": "\"Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 137,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "postgresql-optimization",
"path": "database/postgresql-optimization",
"category": "database",
"type": "skill",
"description": "\"PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 141,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "sql-pro",
"path": "database/sql-pro",
"category": "database",
"type": "skill",
"description": "Master modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 146,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "supabase-postgres-best-practices",
"path": "database/supabase-postgres-best-practices",
"category": "database",
"type": "skill",
"description": "Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 1413,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"AGENTS.md",
"README.md",
"metadata.json",
"rules/_contributing.md",
"rules/_sections.md",
"rules/_template.md",
"rules/advanced-full-text-search.md",
"rules/advanced-jsonb-indexing.md",
"rules/conn-idle-timeout.md",
"rules/conn-limits.md",
"rules/conn-pooling.md",
"rules/conn-prepared-statements.md",
"rules/data-batch-inserts.md",
"rules/data-n-plus-one.md",
"rules/data-pagination.md",
"rules/data-upsert.md",
"rules/lock-advisory.md",
"rules/lock-deadlock-prevention.md",
"rules/lock-short-transactions.md",
"rules/lock-skip-locked.md",
"rules/monitor-explain-analyze.md",
"rules/monitor-pg-stat-statements.md",
"rules/monitor-vacuum-analyze.md",
"rules/query-composite-indexes.md",
"rules/query-covering-indexes.md",
"rules/query-index-types.md",
"rules/query-missing-indexes.md",
"rules/query-partial-indexes.md",
"rules/schema-data-types.md",
"rules/schema-foreign-key-indexes.md",
"rules/schema-lowercase-identifiers.md",
"rules/schema-partitioning.md",
"rules/schema-primary-keys.md",
"rules/security-privileges.md",
"rules/security-rls-basics.md",
"rules/security-rls-performance.md"
]
},
{
"name": "using-neon",
"path": "database/using-neon",
"category": "database",
"type": "skill",
"description": "Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 120,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/connection-methods.md",
"references/devtools.md",
"references/features.md",
"references/getting-started.md",
"references/neon-auth.md",
"references/neon-auth/auth-methods.md",
"references/neon-auth/common-mistakes.md",
"references/neon-auth/setup-nextjs.md",
"references/neon-auth/setup-react-spa.md",
"references/neon-auth/ui-components.md",
"references/neon-cli.md",
"references/neon-drizzle.md",
"references/neon-js.md",
"references/neon-js/common-mistakes.md",
"references/neon-js/data-api.md",
"references/neon-platform-api.md",
"references/neon-python-sdk.md",
"references/neon-rest-api/branches.md",
"references/neon-rest-api/endpoints.md",
"references/neon-rest-api/guidelines.md",
"references/neon-rest-api/keys.md",
"references/neon-rest-api/operations.md",
"references/neon-rest-api/organizations.md",
"references/neon-rest-api/projects.md",
"references/neon-serverless.md",
"references/neon-typescript-sdk.md",
"references/referencing-docs.md",
"references/what-is-neon.md"
]
},
{
"name": "accessibility",
"path": "development/accessibility",
"category": "development",
"type": "skill",
"description": "Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to \"improve accessibility\", \"a11y audit\", \"WCAG compliance\", \"screen reader support\", \"keyboard navigation\", or \"make accessible\".",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/WCAG.md"
]
},
{
"name": "agent-development",
"path": "development/agent-development",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks to \"create an agent\", \"add an agent\", \"write a subagent\", \"agent frontmatter\", \"when to use description\", \"agent examples\", \"agent tools\", \"agent colors\", \"autonomous agent\", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.",
"author": "",
"repo": "",
"version": "0.1.0",
"license": "",
"keywords": [],
"downloads": 1526,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"examples/agent-creation-prompt.md",
"examples/complete-agent-examples.md",
"references/agent-creation-system-prompt.md",
"references/system-prompt-design.md",
"references/triggering-examples.md",
"scripts/validate-agent.sh"
]
},
{
"name": "agent-md-refactor",
"path": "development/agent-md-refactor",
"category": "development",
"type": "skill",
"description": "Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 118,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "agirails-agent-payments",
"path": "development/agirails-agent-payments",
"category": "development",
"type": "skill",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "algolia-search",
"path": "development/algolia-search",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "android-cicd",
"path": "development/android-cicd",
"category": "development",
"type": "skill",
"description": "\"Automated Android CI/CD pipeline to Google Play — supports TWA, React Native, Flutter, and native Android. Run npx android-cicd to set up keystore generation, GitHub Secrets, and a multi-stage workflow (internal/alpha/beta/production) with auto-bump versionCode.\"",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "angular",
"path": "development/angular",
"category": "development",
"type": "skill",
"description": "Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 137,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"metadata.json"
]
},
{
"name": "api-design-principles",
"path": "development/api-design-principles",
"category": "development",
"type": "skill",
"description": "\"Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 96,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/api-design-checklist.md",
"assets/rest-api-template.py",
"references/graphql-schema-design.md",
"references/rest-best-practices.md",
"resources/implementation-playbook.md"
]
},
{
"name": "api-documentation-generator",
"path": "development/api-documentation-generator",
"category": "development",
"type": "skill",
"description": "\"Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 146,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "api-integration-specialist",
"path": "development/api-integration-specialist",
"category": "development",
"type": "skill",
"description": "Expert in integrating third-party APIs with proper authentication, error handling, rate limiting, and retry logic. Use when integrating REST APIs, GraphQL endpoints, webhooks, or external services. Specializes in OAuth flows, API key management, request/response transformation, and building robust API clients.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1764,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "api-patterns",
"path": "development/api-patterns",
"category": "development",
"type": "skill",
"description": "API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 260,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"api-style.md",
"auth.md",
"documentation.md",
"graphql.md",
"rate-limiting.md",
"response.md",
"rest.md",
"scripts/api_validator.py",
"security-testing.md",
"trpc.md",
"versioning.md"
]
},
{
"name": "architecture",
"path": "development/architecture",
"category": "development",
"type": "skill",
"description": "Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 236,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"context-discovery.md",
"examples.md",
"pattern-selection.md",
"patterns-reference.md",
"trade-off-analysis.md"
]
},
{
"name": "architecture-decision-records",
"path": "development/architecture-decision-records",
"category": "development",
"type": "skill",
"description": "\"Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "architecture-patterns",
"path": "development/architecture-patterns",
"category": "development",
"type": "skill",
"description": "\"Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "artifacts-builder",
"path": "development/artifacts-builder",
"category": "development",
"type": "skill",
"description": "Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 1266,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"scripts/bundle-artifact.sh",
"scripts/init-artifact.sh",
"scripts/shadcn-components.tar.gz"
]
},
{
"name": "async-python-patterns",
"path": "development/async-python-patterns",
"category": "development",
"type": "skill",
"description": "\"Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 49,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "avalonia-layout-zafiro",
"path": "development/avalonia-layout-zafiro",
"category": "development",
"type": "skill",
"description": "Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"behaviors.md",
"components.md",
"containers.md",
"icons.md",
"themes.md"
]
},
{
"name": "avalonia-viewmodels-zafiro",
"path": "development/avalonia-viewmodels-zafiro",
"category": "development",
"type": "skill",
"description": "Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"composition.md",
"navigation_sections.md",
"viewmodels.md",
"wizards.md"
]
},
{
"name": "avalonia-zafiro-development",
"path": "development/avalonia-zafiro-development",
"category": "development",
"type": "skill",
"description": "Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"avalonia-reactive-rules.md",
"core-technical-skills.md",
"naming-standards.md",
"patterns.md",
"zafiro-shortcuts.md"
]
},
{
"name": "aws-serverless",
"path": "development/aws-serverless",
"category": "development",
"type": "skill",
"description": "\"Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "azure-functions",
"path": "development/azure-functions",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "backend-architect",
"path": "development/backend-architect",
"category": "development",
"type": "skill",
"description": "Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 220,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "backend-dev-guidelines",
"path": "development/backend-dev-guidelines",
"category": "development",
"type": "skill",
"description": "Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 380,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/architecture-overview.md",
"resources/async-and-errors.md",
"resources/complete-examples.md",
"resources/configuration.md",
"resources/database-patterns.md",
"resources/middleware-guide.md",
"resources/routing-and-controllers.md",
"resources/sentry-and-monitoring.md",
"resources/services-and-repositories.md",
"resources/testing-guide.md",
"resources/validation-patterns.md"
]
},
{
"name": "bash-linux",
"path": "development/bash-linux",
"category": "development",
"type": "skill",
"description": "Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "bash-pro",
"path": "development/bash-pro",
"category": "development",
"type": "skill",
"description": "'Master of defensive Bash scripting for production automation, CI/CD",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 25,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "best-practices",
"path": "development/best-practices",
"category": "development",
"type": "skill",
"description": "Apply modern web development best practices for security, compatibility, and code quality. Use when asked to \"apply best practices\", \"security audit\", \"modernize code\", \"code quality review\", or \"check for vulnerabilities\".",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 202,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "bleu",
"path": "development/bleu",
"category": "development",
"type": "skill",
"description": "\"Use this skill whenever a developer wants to turn an idea into a complete, production-ready, end-to-end system plan BEFORE writing any code. Trigger on 'plan this system', 'design the architecture for', 'help me blueprint', 'deep plan for X', 'break this idea into components', 'expand into action points', 'full implementation plan', or when the user pastes a project idea wanting architecture, components, pipelines, and file-level execution mapped out. Casual phrasing also triggers: 'help me think this through end-to-end', 'plan before coding'. Also covers living-workspace patterns: self-improving knowledge bases, reflection loops with auditor agents, four-agent teams, schema-as-code, wiki health scoring. **Resume triggers**: 'where did we leave off', 'continue this plan', 'resume my blueprint' - rehydrates state from disk via SESSION.md/NEXT.md/decisions/. Web research is mandatory every invocation.\"",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/action-point-template.md",
"references/advanced-architecture.md",
"references/claude-code-integration.md",
"references/handoff-formats.md",
"references/knowledge-base-pattern.md",
"references/landscape-research.md",
"references/research-and-citations.md",
"references/session-persistence.md"
]
},
{
"name": "brainstorming",
"path": "development/brainstorming",
"category": "development",
"type": "skill",
"description": "\"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5975,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "brightdata-local-search",
"path": "development/brightdata-local-search",
"category": "development",
"type": "skill",
"description": "Set up and run local web searches using Bright Data SERP API with the unfancy-search pipeline (query expansion, SERP retrieval, RRF reranking).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 86,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "bullmq-specialist",
"path": "development/bullmq-specialist",
"category": "development",
"type": "skill",
"description": "\"BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "bun-development",
"path": "development/bun-development",
"category": "development",
"type": "skill",
"description": "\"Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, or migrating from Node.js to Bun.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "c-pro",
"path": "development/c-pro",
"category": "development",
"type": "skill",
"description": "\"Write efficient C code with proper memory management, pointer\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cc-skill-backend-patterns",
"path": "development/cc-skill-backend-patterns",
"category": "development",
"type": "skill",
"description": "Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 41,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cc-skill-clickhouse-io",
"path": "development/cc-skill-clickhouse-io",
"category": "development",
"type": "skill",
"description": "ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 27,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cc-skill-coding-standards",
"path": "development/cc-skill-coding-standards",
"category": "development",
"type": "skill",
"description": "Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cc-skill-continuous-learning",
"path": "development/cc-skill-continuous-learning",
"category": "development",
"type": "skill",
"description": "Development skill from everything-claude-code",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"config.json",
"evaluate-session.sh"
]
},
{
"name": "cc-skill-frontend-patterns",
"path": "development/cc-skill-frontend-patterns",
"category": "development",
"type": "skill",
"description": "Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 60,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cc-skill-project-guidelines-example",
"path": "development/cc-skill-project-guidelines-example",
"category": "development",
"type": "skill",
"description": "Project Guidelines Skill (Example)",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cc-skill-security-review",
"path": "development/cc-skill-security-review",
"category": "development",
"type": "skill",
"description": "Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 88,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cc-skill-strategic-compact",
"path": "development/cc-skill-strategic-compact",
"category": "development",
"type": "skill",
"description": "Development skill from everything-claude-code",
"author": "affaan-m",
"repo": "",
"version": "\"1.0\"",
"license": "",
"keywords": [],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"suggest-compact.sh"
]
},
{
"name": "changelog-generator",
"path": "development/changelog-generator",
"category": "development",
"type": "skill",
"description": "Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 544,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "claude-api",
"path": "development/claude-api",
"category": "development",
"type": "skill",
"description": "\"Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.\"",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 62,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"csharp/claude-api.md",
"curl/examples.md",
"curl/managed-agents.md",
"go/claude-api.md",
"go/managed-agents/README.md",
"java/claude-api.md",
"java/managed-agents/README.md",
"php/claude-api.md",
"php/managed-agents/README.md",
"python/agent-sdk/README.md",
"python/agent-sdk/patterns.md",
"python/claude-api/README.md",
"python/claude-api/batches.md",
"python/claude-api/files-api.md",
"python/claude-api/streaming.md",
"python/claude-api/tool-use.md",
"python/managed-agents/README.md",
"ruby/claude-api.md",
"ruby/managed-agents/README.md",
"shared/agent-design.md",
"shared/error-codes.md",
"shared/live-sources.md",
"shared/managed-agents-api-reference.md",
"shared/managed-agents-client-patterns.md",
"shared/managed-agents-core.md",
"shared/managed-agents-environments.md",
"shared/managed-agents-events.md",
"shared/managed-agents-memory.md",
"shared/managed-agents-multiagent.md",
"shared/managed-agents-onboarding.md",
"shared/managed-agents-outcomes.md",
"shared/managed-agents-overview.md",
"shared/managed-agents-tools.md",
"shared/managed-agents-webhooks.md",
"shared/model-migration.md",
"shared/models.md",
"shared/prompt-caching.md",
"shared/tool-use-concepts.md",
"typescript/agent-sdk/README.md",
"typescript/agent-sdk/patterns.md",
"typescript/claude-api/README.md",
"typescript/claude-api/batches.md",
"typescript/claude-api/files-api.md",
"typescript/claude-api/streaming.md",
"typescript/claude-api/tool-use.md",
"typescript/managed-agents/README.md"
]
},
{
"name": "claude-opus-4-5-migration",
"path": "development/claude-opus-4-5-migration",
"category": "development",
"type": "skill",
"description": "Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 45,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/effort.md",
"references/prompt-snippets.md"
]
},
{
"name": "clean-code",
"path": "development/clean-code",
"category": "development",
"type": "skill",
"description": "Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments",
"author": "",
"repo": "",
"version": "2.0",
"license": "",
"keywords": [],
"downloads": 3362,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "clerk-auth",
"path": "development/clerk-auth",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cloud-architect",
"path": "development/cloud-architect",
"category": "development",
"type": "skill",
"description": "Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 70,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cloud-devops",
"path": "development/cloud-devops",
"category": "development",
"type": "skill",
"description": "\"Cloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 48,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cloud-run-basics",
"path": "development/cloud-run-basics",
"category": "development",
"type": "skill",
"description": "Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cli-usage.md",
"references/client-library-usage.md",
"references/core-concepts.md",
"references/iac-usage.md",
"references/iam-security.md",
"references/mcp-usage.md"
]
},
{
"name": "cloudflare-deploy",
"path": "development/cloudflare-deploy",
"category": "development",
"type": "skill",
"description": "Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 83,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/cloudflare-small.svg",
"assets/cloudflare.png",
"references/agents-sdk/README.md",
"references/agents-sdk/api.md",
"references/agents-sdk/configuration.md",
"references/agents-sdk/gotchas.md",
"references/agents-sdk/patterns.md",
"references/ai-gateway/README.md",
"references/ai-gateway/configuration.md",
"references/ai-gateway/dynamic-routing.md",
"references/ai-gateway/features.md",
"references/ai-gateway/sdk-integration.md",
"references/ai-gateway/troubleshooting.md",
"references/ai-search/README.md",
"references/ai-search/api.md",
"references/ai-search/configuration.md",
"references/ai-search/gotchas.md",
"references/ai-search/patterns.md",
"references/analytics-engine/README.md",
"references/analytics-engine/api.md",
"references/analytics-engine/configuration.md",
"references/analytics-engine/gotchas.md",
"references/analytics-engine/patterns.md",
"references/api-shield/README.md",
"references/api-shield/api.md",
"references/api-shield/configuration.md",
"references/api-shield/gotchas.md",
"references/api-shield/patterns.md",
"references/api/README.md",
"references/api/api.md",
"references/api/configuration.md",
"references/api/gotchas.md",
"references/api/patterns.md",
"references/argo-smart-routing/README.md",
"references/argo-smart-routing/api.md",
"references/argo-smart-routing/configuration.md",
"references/argo-smart-routing/gotchas.md",
"references/argo-smart-routing/patterns.md",
"references/bindings/README.md",
"references/bindings/api.md",
"references/bindings/configuration.md",
"references/bindings/gotchas.md",
"references/bindings/patterns.md",
"references/bot-management/README.md",
"references/bot-management/api.md",
"references/bot-management/configuration.md",
"references/bot-management/gotchas.md",
"references/bot-management/patterns.md",
"references/browser-rendering/README.md",
"references/browser-rendering/api.md",
"references/browser-rendering/configuration.md",
"references/browser-rendering/gotchas.md",
"references/browser-rendering/patterns.md",
"references/c3/README.md",
"references/c3/api.md",
"references/c3/configuration.md",
"references/c3/gotchas.md",
"references/c3/patterns.md",
"references/cache-reserve/README.md",
"references/cache-reserve/api.md",
"references/cache-reserve/configuration.md",
"references/cache-reserve/gotchas.md",
"references/cache-reserve/patterns.md",
"references/containers/README.md",
"references/containers/api.md",
"references/containers/configuration.md",
"references/containers/gotchas.md",
"references/containers/patterns.md",
"references/cron-triggers/README.md",
"references/cron-triggers/api.md",
"references/cron-triggers/configuration.md",
"references/cron-triggers/gotchas.md",
"references/cron-triggers/patterns.md",
"references/d1/README.md",
"references/d1/api.md",
"references/d1/configuration.md",
"references/d1/gotchas.md",
"references/d1/patterns.md",
"references/ddos/README.md",
"references/ddos/api.md",
"references/ddos/configuration.md",
"references/ddos/gotchas.md",
"references/ddos/patterns.md",
"references/do-storage/README.md",
"references/do-storage/api.md",
"references/do-storage/configuration.md",
"references/do-storage/gotchas.md",
"references/do-storage/patterns.md",
"references/do-storage/testing.md",
"references/durable-objects/README.md",
"references/durable-objects/api.md",
"references/durable-objects/configuration.md",
"references/durable-objects/gotchas.md",
"references/durable-objects/patterns.md",
"references/email-routing/README.md",
"references/email-routing/api.md",
"references/email-routing/configuration.md",
"references/email-routing/gotchas.md",
"references/email-routing/patterns.md",
"references/email-workers/README.md",
"references/email-workers/api.md",
"references/email-workers/configuration.md",
"references/email-workers/gotchas.md",
"references/email-workers/patterns.md",
"references/hyperdrive/README.md",
"references/hyperdrive/api.md",
"references/hyperdrive/configuration.md",
"references/hyperdrive/gotchas.md",
"references/hyperdrive/patterns.md",
"references/images/README.md",
"references/images/api.md",
"references/images/configuration.md",
"references/images/gotchas.md",
"references/images/patterns.md",
"references/kv/README.md",
"references/kv/api.md",
"references/kv/configuration.md",
"references/kv/gotchas.md",
"references/kv/patterns.md",
"references/miniflare/README.md",
"references/miniflare/api.md",
"references/miniflare/configuration.md",
"references/miniflare/gotchas.md",
"references/miniflare/patterns.md",
"references/network-interconnect/README.md",
"references/network-interconnect/api.md",
"references/network-interconnect/configuration.md",
"references/network-interconnect/gotchas.md",
"references/network-interconnect/patterns.md",
"references/observability/README.md",
"references/observability/api.md",
"references/observability/configuration.md",
"references/observability/gotchas.md",
"references/observability/patterns.md",
"references/pages-functions/README.md",
"references/pages-functions/api.md",
"references/pages-functions/configuration.md",
"references/pages-functions/gotchas.md",
"references/pages-functions/patterns.md",
"references/pages/README.md",
"references/pages/api.md",
"references/pages/configuration.md",
"references/pages/gotchas.md",
"references/pages/patterns.md",
"references/pipelines/README.md",
"references/pipelines/api.md",
"references/pipelines/configuration.md",
"references/pipelines/gotchas.md",
"references/pipelines/patterns.md",
"references/pulumi/README.md",
"references/pulumi/api.md",
"references/pulumi/configuration.md",
"references/pulumi/gotchas.md",
"references/pulumi/patterns.md",
"references/queues/README.md",
"references/queues/api.md",
"references/queues/configuration.md",
"references/queues/gotchas.md",
"references/queues/patterns.md",
"references/r2-data-catalog/README.md",
"references/r2-data-catalog/api.md",
"references/r2-data-catalog/configuration.md",
"references/r2-data-catalog/gotchas.md",
"references/r2-data-catalog/patterns.md",
"references/r2-sql/README.md",
"references/r2-sql/api.md",
"references/r2-sql/configuration.md",
"references/r2-sql/gotchas.md",
"references/r2-sql/patterns.md",
"references/r2/README.md",
"references/r2/api.md",
"references/r2/configuration.md",
"references/r2/gotchas.md",
"references/r2/patterns.md",
"references/realtime-sfu/README.md",
"references/realtime-sfu/api.md",
"references/realtime-sfu/configuration.md",
"references/realtime-sfu/gotchas.md",
"references/realtime-sfu/patterns.md",
"references/realtimekit/README.md",
"references/realtimekit/api.md",
"references/realtimekit/configuration.md",
"references/realtimekit/gotchas.md",
"references/realtimekit/patterns.md",
"references/sandbox/README.md",
"references/sandbox/api.md",
"references/sandbox/configuration.md",
"references/sandbox/gotchas.md",
"references/sandbox/patterns.md",
"references/secrets-store/README.md",
"references/secrets-store/api.md",
"references/secrets-store/configuration.md",
"references/secrets-store/gotchas.md",
"references/secrets-store/patterns.md",
"references/smart-placement/README.md",
"references/smart-placement/api.md",
"references/smart-placement/configuration.md",
"references/smart-placement/gotchas.md",
"references/smart-placement/patterns.md",
"references/snippets/README.md",
"references/snippets/api.md",
"references/snippets/configuration.md",
"references/snippets/gotchas.md",
"references/snippets/patterns.md",
"references/spectrum/README.md",
"references/spectrum/api.md",
"references/spectrum/configuration.md",
"references/spectrum/gotchas.md",
"references/spectrum/patterns.md",
"references/static-assets/README.md",
"references/static-assets/api.md",
"references/static-assets/configuration.md",
"references/static-assets/gotchas.md",
"references/static-assets/patterns.md",
"references/stream/README.md",
"references/stream/api-live.md",
"references/stream/api.md",
"references/stream/configuration.md",
"references/stream/gotchas.md",
"references/stream/patterns.md",
"references/tail-workers/README.md",
"references/tail-workers/api.md",
"references/tail-workers/configuration.md",
"references/tail-workers/gotchas.md",
"references/tail-workers/patterns.md",
"references/terraform/README.md",
"references/terraform/api.md",
"references/terraform/configuration.md",
"references/terraform/gotchas.md",
"references/terraform/patterns.md",
"references/tunnel/README.md",
"references/tunnel/api.md",
"references/tunnel/configuration.md",
"references/tunnel/gotchas.md",
"references/tunnel/networking.md",
"references/tunnel/patterns.md",
"references/turn/README.md",
"references/turn/api.md",
"references/turn/configuration.md",
"references/turn/gotchas.md",
"references/turn/patterns.md",
"references/turnstile/README.md",
"references/turnstile/api.md",
"references/turnstile/configuration.md",
"references/turnstile/gotchas.md",
"references/turnstile/patterns.md",
"references/vectorize/README.md",
"references/vectorize/api.md",
"references/vectorize/configuration.md",
"references/vectorize/gotchas.md",
"references/vectorize/patterns.md",
"references/waf/README.md",
"references/waf/api.md",
"references/waf/configuration.md",
"references/waf/gotchas.md",
"references/waf/patterns.md",
"references/web-analytics/README.md",
"references/web-analytics/configuration.md",
"references/web-analytics/gotchas.md",
"references/web-analytics/integration.md",
"references/web-analytics/patterns.md",
"references/workerd/README.md",
"references/workerd/api.md",
"references/workerd/configuration.md",
"references/workerd/gotchas.md",
"references/workerd/patterns.md",
"references/workers-ai/README.md",
"references/workers-ai/api.md",
"references/workers-ai/configuration.md",
"references/workers-ai/gotchas.md",
"references/workers-ai/patterns.md",
"references/workers-for-platforms/README.md",
"references/workers-for-platforms/api.md",
"references/workers-for-platforms/configuration.md",
"references/workers-for-platforms/gotchas.md",
"references/workers-for-platforms/patterns.md",
"references/workers-playground/README.md",
"references/workers-playground/api.md",
"references/workers-playground/configuration.md",
"references/workers-playground/gotchas.md",
"references/workers-playground/patterns.md",
"references/workers-vpc/README.md",
"references/workers-vpc/api.md",
"references/workers-vpc/configuration.md",
"references/workers-vpc/gotchas.md",
"references/workers-vpc/patterns.md",
"references/workers/README.md",
"references/workers/api.md",
"references/workers/configuration.md",
"references/workers/frameworks.md",
"references/workers/gotchas.md",
"references/workers/patterns.md",
"references/workflows/README.md",
"references/workflows/api.md",
"references/workflows/configuration.md",
"references/workflows/gotchas.md",
"references/workflows/patterns.md",
"references/wrangler/README.md",
"references/wrangler/api.md",
"references/wrangler/auth.md",
"references/wrangler/configuration.md",
"references/wrangler/gotchas.md",
"references/wrangler/patterns.md",
"references/zaraz/IMPLEMENTATION_SUMMARY.md",
"references/zaraz/README.md",
"references/zaraz/api.md",
"references/zaraz/configuration.md",
"references/zaraz/gotchas.md",
"references/zaraz/patterns.md"
]
},
{
"name": "cocoindex",
"path": "development/cocoindex",
"category": "development",
"type": "skill",
"description": "Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 41,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_operations.md",
"references/cli_operations.md",
"references/custom_functions.md",
"references/flow_patterns.md"
]
},
{
"name": "code-review-checklist",
"path": "development/code-review-checklist",
"category": "development",
"type": "skill",
"description": "\"Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 216,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "code-reviewer",
"path": "development/code-reviewer",
"category": "development",
"type": "skill",
"description": "Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18899,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/code_review_checklist.md",
"references/coding_standards.md",
"references/common_antipatterns.md",
"scripts/code_quality_checker.py",
"scripts/pr_analyzer.py",
"scripts/review_report_generator.py"
]
},
{
"name": "codex",
"path": "development/codex",
"category": "development",
"type": "skill",
"description": "Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.2 by default for state-of-the-art software engineering.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "codex-review",
"path": "development/codex-review",
"category": "development",
"type": "skill",
"description": "Professional code review with auto CHANGELOG generation, integrated with Codex AI",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 56,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "command-creator",
"path": "development/command-creator",
"category": "development",
"type": "skill",
"description": "This skill should be used when creating a Claude Code slash command. Use when users ask to \"create a command\", \"make a slash command\", \"add a command\", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/best-practices.md",
"references/examples.md",
"references/patterns.md"
]
},
{
"name": "command-development",
"path": "development/command-development",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks to \"create a slash command\", \"add a command\", \"write a custom command\", \"define command arguments\", \"use command frontmatter\", \"organize commands\", \"create command with file references\", \"interactive command\", \"use AskUserQuestion in command\", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.",
"author": "",
"repo": "",
"version": "0.2.0",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"examples/plugin-commands.md",
"examples/simple-commands.md",
"references/advanced-workflows.md",
"references/documentation-patterns.md",
"references/frontmatter-reference.md",
"references/interactive-commands.md",
"references/marketplace-considerations.md",
"references/plugin-features-reference.md",
"references/testing-strategies.md"
]
},
{
"name": "context-architecture",
"path": "development/context-architecture",
"category": "development",
"type": "skill",
"description": ">-",
"author": "",
"repo": "",
"version": "",
"license": "CC BY 4.0",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "convex",
"path": "development/convex",
"category": "development",
"type": "skill",
"description": "\"Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "core-components",
"path": "development/core-components",
"category": "development",
"type": "skill",
"description": "Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "core-web-vitals",
"path": "development/core-web-vitals",
"category": "development",
"type": "skill",
"description": "Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to \"improve Core Web Vitals\", \"fix LCP\", \"reduce CLS\", \"optimize INP\", \"page experience optimization\", or \"fix layout shifts\".",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 135,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/LCP.md"
]
},
{
"name": "cpp-pro",
"path": "development/cpp-pro",
"category": "development",
"type": "skill",
"description": "Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/build-tooling.md",
"references/concurrency.md",
"references/memory-performance.md",
"references/modern-cpp.md",
"references/templates.md",
"resources/implementation-playbook.md"
]
},
{
"name": "create-plan",
"path": "development/create-plan",
"category": "development",
"type": "skill",
"description": "Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 503,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "csharp-pro",
"path": "development/csharp-pro",
"category": "development",
"type": "skill",
"description": "Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 93,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "database-design",
"path": "development/database-design",
"category": "development",
"type": "skill",
"description": "Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 505,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"database-selection.md",
"indexing.md",
"migrations.md",
"optimization.md",
"orm-selection.md",
"schema-design.md",
"scripts/schema_validator.py"
]
},
{
"name": "database-schema-designer",
"path": "development/database-schema-designer",
"category": "development",
"type": "skill",
"description": "Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 325,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"assets/templates/migration-template.sql",
"references/schema-design-checklist.md"
]
},
{
"name": "dependency-updater",
"path": "development/dependency-updater",
"category": "development",
"type": "skill",
"description": "Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 45,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"scripts/check-tool.sh",
"scripts/run-taze.sh"
]
},
{
"name": "deployment-procedures",
"path": "development/deployment-procedures",
"category": "development",
"type": "skill",
"description": "Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "design-system-starter",
"path": "development/design-system-starter",
"category": "development",
"type": "skill",
"description": "Create and evolve design systems with design tokens, component architecture, accessibility guidelines, and documentation templates. Ensures consistent, scalable, and accessible UI across products.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"checklists/design-system-checklist.md",
"references/component-examples.md",
"templates/component-template.tsx",
"templates/design-tokens-template.json"
]
},
{
"name": "developer-growth-analysis",
"path": "development/developer-growth-analysis",
"category": "development",
"type": "skill",
"description": "Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 244,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "devops-iac-engineer",
"path": "development/devops-iac-engineer",
"category": "development",
"type": "skill",
"description": "Implements infrastructure as code using Terraform, Kubernetes, and cloud platforms. Designs scalable architectures, CI/CD pipelines, and observability solutions. Provides security-first DevOps practices and site reliability engineering guidance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 364,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"DIRECTORY_STRUCTURE.md",
"IMPLEMENTATION_GUIDE.md",
"README.md",
"examples/kubernetes/complete-app.yaml",
"examples/pipelines/github-actions.yml",
"examples/terraform/main.tf",
"reference/cicd.md",
"reference/cloud_platforms.md",
"reference/kubernetes.md",
"reference/observability.md",
"reference/security.md",
"reference/templates.md",
"reference/terraform.md",
"scripts/devops_utils.py"
]
},
{
"name": "dispatching-parallel-agents",
"path": "development/dispatching-parallel-agents",
"category": "development",
"type": "skill",
"description": "Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 195,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "django-pro",
"path": "development/django-pro",
"category": "development",
"type": "skill",
"description": "Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 44,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "docker-expert",
"path": "development/docker-expert",
"category": "development",
"type": "skill",
"description": "Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY for Dockerfile optimization, container issues, image size problems, security hardening, networking, and orchestration challenges.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1305,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "domain-driven-design",
"path": "development/domain-driven-design",
"category": "development",
"type": "skill",
"description": "\"Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/ddd-deliverables.md"
]
},
{
"name": "dotnet-backend",
"path": "development/dotnet-backend",
"category": "development",
"type": "skill",
"description": "\"Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and production API patterns.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 132,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "e2e-testing-patterns",
"path": "development/e2e-testing-patterns",
"category": "development",
"type": "skill",
"description": "\"Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "elixir-pro",
"path": "development/elixir-pro",
"category": "development",
"type": "skill",
"description": "Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "environment-setup-guide",
"path": "development/environment-setup-guide",
"category": "development",
"type": "skill",
"description": "\"Guide developers through setting up development environments with proper tools, dependencies, and configurations\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "error-resolver",
"path": "development/error-resolver",
"category": "development",
"type": "skill",
"description": "Systematic error diagnosis and resolution using first-principle analysis. Use when encountering any error message, stack trace, or unexpected behavior. Supports replay functionality to record and reuse solutions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 512,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"analysis/root-cause.md",
"analysis/stack-trace.md",
"patterns/database.md",
"patterns/docker.md",
"patterns/git.md",
"patterns/go.md",
"patterns/network.md",
"patterns/nodejs.md",
"patterns/python.md",
"patterns/react.md",
"patterns/rust.md",
"replay/README.md",
"replay/solution-template.yaml"
]
},
{
"name": "event-sourcing-architect",
"path": "development/event-sourcing-architect",
"category": "development",
"type": "skill",
"description": "\"Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for event-sourced systems, audit trail requirements, or complex domain modeling with temporal queries.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "executing-plans",
"path": "development/executing-plans",
"category": "development",
"type": "skill",
"description": "Use when you have a written implementation plan to execute in a separate session with review checkpoints",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 207,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "fastapi-pro",
"path": "development/fastapi-pro",
"category": "development",
"type": "skill",
"description": "Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 83,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "fastmcp-server",
"path": "development/fastmcp-server",
"category": "development",
"type": "skill",
"description": "Complete guide for building MCP servers with FastMCP 3.0 - tools, resources, authentication, providers, middleware, and deployment. Use when creating Python MCP servers or integrating AI models with external tools and data.",
"author": "FastMCP Community",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"FastMCP",
"MCP",
"Python",
"AI",
"Tools",
"Server",
"Authentication",
"Providers"
],
"downloads": 81,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/authentication/full-oauth-server.md",
"references/authentication/oauth-proxy.md",
"references/authentication/oidc-proxy.md",
"references/authentication/remote-oauth.md",
"references/authentication/token-verification.md",
"references/authorization.md",
"references/context/background-tasks.md",
"references/context/dependency-injection.md",
"references/context/mcp-context.md",
"references/context/user-elicitation.md",
"references/features/client-logging.md",
"references/features/icons.md",
"references/features/lifespans.md",
"references/features/middleware.md",
"references/features/opentelemetry.md",
"references/features/pagination.md",
"references/features/progress-reporting.md",
"references/features/sampling.md",
"references/features/storage-backends.md",
"references/features/versioning.md",
"references/getting-started/installation.md",
"references/getting-started/quickstart.md",
"references/getting-started/upgrade-guide.md",
"references/providers/custom.md",
"references/providers/filesystem.md",
"references/providers/local.md",
"references/providers/skills.md",
"references/server/resources-and-templates.md",
"references/server/server-class.md",
"references/server/tools.md"
]
},
{
"name": "feature-design-assistant",
"path": "development/feature-design-assistant",
"category": "development",
"type": "skill",
"description": "\"Turn ideas into fully formed designs and specs through natural collaborative dialogue. Use when planning new features, designing architecture, or making significant changes to the codebase.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 174,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "finishing-a-development-branch",
"path": "development/finishing-a-development-branch",
"category": "development",
"type": "skill",
"description": "Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 49,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "firebase",
"path": "development/firebase",
"category": "development",
"type": "skill",
"description": "\"Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are limited, and you learn this after you've designed your data model. This skill covers Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage, and Firebase Hosting. Key insight: Firebase is optimized for read-heavy, denormalized data. I\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 181,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "firebase-basics",
"path": "development/firebase-basics",
"category": "development",
"type": "skill",
"description": "Sets up and develops projects using Firebase products and services, especially for mobile or web apps. Covers Firebase CLI setup, project configuration, and integration with Firebase platform services.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/additional-skills.md",
"references/cli-usage.md",
"references/client-library-usage.md",
"references/core-concepts.md",
"references/iac-usage.md",
"references/iam-security.md",
"references/mcp-usage.md"
]
},
{
"name": "flutter-expert",
"path": "development/flutter-expert",
"category": "development",
"type": "skill",
"description": "Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 210,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "frontend-dev-guidelines",
"path": "development/frontend-dev-guidelines",
"category": "development",
"type": "skill",
"description": "Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 269,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/common-patterns.md",
"resources/complete-examples.md",
"resources/component-patterns.md",
"resources/data-fetching.md",
"resources/file-organization.md",
"resources/loading-and-error-states.md",
"resources/performance.md",
"resources/routing-guide.md",
"resources/styling-guide.md",
"resources/typescript-standards.md"
]
},
{
"name": "gcp-cloud-run",
"path": "development/gcp-cloud-run",
"category": "development",
"type": "skill",
"description": "\"Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "gh-address-comments",
"path": "development/gh-address-comments",
"category": "development",
"type": "skill",
"description": "Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "gh-fix-ci",
"path": "development/gh-fix-ci",
"category": "development",
"type": "skill",
"description": "Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "git-commit-helper",
"path": "development/git-commit-helper",
"category": "development",
"type": "skill",
"description": "Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4358,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "git-pushing",
"path": "development/git-pushing",
"category": "development",
"type": "skill",
"description": "Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says \"push changes\", \"commit and push\", \"push this\", \"push to github\", or similar git workflow requests.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/smart_commit.sh"
]
},
{
"name": "github-actions-creator",
"path": "development/github-actions-creator",
"category": "development",
"type": "skill",
"description": "\"Use when the user wants to create, generate, or set up a GitHub Actions workflow. Handles CI/CD pipelines, testing, deployment, linting, security scanning, release automation, Docker builds, scheduled tasks, and any custom workflow for any language or framework.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 178,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/workflow-templates.md"
]
},
{
"name": "github-workflow-automation",
"path": "development/github-workflow-automation",
"category": "development",
"type": "skill",
"description": "\"Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 85,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "gke-basics",
"path": "development/gke-basics",
"category": "development",
"type": "skill",
"description": "Plans, creates, and configures production-ready Google Kubernetes Engine (GKE) clusters using the golden path Autopilot configuration. Covers networking, security, observability, scaling, cost optimization, and AI/ML inference on GKE.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/default-deny-netpol.yaml",
"assets/golden-path-autopilot.yaml",
"assets/hpa-example.yaml",
"assets/vpa-example.yaml",
"assets/workload-identity-pod.yaml",
"references/cli-reference.md",
"references/client-library-usage.md",
"references/core-concepts.md",
"references/gke-app-onboarding.md",
"references/gke-backup-dr.md",
"references/gke-batch-hpc.md",
"references/gke-cluster-creation.md",
"references/gke-compute-classes.md",
"references/gke-cost.md",
"references/gke-golden-path.md",
"references/gke-inference.md",
"references/gke-multitenancy.md",
"references/gke-networking.md",
"references/gke-observability.md",
"references/gke-reliability.md",
"references/gke-scaling.md",
"references/gke-security.md",
"references/gke-storage.md",
"references/gke-upgrades.md",
"references/iac-usage.md",
"references/mcp-usage.md"
]
},
{
"name": "golang-pro",
"path": "development/golang-pro",
"category": "development",
"type": "skill",
"description": "Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "google-cloud-networking-observability",
"path": "development/google-cloud-networking-observability",
"category": "development",
"type": "skill",
"description": "Investigates Google Cloud networking issues by analyzing logs, metrics, and diagnostics. Use when investigating VPC Flow Logs, NAT, firewall, or threat logs, querying latency and throughput metrics, or running Connectivity Tests for path diagnostics.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cloud-nat-analysis.md",
"references/connectivity-tests.md",
"references/firewall-analysis.md",
"references/mcp-usage.md",
"references/metrics-analysis.md",
"references/threat-analysis.md",
"references/vpc-flow-analysis.md"
]
},
{
"name": "google-cloud-onboarding",
"path": "development/google-cloud-onboarding",
"category": "development",
"type": "skill",
"description": "Guides developers through their first steps on Google Cloud, covering account creation, billing setup, project management, CLI installation, and deploying a first resource.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"reference/google-cloud-setup.md"
]
},
{
"name": "google-cloud-waf-cost-optimization",
"path": "development/google-cloud-waf-cost-optimization",
"category": "development",
"type": "skill",
"description": "Generates cost optimization guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use to evaluate a workload, identify cost requirements and constraints, and provide actionable recommendations for building cost-efficient workloads on Google Cloud.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "google-cloud-waf-reliability",
"path": "development/google-cloud-waf-reliability",
"category": "development",
"type": "skill",
"description": "Generates reliability-focused guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework. Use to evaluate a workload, identify reliability requirements, and provide actionable recommendations for building resilient, highly available systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "grafana-dashboards",
"path": "development/grafana-dashboards",
"category": "development",
"type": "skill",
"description": "\"Create and manage production-ready Grafana dashboards for comprehensive system observability.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 49,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "graphql",
"path": "development/graphql",
"category": "development",
"type": "skill",
"description": "\"GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 65,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "graphql-architect",
"path": "development/graphql-architect",
"category": "development",
"type": "skill",
"description": "Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "haskell-pro",
"path": "development/haskell-pro",
"category": "development",
"type": "skill",
"description": "\"Expert Haskell engineer specializing in advanced type systems, pure\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "helm-chart-scaffolding",
"path": "development/helm-chart-scaffolding",
"category": "development",
"type": "skill",
"description": "\"Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/Chart.yaml.template",
"assets/values.yaml.template",
"references/chart-structure.md",
"resources/implementation-playbook.md",
"scripts/validate-chart.sh"
]
},
{
"name": "heygen-best-practices",
"path": "development/heygen-best-practices",
"category": "development",
"type": "skill",
"description": "Best practices for HeyGen - AI avatar video creation API",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"rules/assets.md",
"rules/authentication.md",
"rules/avatars.md",
"rules/backgrounds.md",
"rules/captions.md",
"rules/dimensions.md",
"rules/photo-avatars.md",
"rules/quota.md",
"rules/remotion-integration.md",
"rules/scripts.md",
"rules/streaming-avatars.md",
"rules/templates.md",
"rules/text-overlays.md",
"rules/video-agent.md",
"rules/video-generation.md",
"rules/video-status.md",
"rules/video-translation.md",
"rules/voices.md",
"rules/webhooks.md"
]
},
{
"name": "hook-development",
"path": "development/hook-development",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks to \"create a hook\", \"add a PreToolUse/PostToolUse/Stop hook\", \"validate tool use\", \"implement prompt-based hooks\", \"use ${CLAUDE_PLUGIN_ROOT}\", \"set up event-driven automation\", \"block dangerous commands\", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.",
"author": "",
"repo": "",
"version": "0.1.0",
"license": "",
"keywords": [],
"downloads": 190,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"examples/load-context.sh",
"examples/validate-bash.sh",
"examples/validate-write.sh",
"references/advanced.md",
"references/migration.md",
"references/patterns.md",
"scripts/README.md",
"scripts/hook-linter.sh",
"scripts/test-hook.sh",
"scripts/validate-hook-schema.sh"
]
},
{
"name": "hubspot-integration",
"path": "development/hubspot-integration",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "i18n-localization",
"path": "development/i18n-localization",
"category": "development",
"type": "skill",
"description": "Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 109,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/i18n_checker.py"
]
},
{
"name": "incident-responder",
"path": "development/incident-responder",
"category": "development",
"type": "skill",
"description": "Expert SRE incident responder specializing in rapid problem resolution, modern observability, and comprehensive incident management.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "internet-court",
"path": "development/internet-court",
"category": "development",
"type": "skill",
"description": "\"The trust layer for agent-to-agent commerce — natural-language mandates, delegated permissions (ERC-7710), x402 payments, escrow, and dispute resolution as one open, catch-all skill. Use for agent mandates, delegated permissions, GenLayer supervision, revocation, x402 payments, escrow, verification, dispute resolution, and agent-to-agent commerce.\"",
"author": "Internet Court Consortium",
"repo": "https://github.com/internet-court/internet-court-skill",
"version": "",
"license": "MIT",
"keywords": [
"agent-payments",
"x402",
"erc-7710",
"erc-8004",
"escrow",
"genlayer",
"dispute-resolution",
"a2a",
"agentic-commerce"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "it-operations",
"path": "development/it-operations",
"category": "development",
"type": "skill",
"description": "Manages IT infrastructure, monitoring, incident response, and service reliability. Provides frameworks for ITIL service management, observability strategies, automation, backup/recovery, capacity planning, and operational excellence practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"reference/automation.md",
"reference/backup-recovery.md",
"reference/incident-management.md",
"reference/infrastructure.md",
"reference/monitoring.md"
]
},
{
"name": "java-pro",
"path": "development/java-pro",
"category": "development",
"type": "skill",
"description": "Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Project Loom, and cloud-native patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 142,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "javascript-mastery",
"path": "development/javascript-mastery",
"category": "development",
"type": "skill",
"description": "\"Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced patterns like async/await and functional programming. Use when explaining JS concepts, debugging JavaScript issues, or teaching JavaScript fundamentals.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 105,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "javascript-pro",
"path": "development/javascript-pro",
"category": "development",
"type": "skill",
"description": "Master modern JavaScript with ES6+, async patterns, and Node.js APIs. Handles promises, event loops, and browser/Node compatibility.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "javascript-testing-patterns",
"path": "development/javascript-testing-patterns",
"category": "development",
"type": "skill",
"description": "\"Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "jupyter-notebook",
"path": "development/jupyter-notebook",
"category": "development",
"type": "skill",
"description": "\"Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 30,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/experiment-template.ipynb",
"assets/jupyter-small.svg",
"assets/jupyter.png",
"assets/tutorial-template.ipynb",
"references/experiment-patterns.md",
"references/notebook-structure.md",
"references/quality-checklist.md",
"references/tutorial-patterns.md",
"scripts/new_notebook.py"
]
},
{
"name": "k6-load-testing",
"path": "development/k6-load-testing",
"category": "development",
"type": "skill",
"description": "\"Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.\"",
"author": "Kairo Official",
"repo": "",
"version": "",
"license": "",
"keywords": [
"k6",
"load-testing",
"performance",
"api-testing",
"ci-cd"
],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "kotlin-coroutines-expert",
"path": "development/kotlin-coroutines-expert",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "kubernetes-architect",
"path": "development/kubernetes-architect",
"category": "development",
"type": "skill",
"description": "Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "laravel-expert",
"path": "development/laravel-expert",
"category": "development",
"type": "skill",
"description": "\"Senior Laravel Engineer role for production-grade, maintainable, and idiomatic Laravel solutions. Focuses on clean architecture, security, performance, and modern standards (Laravel 10/11+).\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 207,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "lint-and-validate",
"path": "development/lint-and-validate",
"category": "development",
"type": "skill",
"description": "\"Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/lint_runner.py",
"scripts/type_coverage.py"
]
},
{
"name": "linux-shell-scripting",
"path": "development/linux-shell-scripting",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks to \"create bash scripts\", \"automate Linux tasks\", \"monitor system resources\", \"backup files\", \"manage users\", or \"write production shell scripts\". It provides ready-to-use shell script templates for system administration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 111,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "manifest",
"path": "development/manifest",
"category": "development",
"type": "skill",
"description": "Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys or endpoints, troubleshooting plugin connection issues, or verifying the observability pipeline is running.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "mcp-builder",
"path": "development/mcp-builder",
"category": "development",
"type": "skill",
"description": "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 3100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"reference/evaluation.md",
"reference/mcp_best_practices.md",
"reference/node_mcp_server.md",
"reference/python_mcp_server.md",
"scripts/connections.py",
"scripts/evaluation.py",
"scripts/example_evaluation.xml",
"scripts/requirements.txt"
]
},
{
"name": "mcp-integration",
"path": "development/mcp-integration",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks to \"add MCP server\", \"integrate MCP\", \"configure MCP in plugin\", \"use .mcp.json\", \"set up Model Context Protocol\", \"connect external service\", mentions \"${CLAUDE_PLUGIN_ROOT} with MCP\", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.",
"author": "",
"repo": "",
"version": "0.1.0",
"license": "",
"keywords": [],
"downloads": 343,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"examples/http-server.json",
"examples/sse-server.json",
"examples/stdio-server.json",
"references/authentication.md",
"references/server-types.md",
"references/tool-usage.md"
]
},
{
"name": "mermaid-diagram-specialist",
"path": "development/mermaid-diagram-specialist",
"category": "development",
"type": "skill",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 85,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "microservices-patterns",
"path": "development/microservices-patterns",
"category": "development",
"type": "skill",
"description": "\"Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 24,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "monorepo-architect",
"path": "development/monorepo-architect",
"category": "development",
"type": "skill",
"description": "\"Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup,\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 26,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "moodle-external-api-development",
"path": "development/moodle-external-api-development",
"category": "development",
"type": "skill",
"description": "Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom plugin functionality. Covers parameter validation, database operations, error handling, service registration, and Moodle coding standards.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "move-code-quality",
"path": "development/move-code-quality",
"category": "development",
"type": "skill",
"description": "Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "mui",
"path": "development/mui",
"category": "development",
"type": "skill",
"description": "Material-UI v7 component library patterns including sx prop styling, theme integration, responsive design, and MUI-specific hooks. Use when working with MUI components, styling with sx prop, theme customization, or MUI utilities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"resources/component-library.md",
"resources/styling-guide.md",
"resources/theme-customization.md",
"skill-rules-fragment.json"
]
},
{
"name": "neon-postgres",
"path": "development/neon-postgres",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration Use when: neon database, serverless postgres, database branching, neon postgres, postgres serverless.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "nestjs-expert",
"path": "development/nestjs-expert",
"category": "development",
"type": "skill",
"description": "Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 584,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "netlify-deploy",
"path": "development/netlify-deploy",
"category": "development",
"type": "skill",
"description": "Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/netlify-small.svg",
"assets/netlify.png",
"references/cli-commands.md",
"references/deployment-patterns.md",
"references/netlify-toml.md"
]
},
{
"name": "nextjs-best-practices",
"path": "development/nextjs-best-practices",
"category": "development",
"type": "skill",
"description": "Next.js App Router principles. Server Components, data fetching, routing patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 994,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "nextjs-supabase-auth",
"path": "development/nextjs-supabase-auth",
"category": "development",
"type": "skill",
"description": "\"Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 218,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "nodejs-backend-patterns",
"path": "development/nodejs-backend-patterns",
"category": "development",
"type": "skill",
"description": "\"Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns, and best practices.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "nodejs-best-practices",
"path": "development/nodejs-best-practices",
"category": "development",
"type": "skill",
"description": "Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 280,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "nosql-expert",
"path": "development/nosql-expert",
"category": "development",
"type": "skill",
"description": "\"Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "observability-engineer",
"path": "development/observability-engineer",
"category": "development",
"type": "skill",
"description": "Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "openapi-to-typescript",
"path": "development/openapi-to-typescript",
"category": "development",
"type": "skill",
"description": "Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert schema to TS, create API interfaces, or generate TypeScript types from an API specification.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "performance",
"path": "development/performance",
"category": "development",
"type": "skill",
"description": "Optimize web performance for faster loading and better user experience. Use when asked to \"speed up my site\", \"optimize performance\", \"reduce load time\", \"fix slow loading\", \"improve page speed\", or \"performance audit\".",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 256,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "performance-profiling",
"path": "development/performance-profiling",
"category": "development",
"type": "skill",
"description": "Performance profiling principles. Measurement, analysis, and optimization techniques.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 80,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/lighthouse_audit.py"
]
},
{
"name": "php-pro",
"path": "development/php-pro",
"category": "development",
"type": "skill",
"description": "'Write idiomatic PHP code with generators, iterators, SPL data",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 116,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "plaid-fintech",
"path": "development/plaid-fintech",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Use when: plaid, bank account linking, bank connection, ach, account aggregation.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 26,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "playwright",
"path": "development/playwright",
"category": "development",
"type": "skill",
"description": "\"Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 210,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"NOTICE.txt",
"agents/openai.yaml",
"assets/playwright-small.svg",
"assets/playwright.png",
"references/cli.md",
"references/workflows.md",
"scripts/playwright_cli.sh"
]
},
{
"name": "playwright-e2e-builder",
"path": "development/playwright-e2e-builder",
"category": "development",
"type": "skill",
"description": "Plan and build comprehensive Playwright E2E test suites with Page Object Model, authentication state persistence, custom fixtures, visual regression, and CI integration. Uses interview-driven planning to clarify critical user flows, auth strategy, test data approach, and parallelization before writing any tests.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"playwright",
"e2e",
"testing",
"automation",
"typescript",
"ci",
"visual-regression"
],
"downloads": 148,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "playwright-java",
"path": "development/playwright-java",
"category": "development",
"type": "skill",
"description": "\"Scaffold, write, debug, and enhance enterprise-grade Playwright E2E tests in Java using Page Object Model, JUnit 5, Allure reporting, and parallel execution.\"",
"author": "amalsam18",
"repo": "",
"version": "",
"license": "",
"keywords": [
"playwright",
"java",
"e2e-testing",
"junit5",
"page-object-model",
"allure",
"selenium-alternative"
],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"BasePage.java",
"BaseTest.java",
"assertions.md",
"config.md",
"fixtures.md",
"page-objects.md"
]
},
{
"name": "plugin-forge",
"path": "development/plugin-forge",
"category": "development",
"type": "skill",
"description": "Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/marketplace-schema.md",
"references/plugin-structure.md",
"references/workflows.md",
"scripts/bump_version.py",
"scripts/create_plugin.py"
]
},
{
"name": "plugin-settings",
"path": "development/plugin-settings",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks about \"plugin settings\", \"store plugin configuration\", \"user-configurable plugin\", \".local.md files\", \"plugin state files\", \"read YAML frontmatter\", \"per-project plugin settings\", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.",
"author": "",
"repo": "",
"version": "0.1.0",
"license": "",
"keywords": [],
"downloads": 25,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"examples/create-settings-command.md",
"examples/example-settings.md",
"examples/read-settings-hook.sh",
"references/parsing-techniques.md",
"references/real-world-examples.md",
"scripts/parse-frontmatter.sh",
"scripts/validate-settings.sh"
]
},
{
"name": "plugin-structure",
"path": "development/plugin-structure",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks to \"create a plugin\", \"scaffold a plugin\", \"understand plugin structure\", \"organize plugin components\", \"set up plugin.json\", \"use ${CLAUDE_PLUGIN_ROOT}\", \"add commands/agents/skills/hooks\", \"configure auto-discovery\", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.",
"author": "",
"repo": "",
"version": "0.1.0",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"examples/advanced-plugin.md",
"examples/minimal-plugin.md",
"examples/standard-plugin.md",
"references/component-patterns.md",
"references/manifest-reference.md"
]
},
{
"name": "postgres-best-practices",
"path": "development/postgres-best-practices",
"category": "development",
"type": "skill",
"description": "Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 393,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"AGENTS.md",
"README.md",
"metadata.json",
"rules/_contributing.md",
"rules/_sections.md",
"rules/_template.md",
"rules/advanced-full-text-search.md",
"rules/advanced-jsonb-indexing.md",
"rules/conn-idle-timeout.md",
"rules/conn-limits.md",
"rules/conn-pooling.md",
"rules/conn-prepared-statements.md",
"rules/data-batch-inserts.md",
"rules/data-n-plus-one.md",
"rules/data-pagination.md",
"rules/data-upsert.md",
"rules/lock-advisory.md",
"rules/lock-deadlock-prevention.md",
"rules/lock-short-transactions.md",
"rules/lock-skip-locked.md",
"rules/monitor-explain-analyze.md",
"rules/monitor-pg-stat-statements.md",
"rules/monitor-vacuum-analyze.md",
"rules/query-composite-indexes.md",
"rules/query-covering-indexes.md",
"rules/query-index-types.md",
"rules/query-missing-indexes.md",
"rules/query-partial-indexes.md",
"rules/schema-data-types.md",
"rules/schema-foreign-key-indexes.md",
"rules/schema-lowercase-identifiers.md",
"rules/schema-partitioning.md",
"rules/schema-primary-keys.md",
"rules/security-privileges.md",
"rules/security-rls-basics.md",
"rules/security-rls-performance.md"
]
},
{
"name": "powershell-windows",
"path": "development/powershell-windows",
"category": "development",
"type": "skill",
"description": "PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 95,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "prisma-expert",
"path": "development/prisma-expert",
"category": "development",
"type": "skill",
"description": "Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 128,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "production-code-audit",
"path": "development/production-code-audit",
"category": "development",
"type": "skill",
"description": "\"Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "prometheus-configuration",
"path": "development/prometheus-configuration",
"category": "development",
"type": "skill",
"description": "\"Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "python-patterns",
"path": "development/python-patterns",
"category": "development",
"type": "skill",
"description": "Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 701,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "python-pro",
"path": "development/python-pro",
"category": "development",
"type": "skill",
"description": "Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 182,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "python-testing-patterns",
"path": "development/python-testing-patterns",
"category": "development",
"type": "skill",
"description": "\"Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 38,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "react-best-practices",
"path": "development/react-best-practices",
"category": "development",
"type": "skill",
"description": "React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2320,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"AGENTS.md",
"README.md",
"metadata.json",
"rules/_sections.md",
"rules/_template.md",
"rules/advanced-event-handler-refs.md",
"rules/advanced-use-latest.md",
"rules/async-api-routes.md",
"rules/async-defer-await.md",
"rules/async-dependencies.md",
"rules/async-parallel.md",
"rules/async-suspense-boundaries.md",
"rules/bundle-barrel-imports.md",
"rules/bundle-conditional.md",
"rules/bundle-defer-third-party.md",
"rules/bundle-dynamic-imports.md",
"rules/bundle-preload.md",
"rules/client-event-listeners.md",
"rules/client-swr-dedup.md",
"rules/js-batch-dom-css.md",
"rules/js-cache-function-results.md",
"rules/js-cache-property-access.md",
"rules/js-cache-storage.md",
"rules/js-combine-iterations.md",
"rules/js-early-exit.md",
"rules/js-hoist-regexp.md",
"rules/js-index-maps.md",
"rules/js-length-check-first.md",
"rules/js-min-max-loop.md",
"rules/js-set-map-lookups.md",
"rules/js-tosorted-immutable.md",
"rules/rendering-activity.md",
"rules/rendering-animate-svg-wrapper.md",
"rules/rendering-conditional-render.md",
"rules/rendering-content-visibility.md",
"rules/rendering-hoist-jsx.md",
"rules/rendering-hydration-no-flicker.md",
"rules/rendering-svg-precision.md",
"rules/rerender-defer-reads.md",
"rules/rerender-dependencies.md",
"rules/rerender-derived-state.md",
"rules/rerender-functional-setstate.md",
"rules/rerender-lazy-state-init.md",
"rules/rerender-memo.md",
"rules/rerender-transitions.md",
"rules/server-after-nonblocking.md",
"rules/server-cache-lru.md",
"rules/server-cache-react.md",
"rules/server-parallel-fetching.md",
"rules/server-serialization.md"
]
},
{
"name": "react-dev",
"path": "development/react-dev",
"category": "development",
"type": "skill",
"description": "This skill should be used when building React components with TypeScript, typing hooks, handling events, or when React TypeScript, React 19, Server Components are mentioned. Covers type-safe patterns for React 18-19 including generic components, proper event typing, and routing integration (TanStack Router, React Router).",
"author": "",
"repo": "",
"version": "1.0.0",
"license": "",
"keywords": [],
"downloads": 128,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"examples/generic-components.md",
"examples/server-components.md",
"references/event-handlers.md",
"references/hooks.md",
"references/react-19-patterns.md",
"references/react-router.md",
"references/tanstack-router.md"
]
},
{
"name": "react-patterns",
"path": "development/react-patterns",
"category": "development",
"type": "skill",
"description": "Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 164,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "react-ui-patterns",
"path": "development/react-ui-patterns",
"category": "development",
"type": "skill",
"description": "Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 147,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "react-useeffect",
"path": "development/react-useeffect",
"category": "development",
"type": "skill",
"description": "React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 48,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"alternatives.md",
"anti-patterns.md"
]
},
{
"name": "receiving-code-review",
"path": "development/receiving-code-review",
"category": "development",
"type": "skill",
"description": "Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 83,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "render-deploy",
"path": "development/render-deploy",
"category": "development",
"type": "skill",
"description": "Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/docker.yaml",
"assets/go-api.yaml",
"assets/nextjs-postgres.yaml",
"assets/node-express.yaml",
"assets/python-django.yaml",
"assets/render-small.svg",
"assets/render.png",
"assets/static-site.yaml",
"references/blueprint-spec.md",
"references/codebase-analysis.md",
"references/configuration-guide.md",
"references/deployment-details.md",
"references/direct-creation.md",
"references/error-patterns.md",
"references/post-deploy-checks.md",
"references/runtimes.md",
"references/service-types.md",
"references/troubleshooting-basics.md"
]
},
{
"name": "requesting-code-review",
"path": "development/requesting-code-review",
"category": "development",
"type": "skill",
"description": "Use when completing tasks, implementing major features, or before merging to verify work meets requirements",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 121,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"code-reviewer.md"
]
},
{
"name": "ruby-pro",
"path": "development/ruby-pro",
"category": "development",
"type": "skill",
"description": "Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "rust-cli-builder",
"path": "development/rust-cli-builder",
"category": "development",
"type": "skill",
"description": "Plan and build production-ready Rust CLI tools using clap for argument parsing, with subcommands, config file support, colored output, and proper error handling. Uses interview-driven planning to clarify commands, input/output formats, and distribution strategy before writing any code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"rust",
"cli",
"clap",
"terminal",
"command-line",
"devtools"
],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "rust-pro",
"path": "development/rust-pro",
"category": "development",
"type": "skill",
"description": "Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "saas-multi-tenant",
"path": "development/saas-multi-tenant",
"category": "development",
"type": "skill",
"description": "\"Design and implement multi-tenant SaaS architectures with row-level security, tenant-scoped queries, shared-schema isolation, and safe cross-tenant admin patterns in PostgreSQL and TypeScript.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"multi-tenancy",
"saas",
"row-level-security",
"postgresql",
"tenant-isolation"
],
"downloads": 91,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "salesforce-development",
"path": "development/salesforce-development",
"category": "development",
"type": "skill",
"description": "\"Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP). Use when: salesforce, sfdc, apex, lwc, lightning web components.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 38,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "scala-pro",
"path": "development/scala-pro",
"category": "development",
"type": "skill",
"description": "Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "screenshot-feature-extractor",
"path": "development/screenshot-feature-extractor",
"category": "development",
"type": "skill",
"description": "\"Analyze product screenshots to extract feature lists and generate development task checklists. Use when: (1) Analyzing competitor product screenshots for feature extraction, (2) Generating PRD/task lists from UI designs, (3) Batch analyzing multiple app screens, (4) Conducting competitive analysis from visual references.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 64,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/output-format.md"
]
},
{
"name": "security-compliance",
"path": "development/security-compliance",
"category": "development",
"type": "skill",
"description": "Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 496,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"examples/incident-response-template.md",
"examples/risks.csv",
"examples/soc2-control-example.md",
"examples/vulnerabilities.csv",
"reference/application-security.md",
"reference/compliance-frameworks.md",
"reference/security-architecture.md",
"reference/security-operations.md",
"reference/threat-modeling-risk.md",
"scripts/risk_calculator.py",
"scripts/vuln_prioritizer.py"
]
},
{
"name": "senior-architect",
"path": "development/senior-architect",
"category": "development",
"type": "skill",
"description": "Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12012,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/architecture_patterns.md",
"references/system_design_workflows.md",
"references/tech_decision_guide.md",
"scripts/architecture_diagram_generator.py",
"scripts/dependency_analyzer.py",
"scripts/project_architect.py"
]
},
{
"name": "senior-backend",
"path": "development/senior-backend",
"category": "development",
"type": "skill",
"description": "Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14353,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_design_patterns.md",
"references/backend_security_practices.md",
"references/database_optimization_guide.md",
"scripts/api_load_tester.py",
"scripts/api_scaffolder.py",
"scripts/database_migration_tool.py"
]
},
{
"name": "senior-computer-vision",
"path": "development/senior-computer-vision",
"category": "development",
"type": "skill",
"description": "World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production deployment. Use when building vision AI systems, implementing object detection, training custom vision models, or optimizing inference pipelines.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 293,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/computer_vision_architectures.md",
"references/object_detection_optimization.md",
"references/production_vision_systems.md",
"scripts/dataset_pipeline_builder.py",
"scripts/inference_optimizer.py",
"scripts/vision_model_trainer.py"
]
},
{
"name": "senior-data-engineer",
"path": "development/senior-data-engineer",
"category": "development",
"type": "skill",
"description": "World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, or implementing data governance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1495,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/data_modeling_patterns.md",
"references/data_pipeline_architecture.md",
"references/dataops_best_practices.md",
"scripts/data_quality_validator.py",
"scripts/etl_performance_optimizer.py",
"scripts/pipeline_orchestrator.py"
]
},
{
"name": "senior-data-scientist",
"path": "development/senior-data-scientist",
"category": "development",
"type": "skill",
"description": "World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1323,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/experiment_design_frameworks.md",
"references/feature_engineering_patterns.md",
"references/statistical_methods_advanced.md",
"scripts/experiment_designer.py",
"scripts/feature_engineering_pipeline.py",
"scripts/model_evaluation_suite.py"
]
},
{
"name": "senior-devops",
"path": "development/senior-devops",
"category": "development",
"type": "skill",
"description": "Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2077,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cicd_pipeline_guide.md",
"references/deployment_strategies.md",
"references/infrastructure_as_code.md",
"scripts/deployment_manager.py",
"scripts/pipeline_generator.py",
"scripts/terraform_scaffolder.py"
]
},
{
"name": "senior-frontend",
"path": "development/senior-frontend",
"category": "development",
"type": "skill",
"description": "Comprehensive frontend development skill for building modern, performant web applications using ReactJS, NextJS, TypeScript, Tailwind CSS. Includes component scaffolding, performance optimization, bundle analysis, and UI best practices. Use when developing frontend features, optimizing performance, implementing UI/UX designs, managing state, or reviewing frontend code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16340,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/frontend_best_practices.md",
"references/nextjs_optimization_guide.md",
"references/react_patterns.md",
"scripts/bundle_analyzer.py",
"scripts/component_generator.py",
"scripts/frontend_scaffolder.py"
]
},
{
"name": "senior-fullstack",
"path": "development/senior-fullstack",
"category": "development",
"type": "skill",
"description": "Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6763,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/architecture_patterns.md",
"references/development_workflows.md",
"references/tech_stack_guide.md",
"scripts/code_quality_analyzer.py",
"scripts/fullstack_scaffolder.py",
"scripts/project_scaffolder.py"
]
},
{
"name": "senior-ml-engineer",
"path": "development/senior-ml-engineer",
"category": "development",
"type": "skill",
"description": "World-class ML engineering skill for productionizing ML models, MLOps, and building scalable ML systems. Expertise in PyTorch, TensorFlow, model deployment, feature stores, model monitoring, and ML infrastructure. Includes LLM integration, fine-tuning, RAG systems, and agentic AI. Use when deploying ML models, building ML platforms, implementing MLOps, or integrating LLMs into production systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 452,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/llm_integration_guide.md",
"references/mlops_production_patterns.md",
"references/rag_system_architecture.md",
"scripts/ml_monitoring_suite.py",
"scripts/model_deployment_pipeline.py",
"scripts/rag_system_builder.py"
]
},
{
"name": "senior-prompt-engineer",
"path": "development/senior-prompt-engineer",
"category": "development",
"type": "skill",
"description": "World-class prompt engineering skill for LLM optimization, prompt patterns, structured outputs, and AI product development. Expertise in Claude, GPT-4, prompt design patterns, few-shot learning, chain-of-thought, and AI evaluation. Includes RAG optimization, agent design, and LLM system architecture. Use when building AI products, optimizing LLM performance, designing agentic systems, or implementing advanced prompting techniques.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5198,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/agentic_system_design.md",
"references/llm_evaluation_frameworks.md",
"references/prompt_engineering_patterns.md",
"scripts/agent_orchestrator.py",
"scripts/prompt_optimizer.py",
"scripts/rag_evaluator.py"
]
},
{
"name": "senior-qa",
"path": "development/senior-qa",
"category": "development",
"type": "skill",
"description": "Comprehensive QA and testing skill for quality assurance, test automation, and testing strategies for ReactJS, NextJS, NodeJS applications. Includes test suite generation, coverage analysis, E2E testing setup, and quality metrics. Use when designing test strategies, writing test cases, implementing test automation, performing manual testing, or analyzing test coverage.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1743,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/qa_best_practices.md",
"references/test_automation_patterns.md",
"references/testing_strategies.md",
"scripts/coverage_analyzer.py",
"scripts/e2e_test_scaffolder.py",
"scripts/test_suite_generator.py"
]
},
{
"name": "senior-secops",
"path": "development/senior-secops",
"category": "development",
"type": "skill",
"description": "Comprehensive SecOps skill for application security, vulnerability management, compliance, and secure development practices. Includes security scanning, vulnerability assessment, compliance checking, and security automation. Use when implementing security controls, conducting security audits, responding to vulnerabilities, or ensuring compliance requirements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 155,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/compliance_requirements.md",
"references/security_standards.md",
"references/vulnerability_management_guide.md",
"scripts/compliance_checker.py",
"scripts/security_scanner.py",
"scripts/vulnerability_assessor.py"
]
},
{
"name": "senior-security",
"path": "development/senior-security",
"category": "development",
"type": "skill",
"description": "Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4917,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cryptography_implementation.md",
"references/penetration_testing_guide.md",
"references/security_architecture_patterns.md",
"scripts/pentest_automator.py",
"scripts/security_auditor.py",
"scripts/threat_modeler.py"
]
},
{
"name": "seo",
"path": "development/seo",
"category": "development",
"type": "skill",
"description": "Optimize for search engine visibility and ranking. Use when asked to \"improve SEO\", \"optimize for search\", \"fix meta tags\", \"add structured data\", \"sitemap optimization\", or \"search engine optimization\".",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 303,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "server-management",
"path": "development/server-management",
"category": "development",
"type": "skill",
"description": "Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 61,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "skill-creation-guide",
"path": "development/skill-creation-guide",
"category": "development",
"type": "skill",
"description": "Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 123,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"references/output-patterns.md",
"references/workflows.md",
"scripts/init_skill.py",
"scripts/package_skill.py",
"scripts/quick_validate.py"
]
},
{
"name": "skill-creator",
"path": "development/skill-creator",
"category": "development",
"type": "skill",
"description": "Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10602,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/analyzer.md",
"agents/comparator.md",
"agents/grader.md",
"assets/eval_review.html",
"eval-viewer/generate_review.py",
"eval-viewer/viewer.html",
"references/schemas.md",
"scripts/__init__.py",
"scripts/aggregate_benchmark.py",
"scripts/generate_report.py",
"scripts/improve_description.py",
"scripts/package_skill.py",
"scripts/quick_validate.py",
"scripts/run_eval.py",
"scripts/run_loop.py",
"scripts/utils.py"
]
},
{
"name": "skill-development",
"path": "development/skill-development",
"category": "development",
"type": "skill",
"description": "Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 227,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"agents/analyzer.md",
"agents/comparator.md",
"agents/grader.md",
"assets/eval_review.html",
"eval-viewer/generate_review.py",
"eval-viewer/viewer.html",
"references/schemas.md",
"references/skill-creator-original.md",
"scripts/__init__.py",
"scripts/aggregate_benchmark.py",
"scripts/generate_report.py",
"scripts/improve_description.py",
"scripts/package_skill.py",
"scripts/quick_validate.py",
"scripts/run_eval.py",
"scripts/run_loop.py",
"scripts/utils.py"
]
},
{
"name": "skill-installer",
"path": "development/skill-installer",
"category": "development",
"type": "skill",
"description": "Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 41,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "software-architecture",
"path": "development/software-architecture",
"category": "development",
"type": "skill",
"description": "Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 952,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "stripe-integration",
"path": "development/stripe-integration",
"category": "development",
"type": "skill",
"description": "\"Get paid from day one. Payments, subscriptions, billing portal, webhooks, metered billing, Stripe Connect. The complete guide to implementing Stripe correctly, including all the edge cases that will bite you at 3am. This isn't just API calls - it's the full payment system: handling failures, managing subscriptions, dealing with dunning, and keeping revenue flowing. Use when: stripe, payments, subscription, billing, checkout.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 363,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "subagent-driven-development",
"path": "development/subagent-driven-development",
"category": "development",
"type": "skill",
"description": "Use when executing implementation plans with independent tasks in the current session",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 337,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"code-quality-reviewer-prompt.md",
"implementer-prompt.md",
"spec-reviewer-prompt.md"
]
},
{
"name": "swarmvault",
"path": "development/swarmvault",
"category": "development",
"type": "skill",
"description": "\"Use SwarmVault when the user needs a local-first knowledge vault that writes durable markdown, graph, search, dashboard, review, and MCP artifacts to disk from books, notes, transcripts, exports, datasets, slide decks, files, URLs, code, and recurring source workflows.\"",
"author": "",
"repo": "",
"version": "\"0.7.30\"",
"license": "MIT",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"TROUBLESHOOTING.md",
"examples/quickstart.md",
"examples/repo-workflow.md",
"examples/research-workflow.md",
"references/artifacts.md",
"references/commands.md",
"validation/smoke-prompts.md"
]
},
{
"name": "swift-concurrency-expert",
"path": "development/swift-concurrency-expert",
"category": "development",
"type": "skill",
"description": "Review and fix Swift concurrency issues such as actor isolation and Sendable violations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"agents/openai.yaml",
"references/approachable-concurrency.md",
"references/swift-6-2-concurrency.md",
"references/swiftui-concurrency-tour-wwdc.md"
]
},
{
"name": "systematic-debugging",
"path": "development/systematic-debugging",
"category": "development",
"type": "skill",
"description": "Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1299,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"CREATION-LOG.md",
"condition-based-waiting-example.ts",
"condition-based-waiting.md",
"defense-in-depth.md",
"find-polluter.sh",
"root-cause-tracing.md",
"test-academic.md",
"test-pressure-1.md",
"test-pressure-2.md",
"test-pressure-3.md"
]
},
{
"name": "task-execution-engine",
"path": "development/task-execution-engine",
"category": "development",
"type": "skill",
"description": "Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-design-assistant output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/task-format.md",
"references/workflow-guide.md",
"scripts/task_manager.py"
]
},
{
"name": "tdd-orchestrator",
"path": "development/tdd-orchestrator",
"category": "development",
"type": "skill",
"description": "Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "tdd-workflow",
"path": "development/tdd-workflow",
"category": "development",
"type": "skill",
"description": "Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 117,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "telegram-bot-builder",
"path": "development/telegram-bot-builder",
"category": "development",
"type": "skill",
"description": "This skill should be used when the user asks to \"create a Telegram bot\", \"build a Telegram chatbot\", \"set up a Telegram webhook\", \"add inline keyboards to a bot\", \"handle Telegram callback queries\", \"implement Telegram payments\", \"send media via Telegram bot\", \"configure Telegram bot commands\", \"deploy a Telegram bot\", or mentions the Telegram Bot API, telegram bot tokens, getUpdates, setWebhook, or bot frameworks like node-telegram-bot-api, grammy, python-telegram-bot, or aiogram. Provides comprehensive guidance for building production-ready Telegram bots with Node.js and Python.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 91,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"reference/api_methods.md",
"reference/api_types.md",
"reference/patterns_and_examples.md"
]
},
{
"name": "terraform-specialist",
"path": "development/terraform-specialist",
"category": "development",
"type": "skill",
"description": "Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "test-detect",
"path": "development/test-detect",
"category": "development",
"type": "skill",
"description": "Auto-detect testing framework and run relevant tests. Identifies Jest, Vitest, Playwright, Cypress, pytest, Go test, and others. Can run all tests, specific file tests, or generate basic tests for new code. Usage - /test-detect, /test-detect src/auth/login.ts, /test-detect generate src/utils.ts",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "test-driven-development",
"path": "development/test-driven-development",
"category": "development",
"type": "skill",
"description": "Use when implementing any feature or bugfix, before writing implementation code",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 454,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"testing-anti-patterns.md"
]
},
{
"name": "test-fixing",
"path": "development/test-fixing",
"category": "development",
"type": "skill",
"description": "Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "testing-patterns",
"path": "development/testing-patterns",
"category": "development",
"type": "skill",
"description": "Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 182,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "typescript-expert",
"path": "development/typescript-expert",
"category": "development",
"type": "skill",
"description": ">-",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 367,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/tsconfig-strict.json",
"references/typescript-cheatsheet.md",
"references/utility-types.ts",
"scripts/ts_diagnostic.py"
]
},
{
"name": "typescript-pro",
"path": "development/typescript-pro",
"category": "development",
"type": "skill",
"description": "Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 53,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "using-git-worktrees",
"path": "development/using-git-worktrees",
"category": "development",
"type": "skill",
"description": "Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 142,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "using-superpowers",
"path": "development/using-superpowers",
"category": "development",
"type": "skill",
"description": "Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1619,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "vercel-deploy",
"path": "development/vercel-deploy",
"category": "development",
"type": "skill",
"description": "Deploy applications and websites to Vercel. Use when the user requests deployment actions like \"deploy my app\", \"deploy and give me the link\", \"push this live\", or \"create a preview deployment\".",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 99,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/vercel-small.svg",
"assets/vercel.png",
"scripts/deploy.sh"
]
},
{
"name": "vercel-deployment",
"path": "development/vercel-deployment",
"category": "development",
"type": "skill",
"description": "\"Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 79,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "verification-before-completion",
"path": "development/verification-before-completion",
"category": "development",
"type": "skill",
"description": "Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 168,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "web-artifacts-builder",
"path": "development/web-artifacts-builder",
"category": "development",
"type": "skill",
"description": "Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 217,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"scripts/bundle-artifact.sh",
"scripts/init-artifact.sh",
"scripts/shadcn-components.tar.gz"
]
},
{
"name": "web-quality-audit",
"path": "development/web-quality-audit",
"category": "development",
"type": "skill",
"description": "Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to \"audit my site\", \"review web quality\", \"run lighthouse audit\", \"check page quality\", or \"optimize my website\".",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 114,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/analyze.sh"
]
},
{
"name": "web-to-markdown",
"path": "development/web-to-markdown",
"category": "development",
"type": "skill",
"description": "\"Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 27,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "webapp-testing",
"path": "development/webapp-testing",
"category": "development",
"type": "skill",
"description": "Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 6261,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"examples/console_logging.py",
"examples/element_discovery.py",
"examples/static_html_automation.py",
"scripts/with_server.py"
]
},
{
"name": "worktree-guide",
"path": "development/worktree-guide",
"category": "development",
"type": "skill",
"description": "Interactive guide for parallel development with Ghostty, git worktrees, and Lazygit. Use when setting up multi-task workflows or learning the worktree system.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "writing-plans",
"path": "development/writing-plans",
"category": "development",
"type": "skill",
"description": "Use when you have a spec or requirements for a multi-step task, before touching code",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1056,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "writing-skills",
"path": "development/writing-skills",
"category": "development",
"type": "skill",
"description": "Use when creating new skills, editing existing skills, or verifying skills work before deployment",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 201,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"anthropic-best-practices.md",
"examples/CLAUDE_MD_TESTING.md",
"graphviz-conventions.dot",
"persuasion-principles.md",
"render-graphs.js",
"testing-skills-with-subagents.md"
]
},
{
"name": "zapier-workflows",
"path": "development/zapier-workflows",
"category": "development",
"type": "skill",
"description": "Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to \"run\" any process. Also handles Perplexity-based research and Google Sheets data tracking.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 100,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"references/mcp-patterns.md",
"references/zaps.md"
]
},
{
"name": "doc",
"path": "document-processing/doc",
"category": "document-processing",
"type": "skill",
"description": "\"Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/doc-small.svg",
"assets/doc.png",
"scripts/render_docx.py"
]
},
{
"name": "documentation-templates",
"path": "document-processing/documentation-templates",
"category": "document-processing",
"type": "skill",
"description": "Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 160,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "docx",
"path": "document-processing/docx",
"category": "document-processing",
"type": "skill",
"description": "\"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.\"",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 3871,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"docx-js.md",
"ooxml.md",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd",
"ooxml/schemas/mce/mc.xsd",
"ooxml/schemas/microsoft/wml-2010.xsd",
"ooxml/schemas/microsoft/wml-2012.xsd",
"ooxml/schemas/microsoft/wml-2018.xsd",
"ooxml/schemas/microsoft/wml-cex-2018.xsd",
"ooxml/schemas/microsoft/wml-cid-2016.xsd",
"ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"ooxml/schemas/microsoft/wml-symex-2015.xsd",
"ooxml/scripts/pack.py",
"ooxml/scripts/unpack.py",
"ooxml/scripts/validate.py",
"ooxml/scripts/validation/__init__.py",
"ooxml/scripts/validation/base.py",
"ooxml/scripts/validation/docx.py",
"ooxml/scripts/validation/pptx.py",
"ooxml/scripts/validation/redlining.py",
"scripts/__init__.py",
"scripts/accept_changes.py",
"scripts/comment.py",
"scripts/document.py",
"scripts/office/helpers/__init__.py",
"scripts/office/helpers/merge_runs.py",
"scripts/office/helpers/simplify_redlines.py",
"scripts/office/pack.py",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",
"scripts/office/schemas/mce/mc.xsd",
"scripts/office/schemas/microsoft/wml-2010.xsd",
"scripts/office/schemas/microsoft/wml-2012.xsd",
"scripts/office/schemas/microsoft/wml-2018.xsd",
"scripts/office/schemas/microsoft/wml-cex-2018.xsd",
"scripts/office/schemas/microsoft/wml-cid-2016.xsd",
"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"scripts/office/schemas/microsoft/wml-symex-2015.xsd",
"scripts/office/soffice.py",
"scripts/office/unpack.py",
"scripts/office/validate.py",
"scripts/office/validators/__init__.py",
"scripts/office/validators/base.py",
"scripts/office/validators/docx.py",
"scripts/office/validators/pptx.py",
"scripts/office/validators/redlining.py",
"scripts/templates/comments.xml",
"scripts/templates/commentsExtended.xml",
"scripts/templates/commentsExtensible.xml",
"scripts/templates/commentsIds.xml",
"scripts/templates/people.xml",
"scripts/utilities.py"
]
},
{
"name": "docx-official",
"path": "document-processing/docx-official",
"category": "document-processing",
"type": "skill",
"description": "\"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.\"",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 132,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"scripts/__init__.py",
"scripts/accept_changes.py",
"scripts/comment.py",
"scripts/office/helpers/__init__.py",
"scripts/office/helpers/merge_runs.py",
"scripts/office/helpers/simplify_redlines.py",
"scripts/office/pack.py",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",
"scripts/office/schemas/mce/mc.xsd",
"scripts/office/schemas/microsoft/wml-2010.xsd",
"scripts/office/schemas/microsoft/wml-2012.xsd",
"scripts/office/schemas/microsoft/wml-2018.xsd",
"scripts/office/schemas/microsoft/wml-cex-2018.xsd",
"scripts/office/schemas/microsoft/wml-cid-2016.xsd",
"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"scripts/office/schemas/microsoft/wml-symex-2015.xsd",
"scripts/office/soffice.py",
"scripts/office/unpack.py",
"scripts/office/validate.py",
"scripts/office/validators/__init__.py",
"scripts/office/validators/base.py",
"scripts/office/validators/docx.py",
"scripts/office/validators/pptx.py",
"scripts/office/validators/redlining.py",
"scripts/templates/comments.xml",
"scripts/templates/commentsExtended.xml",
"scripts/templates/commentsExtensible.xml",
"scripts/templates/commentsIds.xml",
"scripts/templates/people.xml"
]
},
{
"name": "json-canvas",
"path": "document-processing/json-canvas",
"category": "document-processing",
"type": "skill",
"description": "Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 87,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "obsidian-bases",
"path": "document-processing/obsidian-bases",
"category": "document-processing",
"type": "skill",
"description": "Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 188,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "obsidian-markdown",
"path": "document-processing/obsidian-markdown",
"category": "document-processing",
"type": "skill",
"description": "Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 329,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pdf",
"path": "document-processing/pdf",
"category": "document-processing",
"type": "skill",
"description": "Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 523,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"forms.md",
"reference.md",
"scripts/check_bounding_boxes.py",
"scripts/check_bounding_boxes_test.py",
"scripts/check_fillable_fields.py",
"scripts/convert_pdf_to_images.py",
"scripts/create_validation_image.py",
"scripts/extract_form_field_info.py",
"scripts/extract_form_structure.py",
"scripts/fill_fillable_fields.py",
"scripts/fill_pdf_form_with_annotations.py"
]
},
{
"name": "pdf-anthropic",
"path": "document-processing/pdf-anthropic",
"category": "document-processing",
"type": "skill",
"description": "Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 1267,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"forms.md",
"reference.md",
"scripts/check_bounding_boxes.py",
"scripts/check_bounding_boxes_test.py",
"scripts/check_fillable_fields.py",
"scripts/convert_pdf_to_images.py",
"scripts/create_validation_image.py",
"scripts/extract_form_field_info.py",
"scripts/extract_form_structure.py",
"scripts/fill_fillable_fields.py",
"scripts/fill_pdf_form_with_annotations.py"
]
},
{
"name": "pdf-fill-studio",
"path": "document-processing/pdf-fill-studio",
"category": "document-processing",
"type": "skill",
"description": "Fill any PDF locally and place each value precisely in a visual editor. Use when the user wants to fill out a PDF form, enter data into a PDF, complete a tax/insurance/bank form, or position text on a flat/scanned PDF. Handles flat (field-less) PDFs, per-character (comb) fields, and native AcroForm fields; leaves the signature blank for the user to sign.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pdf-official",
"path": "document-processing/pdf-official",
"category": "document-processing",
"type": "skill",
"description": "Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 103,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"forms.md",
"reference.md",
"scripts/check_bounding_boxes.py",
"scripts/check_bounding_boxes_test.py",
"scripts/check_fillable_fields.py",
"scripts/convert_pdf_to_images.py",
"scripts/create_validation_image.py",
"scripts/extract_form_field_info.py",
"scripts/extract_form_structure.py",
"scripts/fill_fillable_fields.py",
"scripts/fill_pdf_form_with_annotations.py"
]
},
{
"name": "pdf-processing",
"path": "document-processing/pdf-processing",
"category": "document-processing",
"type": "skill",
"description": "Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 775,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"FORMS.md",
"reference.md",
"scripts/check_bounding_boxes.py",
"scripts/check_fillable_fields.py",
"scripts/convert_pdf_to_images.py",
"scripts/create_validation_image.py",
"scripts/extract_form_field_info.py",
"scripts/extract_form_structure.py",
"scripts/fill_fillable_fields.py",
"scripts/fill_pdf_form_with_annotations.py"
]
},
{
"name": "pdf-processing-pro",
"path": "document-processing/pdf-processing-pro",
"category": "document-processing",
"type": "skill",
"description": "Production-ready PDF processing with forms, tables, OCR, validation, and batch operations. Use when working with complex PDF workflows in production environments, processing large volumes of PDFs, or requiring robust error handling and validation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3667,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"FORMS.md",
"OCR.md",
"TABLES.md",
"scripts/analyze_form.py"
]
},
{
"name": "pptx",
"path": "document-processing/pptx",
"category": "document-processing",
"type": "skill",
"description": "\"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \\\"deck,\\\" \\\"slides,\\\" \\\"presentation,\\\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.\"",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 3064,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"editing.md",
"html2pptx.md",
"ooxml.md",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd",
"ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd",
"ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd",
"ooxml/schemas/mce/mc.xsd",
"ooxml/schemas/microsoft/wml-2010.xsd",
"ooxml/schemas/microsoft/wml-2012.xsd",
"ooxml/schemas/microsoft/wml-2018.xsd",
"ooxml/schemas/microsoft/wml-cex-2018.xsd",
"ooxml/schemas/microsoft/wml-cid-2016.xsd",
"ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"ooxml/schemas/microsoft/wml-symex-2015.xsd",
"ooxml/scripts/pack.py",
"ooxml/scripts/unpack.py",
"ooxml/scripts/validate.py",
"ooxml/scripts/validation/__init__.py",
"ooxml/scripts/validation/base.py",
"ooxml/scripts/validation/docx.py",
"ooxml/scripts/validation/pptx.py",
"ooxml/scripts/validation/redlining.py",
"pptxgenjs.md",
"scripts/__init__.py",
"scripts/add_slide.py",
"scripts/clean.py",
"scripts/html2pptx.js",
"scripts/inventory.py",
"scripts/office/helpers/__init__.py",
"scripts/office/helpers/merge_runs.py",
"scripts/office/helpers/simplify_redlines.py",
"scripts/office/pack.py",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",
"scripts/office/schemas/mce/mc.xsd",
"scripts/office/schemas/microsoft/wml-2010.xsd",
"scripts/office/schemas/microsoft/wml-2012.xsd",
"scripts/office/schemas/microsoft/wml-2018.xsd",
"scripts/office/schemas/microsoft/wml-cex-2018.xsd",
"scripts/office/schemas/microsoft/wml-cid-2016.xsd",
"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"scripts/office/schemas/microsoft/wml-symex-2015.xsd",
"scripts/office/soffice.py",
"scripts/office/unpack.py",
"scripts/office/validate.py",
"scripts/office/validators/__init__.py",
"scripts/office/validators/base.py",
"scripts/office/validators/docx.py",
"scripts/office/validators/pptx.py",
"scripts/office/validators/redlining.py",
"scripts/rearrange.py",
"scripts/replace.py",
"scripts/thumbnail.py"
]
},
{
"name": "pptx-official",
"path": "document-processing/pptx-official",
"category": "document-processing",
"type": "skill",
"description": "\"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \\\"deck,\\\" \\\"slides,\\\" \\\"presentation,\\\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.\"",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"editing.md",
"pptxgenjs.md",
"scripts/__init__.py",
"scripts/add_slide.py",
"scripts/clean.py",
"scripts/office/helpers/__init__.py",
"scripts/office/helpers/merge_runs.py",
"scripts/office/helpers/simplify_redlines.py",
"scripts/office/pack.py",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",
"scripts/office/schemas/mce/mc.xsd",
"scripts/office/schemas/microsoft/wml-2010.xsd",
"scripts/office/schemas/microsoft/wml-2012.xsd",
"scripts/office/schemas/microsoft/wml-2018.xsd",
"scripts/office/schemas/microsoft/wml-cex-2018.xsd",
"scripts/office/schemas/microsoft/wml-cid-2016.xsd",
"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"scripts/office/schemas/microsoft/wml-symex-2015.xsd",
"scripts/office/soffice.py",
"scripts/office/unpack.py",
"scripts/office/validate.py",
"scripts/office/validators/__init__.py",
"scripts/office/validators/base.py",
"scripts/office/validators/docx.py",
"scripts/office/validators/pptx.py",
"scripts/office/validators/redlining.py",
"scripts/thumbnail.py"
]
},
{
"name": "spreadsheet",
"path": "document-processing/spreadsheet",
"category": "document-processing",
"type": "skill",
"description": "\"Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 108,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/spreadsheet-small.svg",
"assets/spreadsheet.png",
"references/examples/openpyxl/create_basic_spreadsheet.py",
"references/examples/openpyxl/create_spreadsheet_with_styling.py",
"references/examples/openpyxl/read_existing_spreadsheet.py",
"references/examples/openpyxl/styling_spreadsheet.py"
]
},
{
"name": "xlsx",
"path": "document-processing/xlsx",
"category": "document-processing",
"type": "skill",
"description": "\"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \\\"the xlsx in my downloads\\\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.\"",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 2707,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"recalc.py",
"scripts/office/helpers/__init__.py",
"scripts/office/helpers/merge_runs.py",
"scripts/office/helpers/simplify_redlines.py",
"scripts/office/pack.py",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",
"scripts/office/schemas/mce/mc.xsd",
"scripts/office/schemas/microsoft/wml-2010.xsd",
"scripts/office/schemas/microsoft/wml-2012.xsd",
"scripts/office/schemas/microsoft/wml-2018.xsd",
"scripts/office/schemas/microsoft/wml-cex-2018.xsd",
"scripts/office/schemas/microsoft/wml-cid-2016.xsd",
"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"scripts/office/schemas/microsoft/wml-symex-2015.xsd",
"scripts/office/soffice.py",
"scripts/office/unpack.py",
"scripts/office/validate.py",
"scripts/office/validators/__init__.py",
"scripts/office/validators/base.py",
"scripts/office/validators/docx.py",
"scripts/office/validators/pptx.py",
"scripts/office/validators/redlining.py",
"scripts/recalc.py"
]
},
{
"name": "xlsx-official",
"path": "document-processing/xlsx-official",
"category": "document-processing",
"type": "skill",
"description": "\"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \\\"the xlsx in my downloads\\\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.\"",
"author": "",
"repo": "",
"version": "",
"license": "Proprietary. LICENSE.txt has complete terms",
"keywords": [],
"downloads": 144,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"recalc.py",
"scripts/office/helpers/__init__.py",
"scripts/office/helpers/merge_runs.py",
"scripts/office/helpers/simplify_redlines.py",
"scripts/office/pack.py",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",
"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",
"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",
"scripts/office/schemas/mce/mc.xsd",
"scripts/office/schemas/microsoft/wml-2010.xsd",
"scripts/office/schemas/microsoft/wml-2012.xsd",
"scripts/office/schemas/microsoft/wml-2018.xsd",
"scripts/office/schemas/microsoft/wml-cex-2018.xsd",
"scripts/office/schemas/microsoft/wml-cid-2016.xsd",
"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",
"scripts/office/schemas/microsoft/wml-symex-2015.xsd",
"scripts/office/soffice.py",
"scripts/office/unpack.py",
"scripts/office/validate.py",
"scripts/office/validators/__init__.py",
"scripts/office/validators/base.py",
"scripts/office/validators/docx.py",
"scripts/office/validators/pptx.py",
"scripts/office/validators/redlining.py",
"scripts/recalc.py"
]
},
{
"name": "backend-to-frontend-handoff-docs",
"path": "enterprise-communication/backend-to-frontend-handoff-docs",
"category": "enterprise-communication",
"type": "skill",
"description": "Create API handoff documentation for frontend developers. Use when backend work is complete and needs to be documented for frontend integration, or user says 'create handoff', 'document API', 'frontend handoff', or 'API documentation'.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 97,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "brand-guidelines",
"path": "enterprise-communication/brand-guidelines",
"category": "enterprise-communication",
"type": "skill",
"description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 641,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt"
]
},
{
"name": "capa-officer",
"path": "enterprise-communication/capa-officer",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior CAPA Officer specialist for managing Corrective and Preventive Actions within Quality Management Systems. Provides CAPA process management, root cause analysis, effectiveness verification, and continuous improvement coordination. Use for CAPA investigations, corrective action planning, preventive action implementation, and CAPA system optimization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "daily-meeting-update",
"path": "enterprise-communication/daily-meeting-update",
"category": "enterprise-communication",
"type": "skill",
"description": "\"Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 48,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"scripts/claude_digest.py"
]
},
{
"name": "data-privacy-compliance",
"path": "enterprise-communication/data-privacy-compliance",
"category": "enterprise-communication",
"type": "skill",
"description": "Data privacy and regulatory compliance specialist for GDPR, CCPA, HIPAA, and international data protection laws. Use when implementing privacy controls, conducting data protection impact assessments, ensuring regulatory compliance, or managing data subject rights. Expert in consent management, data minimization, and privacy-by-design principles.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 144,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "difficult-workplace-conversations",
"path": "enterprise-communication/difficult-workplace-conversations",
"category": "enterprise-communication",
"type": "skill",
"description": "Structured approach to workplace conflicts, performance discussions, and challenging feedback using preparation-delivery-followup framework. Use when preparing for tough conversations, addressing conflicts, giving critical feedback, or navigating sensitive workplace discussions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 39,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/conversation-framework.md",
"references/delivery-scripts.md",
"references/emotional-regulation.md",
"references/preparation-template.md"
]
},
{
"name": "discord-bot-architect",
"path": "enterprise-communication/discord-bot-architect",
"category": "enterprise-communication",
"type": "skill",
"description": "\"Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive components, rate limiting, and sharding.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 55,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "email-composer",
"path": "enterprise-communication/email-composer",
"category": "enterprise-communication",
"type": "skill",
"description": "Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1034,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "excel-analysis",
"path": "enterprise-communication/excel-analysis",
"category": "enterprise-communication",
"type": "skill",
"description": "Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1983,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "fda-consultant-specialist",
"path": "enterprise-communication/fda-consultant-specialist",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior FDA consultant and specialist for medical device companies including HIPAA compliance and requirement management. Provides FDA pathway expertise, QSR compliance, cybersecurity guidance, and regulatory submission support. Use for FDA submission planning, QSR compliance assessments, HIPAA evaluations, and FDA regulatory strategy development.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "feedback-mastery",
"path": "enterprise-communication/feedback-mastery",
"category": "enterprise-communication",
"type": "skill",
"description": "Navigate difficult conversations and deliver constructive feedback using structured frameworks. Covers the Preparation-Delivery-Follow-up model and Situation-Behavior-Impact (SBI) feedback technique. Use when preparing for difficult conversations, giving feedback, or managing conflicts.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/difficult-conversation-scripts.md",
"references/expectation-alignment.md",
"references/feedback-sbi-model.md"
]
},
{
"name": "frontend-to-backend-requirements",
"path": "enterprise-communication/frontend-to-backend-requirements",
"category": "enterprise-communication",
"type": "skill",
"description": "Document frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements', 'what data do I need', 'API requirements', or is describing data needs for a UI.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 144,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "gdpr-dsgvo-expert",
"path": "enterprise-communication/gdpr-dsgvo-expert",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior GDPR/DSGVO expert and internal/external auditor for data protection compliance. Provides EU GDPR and German DSGVO expertise, privacy impact assessments, data protection auditing, and compliance verification. Use for GDPR compliance assessments, privacy audits, data protection planning, and regulatory compliance verification.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 79,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "information-security-manager-iso27001",
"path": "enterprise-communication/information-security-manager-iso27001",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior Information Security Manager specializing in ISO 27001 and ISO 27002 implementation for HealthTech and MedTech companies. Provides ISMS implementation, cybersecurity risk assessment, security controls management, and compliance oversight. Use for ISMS design, security risk assessments, control implementation, and ISO 27001 certification activities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 160,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "internal-comms",
"path": "enterprise-communication/internal-comms",
"category": "enterprise-communication",
"type": "skill",
"description": "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 265,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"examples/3p-updates.md",
"examples/company-newsletter.md",
"examples/faq-answers.md",
"examples/general-comms.md"
]
},
{
"name": "internal-comms-anthropic",
"path": "enterprise-communication/internal-comms-anthropic",
"category": "enterprise-communication",
"type": "skill",
"description": "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"examples/3p-updates.md",
"examples/company-newsletter.md",
"examples/faq-answers.md",
"examples/general-comms.md"
]
},
{
"name": "internal-comms-community",
"path": "enterprise-communication/internal-comms-community",
"category": "enterprise-communication",
"type": "skill",
"description": "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt"
]
},
{
"name": "isms-audit-expert",
"path": "enterprise-communication/isms-audit-expert",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior ISMS Audit Expert for internal and external information security management system auditing. Provides ISO 27001 audit expertise, security audit program management, security control assessment, and compliance verification. Use for ISMS internal auditing, external audit preparation, security control testing, and ISO 27001 certification support.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 49,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "mdr-745-specialist",
"path": "enterprise-communication/mdr-745-specialist",
"category": "enterprise-communication",
"type": "skill",
"description": "EU MDR 2017/745 regulation specialist and consultant for medical device requirement management. Provides comprehensive MDR compliance expertise, gap analysis, technical documentation guidance, clinical evidence requirements, and post-market surveillance implementation. Use for MDR compliance assessment, classification decisions, technical file preparation, and regulatory requirement interpretation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "professional-communication",
"path": "enterprise-communication/professional-communication",
"category": "enterprise-communication",
"type": "skill",
"description": "Guide technical communication for software developers. Covers email structure, team messaging etiquette, meeting agendas, and adapting messages for technical vs non-technical audiences. Use when drafting professional messages, preparing meeting communications, or improving written communication.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 68,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/email-templates.md",
"references/jargon-simplification.md",
"references/meeting-structures.md",
"references/remote-async-communication.md"
]
},
{
"name": "qms-audit-expert",
"path": "enterprise-communication/qms-audit-expert",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior QMS Audit Expert for internal and external quality management system auditing. Provides ISO 13485 audit expertise, audit program management, nonconformity identification, and corrective action verification. Use for internal audit planning, external audit preparation, audit execution, and audit follow-up activities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "quality-documentation-manager",
"path": "enterprise-communication/quality-documentation-manager",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior Quality Documentation Manager for comprehensive documentation control and regulatory document review. Provides document management system design, change control, configuration management, and regulatory documentation oversight. Use for document control system implementation, regulatory document review, change management, and documentation compliance verification.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 170,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "quality-manager-qmr",
"path": "enterprise-communication/quality-manager-qmr",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior Quality Manager Responsible Person (QMR) for HealthTech and MedTech companies. Provides overall quality system responsibility, regulatory compliance oversight, management accountability, and strategic quality leadership. Use for quality system governance, regulatory compliance oversight, management responsibility, and quality strategic planning.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "quality-manager-qms-iso13485",
"path": "enterprise-communication/quality-manager-qms-iso13485",
"category": "enterprise-communication",
"type": "skill",
"description": "ISO 13485 Quality Management System specialist for medical device companies. Provides QMS implementation, maintenance, process optimization, and compliance expertise. Use for QMS design, documentation control, management review, internal auditing, corrective actions, and ISO 13485 certification activities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "regulatory-affairs-head",
"path": "enterprise-communication/regulatory-affairs-head",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior Regulatory Affairs Manager expertise for HealthTech and MedTech companies. Provides strategic regulatory guidance, submission management, regulatory pathway analysis, global compliance coordination, and cross-functional team leadership. Use for regulatory strategy development, submission planning, regulatory risk assessment, and team coordination activities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/eu-mdr-submission-guide.md",
"references/fda-submission-guide.md",
"scripts/regulatory_tracker.py"
]
},
{
"name": "risk-management-specialist",
"path": "enterprise-communication/risk-management-specialist",
"category": "enterprise-communication",
"type": "skill",
"description": "Senior Risk Management specialist for medical device companies implementing ISO 14971 risk management throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis. Use for risk management planning, risk assessments, risk control verification, and risk management file maintenance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 69,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/example_asset.txt",
"references/api_reference.md",
"scripts/example.py"
]
},
{
"name": "session-handoff",
"path": "enterprise-communication/session-handoff",
"category": "enterprise-communication",
"type": "skill",
"description": "\"Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"evals/model-expectations.md",
"evals/results-opus-baseline.md",
"evals/setup_test_env.py",
"evals/test-scenarios.md",
"references/handoff-template.md",
"references/resume-checklist.md",
"scripts/check_staleness.py",
"scripts/create_handoff.py",
"scripts/list_handoffs.py",
"scripts/validate_handoff.py"
]
},
{
"name": "slack-bot-builder",
"path": "enterprise-communication/slack-bot-builder",
"category": "enterprise-communication",
"type": "skill",
"description": "\"Build Slack apps using the Bolt framework across Python, JavaScript, and Java. Covers Block Kit for rich UIs, interactive components, slash commands, event handling, OAuth installation flows, and Workflow Builder integration. Focus on best practices for production-ready Slack apps. Use when: slack bot, slack app, bolt framework, block kit, slash command.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "slack-gif-creator",
"path": "enterprise-communication/slack-gif-creator",
"category": "enterprise-communication",
"type": "skill",
"description": "Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like \"make me a GIF of X doing Y for Slack.\"",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"core/easing.py",
"core/frame_composer.py",
"core/gif_builder.py",
"core/validators.py",
"requirements.txt"
]
},
{
"name": "telegram-bot-builder",
"path": "enterprise-communication/telegram-bot-builder",
"category": "enterprise-communication",
"type": "skill",
"description": "\"Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 198,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "telegram-mini-app",
"path": "enterprise-communication/telegram-mini-app",
"category": "enterprise-communication",
"type": "skill",
"description": "\"Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, payments, user authentication, and building viral mini apps that monetize. Use when: telegram mini app, TWA, telegram web app, TON app, mini app.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 75,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "twilio-communications",
"path": "enterprise-communication/twilio-communications",
"category": "enterprise-communication",
"type": "skill",
"description": "\"Build communication features with Twilio: SMS messaging, voice calls, WhatsApp Business API, and user verification (2FA). Covers the full spectrum from simple notifications to complex IVR systems and multi-channel authentication. Critical focus on compliance, rate limits, and error handling. Use when: twilio, send SMS, text message, voice call, phone verification.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 73,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "writing-clearly-and-concisely",
"path": "enterprise-communication/writing-clearly-and-concisely",
"category": "enterprise-communication",
"type": "skill",
"description": "Use when writing prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules for clearer, stronger, more professional writing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 140,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"elements-of-style/01-introductory.md",
"elements-of-style/02-elementary-rules-of-usage.md",
"elements-of-style/03-elementary-principles-of-composition.md",
"elements-of-style/04-a-few-matters-of-form.md",
"elements-of-style/05-words-and-expressions-commonly-misused.md",
"signs-of-ai-writing.md"
]
},
{
"name": "commit-smart",
"path": "git/commit-smart",
"category": "git",
"type": "skill",
"description": "Analyze staged/unstaged changes and create semantic conventional commits with context about WHY, not just WHAT. Auto-detects commit type and scope from the diff. Supports optional type/scope arguments. Usage - /commit-smart, /commit-smart fix, /commit-smart refactor api",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 96,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "git-context-controller",
"path": "git/git-context-controller",
"category": "git",
"type": "skill",
"description": "\"Git Context Controller (GCC) - Manages agent memory as a versioned file system under .GCC/. This skill should be used when working on multi-step projects that benefit from structured memory persistence, milestone tracking, branching for alternative approaches, and cross-session context recovery. Triggers on /gcc commands or natural language like 'commit this progress', 'branch to try an alternative', 'merge results', 'recover context'.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/file_formats.md",
"scripts/gcc_init.sh"
]
},
{
"name": "star-history-chart",
"path": "git/star-history-chart",
"category": "git",
"type": "skill",
"description": "Add a self-hosted \"Stargazers over time\" chart to any GitHub repo's README. GitHub now restricts the stargazers endpoint to a repo's own admins/collaborators, so third-party live services (star-history free tier, starchart.cc) return \"Requires authentication\" for everyone. This generates a static, theme-aware SVG in-repo and auto-refreshes it weekly with a GitHub Action using the repo's own GITHUB_TOKEN. Use when the star chart in a README is broken, shows \"Requires authentication\", or you want a star history that never breaks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/star-history.yml",
"scripts/generate_star_history.py"
]
},
{
"name": "x-twitter-scraper",
"path": "marketing/x-twitter-scraper",
"category": "marketing",
"type": "skill",
"description": "\"X API & Twitter scraper skill for AI coding agents. Builds integrations with the Xquik REST API, MCP server & webhooks: tweet search, user lookup, follower extraction, engagement metrics, giveaway contest draws, trending topics, account monitoring, reply/retweet/quote extraction, community & Space data, mutual follow checks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 66,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "image-enhancer",
"path": "media/image-enhancer",
"category": "media",
"type": "skill",
"description": "Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 524,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "screenshot",
"path": "media/screenshot",
"category": "media",
"type": "skill",
"description": "\"Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 68,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/screenshot-small.svg",
"assets/screenshot.png",
"scripts/ensure_macos_permissions.sh",
"scripts/macos_display_info.swift",
"scripts/macos_permissions.swift",
"scripts/macos_window_info.swift",
"scripts/take_screenshot.ps1",
"scripts/take_screenshot.py"
]
},
{
"name": "speech",
"path": "media/speech",
"category": "media",
"type": "skill",
"description": "\"Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 75,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/speech-small.svg",
"assets/speech.png",
"references/accessibility.md",
"references/audio-api.md",
"references/cli.md",
"references/codex-network.md",
"references/ivr.md",
"references/narration.md",
"references/prompting.md",
"references/sample-prompts.md",
"references/voice-directions.md",
"references/voiceover.md",
"scripts/text_to_speech.py"
]
},
{
"name": "transcribe",
"path": "media/transcribe",
"category": "media",
"type": "skill",
"description": "\"Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 154,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/transcribe-small.svg",
"assets/transcribe.png",
"references/api.md",
"scripts/transcribe_diarize.py"
]
},
{
"name": "video-downloader",
"path": "media/video-downloader",
"category": "media",
"type": "skill",
"description": "Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 591,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pb-api-rules",
"path": "pocketbase/pb-api-rules",
"category": "pocketbase",
"type": "skill",
"description": "\"API rules and filter expressions for PocketBase access control. Use when setting permissions, writing filter expressions, configuring who can access what, or debugging 403/404 responses. Covers all 5 rule types, filter syntax, operators, request/collection macros, and field modifiers.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pb-collections",
"path": "pocketbase/pb-collections",
"category": "pocketbase",
"type": "skill",
"description": "\"Collection and schema design for PocketBase. Use when creating collections, designing schemas, adding fields, setting up relations, or choosing between base/auth/view collection types. Prevents wrong field types, documents zero-default behavior, and covers relation cascading.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pb-deploy",
"path": "pocketbase/pb-deploy",
"category": "pocketbase",
"type": "skill",
"description": "\"Production deployment for PocketBase. Use when deploying PocketBase to a server, setting up Docker, configuring systemd, reverse proxy (nginx/Caddy), TLS, SMTP, backups, S3 storage, rate limiting, or hardening for production. Provides ready-to-use configs.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pb-hooks",
"path": "pocketbase/pb-hooks",
"category": "pocketbase",
"type": "skill",
"description": "\"Server-side JavaScript hooks for PocketBase (pb_hooks). Use when writing custom routes, event hooks, cron jobs, sending emails, making HTTP requests, querying the database, or extending PocketBase with server-side logic. Covers the goja ES5 runtime, routing, middleware, all event hooks, DB queries, record operations, and global APIs.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pb-migrations",
"path": "pocketbase/pb-migrations",
"category": "pocketbase",
"type": "skill",
"description": "\"Schema migrations and versioning for PocketBase. Use when creating migrations, managing schema versions, syncing collections between environments, using automigrate, or creating collections programmatically. Covers migrate commands, migration file format, snapshot imports, and the _migrations tracking table.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pb-sdk",
"path": "pocketbase/pb-sdk",
"category": "pocketbase",
"type": "skill",
"description": "\"JavaScript SDK usage for PocketBase client applications. Use when calling PocketBase from frontend or Node.js, authenticating users, subscribing to realtime events, uploading files, or working with the PocketBase JS/TS SDK. Covers CRUD, auth flows, authStore, realtime SSE, file handling, batch operations, and query syntax.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "address-github-comments",
"path": "productivity/address-github-comments",
"category": "productivity",
"type": "skill",
"description": "Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 26,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "brainstorming",
"path": "productivity/brainstorming",
"category": "productivity",
"type": "skill",
"description": "\"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 304,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "claude-code-sessions",
"path": "productivity/claude-code-sessions",
"category": "productivity",
"type": "skill",
"description": "Search, analyze, and manage Claude Code session history. Use when the user wants to find past sessions, check token usage, review tool breakdowns, resume previous work, or manage tasks across sessions. Provides 11 skills and a web dashboard.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "code-review-excellence",
"path": "productivity/code-review-excellence",
"category": "productivity",
"type": "skill",
"description": "\"Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "code-simplifier",
"path": "productivity/code-simplifier",
"category": "productivity",
"type": "skill",
"description": "Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to \"simplify code\", \"clean up code\", \"refactor for clarity\", \"improve readability\", or review recently modified code for elegance. Focuses on project-specific best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "commit-work",
"path": "productivity/commit-work",
"category": "productivity",
"type": "skill",
"description": "\"Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 47,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "concise-planning",
"path": "productivity/concise-planning",
"category": "productivity",
"type": "skill",
"description": "Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 75,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "crafting-effective-readmes",
"path": "productivity/crafting-effective-readmes",
"category": "productivity",
"type": "skill",
"description": "Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/art-of-readme.md",
"references/make-a-readme.md",
"references/standard-readme-example-maximal.md",
"references/standard-readme-example-minimal.md",
"references/standard-readme-spec.md",
"section-checklist.md",
"style-guide.md",
"templates/internal.md",
"templates/oss.md",
"templates/personal.md",
"templates/xdg-config.md",
"using-references.md"
]
},
{
"name": "deadline-prep",
"path": "productivity/deadline-prep",
"category": "productivity",
"type": "skill",
"description": "Generate a structured demo outline from your session's change log and git history. Reads .claude/critical_log_changes.csv and git log to produce presentation-ready talking points for end-of-day demos, standups, or delivery deadlines.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "debugger",
"path": "productivity/debugger",
"category": "productivity",
"type": "skill",
"description": "'Debugging specialist for errors, test failures, and unexpected",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "debugging-strategies",
"path": "productivity/debugging-strategies",
"category": "productivity",
"type": "skill",
"description": "\"Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "doc-coauthoring",
"path": "productivity/doc-coauthoring",
"category": "productivity",
"type": "skill",
"description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 105,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "executing-plans",
"path": "productivity/executing-plans",
"category": "productivity",
"type": "skill",
"description": "Use when you have a written implementation plan to execute in a separate session with review checkpoints",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 62,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "file-organizer",
"path": "productivity/file-organizer",
"category": "productivity",
"type": "skill",
"description": "Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures. Use when user wants to clean up directories, organize downloads, remove duplicates, or restructure projects.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3424,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "game-changing-features",
"path": "productivity/game-changing-features",
"category": "productivity",
"type": "skill",
"description": "Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 194,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "humanizer",
"path": "productivity/humanizer",
"category": "productivity",
"type": "skill",
"description": "|",
"author": "",
"repo": "",
"version": "2.1.1",
"license": "",
"keywords": [],
"downloads": 590,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "invoice-organizer",
"path": "productivity/invoice-organizer",
"category": "productivity",
"type": "skill",
"description": "Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 253,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "kaizen",
"path": "productivity/kaizen",
"category": "productivity",
"type": "skill",
"description": "Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 77,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "linear",
"path": "productivity/linear",
"category": "productivity",
"type": "skill",
"description": "Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "meeting-insights-analyzer",
"path": "productivity/meeting-insights-analyzer",
"category": "productivity",
"type": "skill",
"description": "Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 156,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "naming-analyzer",
"path": "productivity/naming-analyzer",
"category": "productivity",
"type": "skill",
"description": "Suggest better variable, function, and class names based on context and conventions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "notebooklm",
"path": "productivity/notebooklm",
"category": "productivity",
"type": "skill",
"description": "Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 189,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
".gitignore",
"AUTHENTICATION.md",
"CHANGELOG.md",
"LICENSE",
"README.md",
"images/example_notebookchat.png",
"references/api_reference.md",
"references/troubleshooting.md",
"references/usage_patterns.md",
"requirements.txt",
"scripts/__init__.py",
"scripts/ask_question.py",
"scripts/auth_manager.py",
"scripts/browser_session.py",
"scripts/browser_utils.py",
"scripts/cleanup_manager.py",
"scripts/config.py",
"scripts/notebook_manager.py",
"scripts/run.py",
"scripts/setup_environment.py"
]
},
{
"name": "notion-knowledge-capture",
"path": "productivity/notion-knowledge-capture",
"category": "productivity",
"type": "skill",
"description": "Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "notion-meeting-intelligence",
"path": "productivity/notion-meeting-intelligence",
"category": "productivity",
"type": "skill",
"description": "Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "notion-research-documentation",
"path": "productivity/notion-research-documentation",
"category": "productivity",
"type": "skill",
"description": "Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 89,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "notion-spec-to-implementation",
"path": "productivity/notion-spec-to-implementation",
"category": "productivity",
"type": "skill",
"description": "Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 55,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "notion-template-business",
"path": "productivity/notion-template-business",
"category": "productivity",
"type": "skill",
"description": "\"Expert in building and selling Notion templates as a business - not just making templates, but building a sustainable digital product business. Covers template design, pricing, marketplaces, marketing, and scaling to real revenue. Use when: notion template, sell templates, digital product, notion business, gumroad.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 77,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "nowait",
"path": "productivity/nowait",
"category": "productivity",
"type": "skill",
"description": "Implements the NOWAIT technique for efficient reasoning in R1-style LLMs. Use when optimizing inference of reasoning models (QwQ, DeepSeek-R1, Phi4-Reasoning, Qwen3, Kimi-VL, QvQ), reducing chain-of-thought token usage by 27-51% while preserving accuracy. Triggers on \"optimize reasoning\", \"reduce thinking tokens\", \"efficient inference\", \"suppress reflection tokens\", or when working with verbose CoT outputs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"refrences/keywords.md",
"scripts/nowait_processor.py"
]
},
{
"name": "obsidian-clipper-template-creator",
"path": "productivity/obsidian-clipper-template-creator",
"category": "productivity",
"type": "skill",
"description": "Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/clipping-template.json",
"assets/recipe-template.json",
"references/analysis-workflow.md",
"references/bases-workflow.md",
"references/filters.md",
"references/json-schema.md",
"references/variables.md"
]
},
{
"name": "performance-optimizer",
"path": "productivity/performance-optimizer",
"category": "productivity",
"type": "skill",
"description": "\"Identifies and fixes performance bottlenecks in code, databases, and APIs. Measures before and after to prove improvements.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "personal-tool-builder",
"path": "productivity/personal-tool-builder",
"category": "productivity",
"type": "skill",
"description": "\"Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same itch. Covers rapid prototyping, local-first apps, CLI tools, scripts that grow into products, and the art of dogfooding. Use when: build a tool, personal tool, scratch my itch, solve my problem, CLI tool.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 49,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "plan-writing",
"path": "productivity/plan-writing",
"category": "productivity",
"type": "skill",
"description": "Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 128,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "planning-with-files",
"path": "productivity/planning-with-files",
"category": "productivity",
"type": "skill",
"description": "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.",
"author": "",
"repo": "",
"version": "\"2.1.2\"",
"license": "",
"keywords": [],
"downloads": 113,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"examples.md",
"reference.md",
"scripts/check-complete.sh",
"scripts/init-session.sh",
"templates/findings.md",
"templates/progress.md",
"templates/task_plan.md"
]
},
{
"name": "raffle-winner-picker",
"path": "productivity/raffle-winner-picker",
"category": "productivity",
"type": "skill",
"description": "Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "reducing-entropy",
"path": "productivity/reducing-entropy",
"category": "productivity",
"type": "skill",
"description": "Manual-only skill for minimizing total codebase size. Only activate when explicitly requested by user. Measures success by final code amount, not effort. Bias toward deletion.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"adding-reference-mindsets.md",
"references/data-over-abstractions.md",
"references/design-is-taking-apart.md",
"references/expensive-to-add-later.md",
"references/simplicity-vs-easy.md"
]
},
{
"name": "requirements-clarity",
"path": "productivity/requirements-clarity",
"category": "productivity",
"type": "skill",
"description": "Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 116,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "ship-learn-next",
"path": "productivity/ship-learn-next",
"category": "productivity",
"type": "skill",
"description": "Transform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "skill-creator",
"path": "productivity/skill-creator",
"category": "productivity",
"type": "skill",
"description": "Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 98,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/analyzer.md",
"agents/comparator.md",
"agents/grader.md",
"assets/eval_review.html",
"eval-viewer/generate_review.py",
"eval-viewer/viewer.html",
"references/output-patterns.md",
"references/schemas.md",
"references/workflows.md",
"scripts/__init__.py",
"scripts/aggregate_benchmark.py",
"scripts/generate_report.py",
"scripts/improve_description.py",
"scripts/init_skill.py",
"scripts/package_skill.py",
"scripts/quick_validate.py",
"scripts/run_eval.py",
"scripts/run_loop.py",
"scripts/utils.py"
]
},
{
"name": "skill-developer",
"path": "productivity/skill-developer",
"category": "productivity",
"type": "skill",
"description": "Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 77,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"ADVANCED.md",
"HOOK_MECHANISMS.md",
"PATTERNS_LIBRARY.md",
"SKILL_RULES_REFERENCE.md",
"TRIGGER_TYPES.md",
"TROUBLESHOOTING.md"
]
},
{
"name": "skill-judge",
"path": "productivity/skill-judge",
"category": "productivity",
"type": "skill",
"description": "Evaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill packages. Provides multi-dimensional scoring and actionable improvement suggestions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 74,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "think-tank",
"path": "productivity/think-tank",
"category": "productivity",
"type": "skill",
"description": "Run a Virtual Think Tank — a structured multi-persona debate — before planning or making architectural/design/strategic decisions. Use this skill whenever the user is about to plan a system, make a technology choice, evaluate trade-offs, decide on an approach, or faces any decision where multiple perspectives would sharpen the outcome. Also trigger when the user says \"think tank\", \"debate this\", \"perspectives on\", \"trade-offs\", \"should I use X or Y\", \"help me decide\", \"before we plan\", or asks for pros/cons of competing approaches. This skill should run BEFORE any implementation planning begins — it produces a structured analysis that feeds into better plans.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 53,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt"
]
},
{
"name": "writing-plans",
"path": "productivity/writing-plans",
"category": "productivity",
"type": "skill",
"description": "Use when you have a spec or requirements for a multi-step task, before touching code",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 65,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "writing-rules",
"path": "productivity/writing-rules",
"category": "productivity",
"type": "skill",
"description": "This skill should be used when the user asks to \"create a hookify rule\", \"write a hook rule\", \"configure hookify\", \"add a hookify rule\", or needs guidance on hookify rule syntax and patterns.",
"author": "",
"repo": "",
"version": "0.1.0",
"license": "",
"keywords": [],
"downloads": 81,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "writing-skills",
"path": "productivity/writing-skills",
"category": "productivity",
"type": "skill",
"description": "Use when creating new skills, editing existing skills, or verifying skills work before deployment",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 47,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"anthropic-best-practices.md",
"graphviz-conventions.dot",
"persuasion-principles.md",
"render-graphs.js",
"testing-skills-with-subagents.md"
]
},
{
"name": "database",
"path": "railway/database",
"category": "railway",
"type": "skill",
"description": "Add official Railway database services (Postgres, Redis, MySQL, MongoDB). Use when user wants to add a database, says \"add postgres\", \"add redis\", \"add database\", \"connect to database\", or \"wire up the database\". For other templates (Ghost, Strapi, n8n), use the railway-templates skill.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Database",
"Postgres",
"Redis",
"MySQL",
"MongoDB",
"Infrastructure",
"Deployment",
"Template"
],
"downloads": 395,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "deploy",
"path": "railway/deploy",
"category": "railway",
"type": "skill",
"description": "Deploy code to Railway using \"railway up\". Use when user wants to push code, says \"railway up\", \"deploy\", \"ship\", or \"push\". For initial setup or creating services, use railway-new skill. For Docker images, use railway-environment skill.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Deploy",
"CI/CD",
"Push",
"Ship",
"Infrastructure",
"Deployment"
],
"downloads": 70,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "deployment",
"path": "railway/deployment",
"category": "railway",
"type": "skill",
"description": "Manage Railway deployments - view logs, redeploy, restart, or remove deployments. Use for deployment lifecycle (remove, stop, redeploy, restart), deployment visibility (list, status, history), and troubleshooting (logs, errors, failures, crashes). NOT for deleting services - use railway-environment skill with isDeleted for that.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Deployment",
"Logs",
"Debug",
"Troubleshooting",
"Redeploy",
"Infrastructure"
],
"downloads": 44,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "domain",
"path": "railway/domain",
"category": "railway",
"type": "skill",
"description": "Add, view, or remove domains for Railway services. Use when user wants to add a domain, generate a railway domain, check current domains, get the URL for a service, or remove a domain.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Domain",
"DNS",
"URL",
"Custom Domain",
"Infrastructure"
],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "environment",
"path": "railway/environment",
"category": "railway",
"type": "skill",
"description": "Query, stage, and apply configuration changes for Railway environments. Use for ANY variable or env var operations, service configuration (source, build settings, deploy settings), lifecycle (delete service), and applying changes. Prefer over railway-status skill for any configuration or variable queries.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Environment",
"Configuration",
"Variables",
"Build",
"Deploy",
"Infrastructure",
"Settings"
],
"downloads": 30,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "metrics",
"path": "railway/metrics",
"category": "railway",
"type": "skill",
"description": "Query resource usage metrics for Railway services. Use when user asks about resource usage, CPU, memory, network, disk, or service performance like \"how much memory is my service using\" or \"is my service slow\".",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Metrics",
"Monitoring",
"Performance",
"CPU",
"Memory",
"Resources",
"Analytics"
],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "new",
"path": "railway/new",
"category": "railway",
"type": "skill",
"description": "Create Railway projects, services, and databases with proper configuration. Use when user says \"setup\", \"deploy to railway\", \"initialize\", \"create project\", \"create service\", or wants to deploy from GitHub. Handles initial setup AND adding services to existing projects. For databases, use railway-railway-database skill instead.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Project",
"Service",
"Setup",
"Initialize",
"Deploy",
"Infrastructure",
"Scaffolding"
],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/environment-config.md",
"references/monorepo.md",
"references/railpack.md",
"references/variables.md"
]
},
{
"name": "projects",
"path": "railway/projects",
"category": "railway",
"type": "skill",
"description": "List, switch, and configure Railway projects. Use when user wants to list all projects, switch projects, rename a project, enable/disable PR deploys, make a project public/private, or modify project settings.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Projects",
"Workspace",
"Management",
"Settings",
"Infrastructure"
],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "railway-docs",
"path": "railway/railway-docs",
"category": "railway",
"type": "skill",
"description": "Fetch up-to-date Railway documentation to answer questions accurately. Use when user asks about Railway features, how Railway works, or shares a docs.railway.com URL.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Documentation",
"Docs",
"Help",
"Reference",
"Learning"
],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "service",
"path": "railway/service",
"category": "railway",
"type": "skill",
"description": "Check service status, rename services, change service icons, link services, or create services with Docker images. For creating services with local code, prefer railway-new skill. For GitHub repo sources, use railway-new skill to create empty service then railway-environment skill to configure source.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Service",
"Status",
"Docker",
"Container",
"Infrastructure",
"Management"
],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "status",
"path": "railway/status",
"category": "railway",
"type": "skill",
"description": "Check current Railway project status for this directory. Use when user asks \"railway status\", \"is it running\", \"what's deployed\", \"deployment status\", or about uptime. NOT for variables or configuration queries - use railway-environment skill for those.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Status",
"Project",
"Environment",
"Deployment",
"Infrastructure"
],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "templates",
"path": "railway/templates",
"category": "railway",
"type": "skill",
"description": "Search and deploy services from Railway's template marketplace. Use when user wants to add a service from a template, find templates for a specific use case, or deploy tools like Ghost, Strapi, n8n, Minio, Uptime Kuma, etc. For databases (Postgres, Redis, MySQL, MongoDB), prefer the railway-database skill.",
"author": "Railway",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Railway",
"Templates",
"Marketplace",
"Deployment",
"CMS",
"Automation",
"Infrastructure"
],
"downloads": 57,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "adaptyv",
"path": "scientific/adaptyv",
"category": "scientific",
"type": "skill",
"description": "Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"reference/api_reference.md",
"reference/examples.md",
"reference/experiments.md",
"reference/protein_optimization.md"
]
},
{
"name": "aeon",
"path": "scientific/aeon",
"category": "scientific",
"type": "skill",
"description": "This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/anomaly_detection.md",
"references/classification.md",
"references/clustering.md",
"references/datasets_benchmarking.md",
"references/distances.md",
"references/forecasting.md",
"references/networks.md",
"references/regression.md",
"references/segmentation.md",
"references/similarity_search.md",
"references/transformations.md"
]
},
{
"name": "alphafold-database",
"path": "scientific/alphafold-database",
"category": "scientific",
"type": "skill",
"description": "\"Access AlphaFold's 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 25,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "anndata",
"path": "scientific/anndata",
"category": "scientific",
"type": "skill",
"description": "This skill should be used when working with annotated data matrices in Python, particularly for single-cell genomics analysis, managing experimental measurements with metadata, or handling large-scale biological datasets. Use when tasks involve AnnData objects, h5ad files, single-cell RNA-seq data, or integration with scanpy/scverse tools.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/best_practices.md",
"references/concatenation.md",
"references/data_structure.md",
"references/io_operations.md",
"references/manipulation.md"
]
},
{
"name": "arboreto",
"path": "scientific/arboreto",
"category": "scientific",
"type": "skill",
"description": "Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithms.md",
"references/basic_inference.md",
"references/distributed_computing.md",
"scripts/basic_grn_inference.py"
]
},
{
"name": "astropy",
"path": "scientific/astropy",
"category": "scientific",
"type": "skill",
"description": "Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coordinates, physical units, FITS files, cosmological calculations, time systems, tables, world coordinate systems (WCS), and astronomical data analysis. Use when tasks involve coordinate transformations, unit conversions, FITS file manipulation, cosmological distance calculations, time scale conversions, or astronomical data processing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/coordinates.md",
"references/cosmology.md",
"references/fits.md",
"references/tables.md",
"references/time.md",
"references/units.md",
"references/wcs_and_other_modules.md"
]
},
{
"name": "benchling-integration",
"path": "scientific/benchling-integration",
"category": "scientific",
"type": "skill",
"description": "\"Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_endpoints.md",
"references/authentication.md",
"references/sdk_reference.md"
]
},
{
"name": "biomni",
"path": "scientific/biomni",
"category": "scientific",
"type": "skill",
"description": "Autonomous biomedical AI agent framework for executing complex research tasks across genomics, drug discovery, molecular biology, and clinical analysis. Use this skill when conducting multi-step biomedical research including CRISPR screening design, single-cell RNA-seq analysis, ADMET prediction, GWAS interpretation, rare disease diagnosis, or lab protocol optimization. Leverages LLM reasoning with code execution and integrated biomedical databases.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/llm_providers.md",
"references/use_cases.md",
"scripts/generate_report.py",
"scripts/setup_environment.py"
]
},
{
"name": "biopython",
"path": "scientific/biopython",
"category": "scientific",
"type": "skill",
"description": "\"Primary Python toolkit for molecular biology. Preferred for Python-based PubMed/NCBI queries (Bio.Entrez), sequence manipulation, file parsing (FASTA, GenBank, FASTQ, PDB), advanced BLAST workflows, structures, phylogenetics. For quick BLAST, use gget. For direct REST API, use pubmed-database.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced.md",
"references/alignment.md",
"references/blast.md",
"references/databases.md",
"references/phylogenetics.md",
"references/sequence_io.md",
"references/structure.md"
]
},
{
"name": "biorxiv-database",
"path": "scientific/biorxiv-database",
"category": "scientific",
"type": "skill",
"description": "Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/biorxiv_search.py"
]
},
{
"name": "bioservices",
"path": "scientific/bioservices",
"category": "scientific",
"type": "skill",
"description": "\"Primary Python tool for 40+ bioinformatics services. Preferred for multi-database workflows: UniProt, KEGG, ChEMBL, PubChem, Reactome, QuickGO. Unified API for queries, ID mapping, pathway analysis. For direct REST control, use individual database skills (uniprot-database, kegg-database).\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/identifier_mapping.md",
"references/services_reference.md",
"references/workflow_patterns.md",
"scripts/batch_id_converter.py",
"scripts/compound_cross_reference.py",
"scripts/pathway_analysis.py",
"scripts/protein_analysis_workflow.py"
]
},
{
"name": "brenda-database",
"path": "scientific/brenda-database",
"category": "scientific",
"type": "skill",
"description": "\"Access BRENDA enzyme database via SOAP API. Retrieve kinetic parameters (Km, kcat), reaction equations, organism data, and substrate-specific enzyme information for biochemical research and metabolic pathway analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/brenda_queries.py",
"scripts/brenda_visualization.py",
"scripts/enzyme_pathway_builder.py"
]
},
{
"name": "cellxgene-census",
"path": "scientific/cellxgene-census",
"category": "scientific",
"type": "skill",
"description": "\"Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, integrate with scanpy/PyTorch, for population-scale single-cell analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/census_schema.md",
"references/common_patterns.md"
]
},
{
"name": "chembl-database",
"path": "scientific/chembl-database",
"category": "scientific",
"type": "skill",
"description": "\"Query ChEMBL's bioactive molecules and drug discovery data. Search compounds by structure/properties, retrieve bioactivity data (IC50, Ki), find inhibitors, perform SAR studies, for medicinal chemistry.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/example_queries.py"
]
},
{
"name": "cirq",
"path": "scientific/cirq",
"category": "scientific",
"type": "skill",
"description": "Quantum computing framework for building, simulating, optimizing, and executing quantum circuits. Use this skill when working with quantum algorithms, quantum circuit design, quantum simulation (noiseless or noisy), running on quantum hardware (Google, IonQ, AQT, Pasqal), circuit optimization and compilation, noise modeling and characterization, or quantum experiments and benchmarking (VQE, QAOA, QPE, randomized benchmarking).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/building.md",
"references/experiments.md",
"references/hardware.md",
"references/noise.md",
"references/simulation.md",
"references/transformation.md"
]
},
{
"name": "citation-management",
"path": "scientific/citation-management",
"category": "scientific",
"type": "skill",
"description": "Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 164,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/bibtex_template.bib",
"assets/citation_checklist.md",
"references/bibtex_formatting.md",
"references/citation_validation.md",
"references/google_scholar_search.md",
"references/metadata_extraction.md",
"references/pubmed_search.md",
"scripts/doi_to_bibtex.py",
"scripts/extract_metadata.py",
"scripts/format_bibtex.py",
"scripts/search_google_scholar.py",
"scripts/search_pubmed.py",
"scripts/validate_citations.py"
]
},
{
"name": "clinical-decision-support",
"path": "scientific/clinical-decision-support",
"category": "scientific",
"type": "skill",
"description": "\"Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"assets/biomarker_report_template.tex",
"assets/clinical_pathway_template.tex",
"assets/cohort_analysis_template.tex",
"assets/color_schemes.tex",
"assets/example_gbm_cohort.md",
"assets/recommendation_strength_guide.md",
"assets/treatment_recommendation_template.tex",
"references/biomarker_classification.md",
"references/clinical_decision_algorithms.md",
"references/evidence_synthesis.md",
"references/outcome_analysis.md",
"references/patient_cohort_analysis.md",
"references/treatment_recommendations.md",
"scripts/biomarker_classifier.py",
"scripts/build_decision_tree.py",
"scripts/create_cohort_tables.py",
"scripts/generate_survival_analysis.py",
"scripts/validate_cds_document.py"
]
},
{
"name": "clinical-reports",
"path": "scientific/clinical-reports",
"category": "scientific",
"type": "skill",
"description": "\"Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 56,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"IMPLEMENTATION_SUMMARY.md",
"README.md",
"assets/case_report_template.md",
"assets/clinical_trial_csr_template.md",
"assets/clinical_trial_sae_template.md",
"assets/consult_note_template.md",
"assets/discharge_summary_template.md",
"assets/hipaa_compliance_checklist.md",
"assets/history_physical_template.md",
"assets/lab_report_template.md",
"assets/pathology_report_template.md",
"assets/quality_checklist.md",
"assets/radiology_report_template.md",
"assets/soap_note_template.md",
"references/case_report_guidelines.md",
"references/clinical_trial_reporting.md",
"references/data_presentation.md",
"references/diagnostic_reports_standards.md",
"references/medical_terminology.md",
"references/patient_documentation.md",
"references/peer_review_standards.md",
"references/regulatory_compliance.md",
"scripts/check_deidentification.py",
"scripts/compliance_checker.py",
"scripts/extract_clinical_data.py",
"scripts/format_adverse_events.py",
"scripts/generate_report_template.py",
"scripts/terminology_validator.py",
"scripts/validate_case_report.py",
"scripts/validate_trial_report.py"
]
},
{
"name": "clinicaltrials-database",
"path": "scientific/clinicaltrials-database",
"category": "scientific",
"type": "skill",
"description": "\"Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/query_clinicaltrials.py"
]
},
{
"name": "clinpgx-database",
"path": "scientific/clinpgx-database",
"category": "scientific",
"type": "skill",
"description": "\"Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/query_clinpgx.py"
]
},
{
"name": "clinvar-database",
"path": "scientific/clinvar-database",
"category": "scientific",
"type": "skill",
"description": "\"Query NCBI ClinVar for variant clinical significance. Search by gene/position, interpret pathogenicity classifications, access via E-utilities API or FTP, annotate VCFs, for genomic medicine.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/clinical_significance.md",
"references/data_formats.md"
]
},
{
"name": "cobrapy",
"path": "scientific/cobrapy",
"category": "scientific",
"type": "skill",
"description": "\"Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_quick_reference.md",
"references/workflows.md"
]
},
{
"name": "cosmic-database",
"path": "scientific/cosmic-database",
"category": "scientific",
"type": "skill",
"description": "\"Access COSMIC cancer mutation database. Query somatic mutations, Cancer Gene Census, mutational signatures, gene fusions, for cancer research and precision oncology. Requires authentication.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cosmic_data_reference.md",
"scripts/download_cosmic.py"
]
},
{
"name": "dask",
"path": "scientific/dask",
"category": "scientific",
"type": "skill",
"description": "\"Parallel/distributed computing. Scale pandas/NumPy beyond memory, parallel DataFrames/Arrays, multi-file processing, task graphs, for larger-than-RAM datasets and parallel workflows.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/arrays.md",
"references/bags.md",
"references/best-practices.md",
"references/dataframes.md",
"references/futures.md",
"references/schedulers.md"
]
},
{
"name": "datacommons-client",
"path": "scientific/datacommons-client",
"category": "scientific",
"type": "skill",
"description": "Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/getting_started.md",
"references/node.md",
"references/observation.md",
"references/resolve.md"
]
},
{
"name": "datamol",
"path": "scientific/datamol",
"category": "scientific",
"type": "skill",
"description": "\"Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery: SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/conformers_module.md",
"references/core_api.md",
"references/descriptors_viz.md",
"references/fragments_scaffolds.md",
"references/io_module.md",
"references/reactions_data.md"
]
},
{
"name": "deepchem",
"path": "scientific/deepchem",
"category": "scientific",
"type": "skill",
"description": "\"Molecular machine learning toolkit. Property prediction (ADMET, toxicity), GNNs (GCN, MPNN), MoleculeNet benchmarks, pretrained models, featurization, for drug discovery ML.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/workflows.md",
"scripts/graph_neural_network.py",
"scripts/predict_solubility.py",
"scripts/transfer_learning.py"
]
},
{
"name": "deeptools",
"path": "scientific/deeptools",
"category": "scientific",
"type": "skill",
"description": "\"NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/quick_reference.md",
"references/effective_genome_sizes.md",
"references/normalization_methods.md",
"references/tools_reference.md",
"references/workflows.md",
"scripts/validate_files.py",
"scripts/workflow_generator.py"
]
},
{
"name": "denario",
"path": "scientific/denario",
"category": "scientific",
"type": "skill",
"description": "Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/examples.md",
"references/installation.md",
"references/llm_configuration.md",
"references/research_pipeline.md"
]
},
{
"name": "diffdock",
"path": "scientific/diffdock",
"category": "scientific",
"type": "skill",
"description": "\"Diffusion-based molecular docking. Predict protein-ligand binding poses from PDB/SMILES, confidence scores, virtual screening, for structure-based drug design. Not for affinity prediction.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/batch_template.csv",
"assets/custom_inference_config.yaml",
"references/confidence_and_limitations.md",
"references/parameters_reference.md",
"references/workflows_examples.md",
"scripts/analyze_results.py",
"scripts/prepare_batch_csv.py",
"scripts/setup_check.py"
]
},
{
"name": "dnanexus-integration",
"path": "scientific/dnanexus-integration",
"category": "scientific",
"type": "skill",
"description": "\"DNAnexus cloud genomics platform. Build apps/applets, manage data (upload/download), dxpy Python SDK, run workflows, FASTQ/BAM/VCF, for genomics pipeline development and execution.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/app-development.md",
"references/configuration.md",
"references/data-operations.md",
"references/job-execution.md",
"references/python-sdk.md"
]
},
{
"name": "drugbank-database",
"path": "scientific/drugbank-database",
"category": "scientific",
"type": "skill",
"description": "Access and analyze comprehensive drug information from the DrugBank database including drug properties, interactions, targets, pathways, chemical structures, and pharmacology data. This skill should be used when working with pharmaceutical data, drug discovery research, pharmacology studies, drug-drug interaction analysis, target identification, chemical similarity searches, ADMET predictions, or any task requiring detailed drug and drug target information from DrugBank.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/chemical-analysis.md",
"references/data-access.md",
"references/drug-queries.md",
"references/interactions.md",
"references/targets-pathways.md",
"scripts/drugbank_helper.py"
]
},
{
"name": "ena-database",
"path": "scientific/ena-database",
"category": "scientific",
"type": "skill",
"description": "\"Access European Nucleotide Archive via API/FTP. Retrieve DNA/RNA sequences, raw reads (FASTQ), genome assemblies by accession, for genomics and bioinformatics pipelines. Supports multiple formats.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "ensembl-database",
"path": "scientific/ensembl-database",
"category": "scientific",
"type": "skill",
"description": "\"Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_endpoints.md",
"scripts/ensembl_query.py"
]
},
{
"name": "esm",
"path": "scientific/esm",
"category": "scientific",
"type": "skill",
"description": "Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel proteins; generating protein embeddings; performing inverse folding; or conducting protein engineering tasks. Supports both local model usage and cloud-based Forge API for scalable inference.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 3,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/esm-c-api.md",
"references/esm3-api.md",
"references/forge-api.md",
"references/workflows.md"
]
},
{
"name": "etetoolkit",
"path": "scientific/etetoolkit",
"category": "scientific",
"type": "skill",
"description": "\"Phylogenetic tree toolkit (ETE). Tree manipulation (Newick/NHX), evolutionary event detection, orthology/paralogy, NCBI taxonomy, visualization (PDF/SVG), for phylogenomics.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/visualization.md",
"references/workflows.md",
"scripts/quick_visualize.py",
"scripts/tree_operations.py"
]
},
{
"name": "exploratory-data-analysis",
"path": "scientific/exploratory-data-analysis",
"category": "scientific",
"type": "skill",
"description": "Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats. This skill should be used when analyzing any scientific data file to understand its structure, content, quality, and characteristics. Automatically detects file type and generates detailed markdown reports with format-specific analysis, quality metrics, and downstream analysis recommendations. Covers chemistry, bioinformatics, microscopy, spectroscopy, proteomics, metabolomics, and general scientific data formats.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 194,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/report_template.md",
"references/bioinformatics_genomics_formats.md",
"references/chemistry_molecular_formats.md",
"references/general_scientific_formats.md",
"references/microscopy_imaging_formats.md",
"references/proteomics_metabolomics_formats.md",
"references/spectroscopy_analytical_formats.md",
"scripts/eda_analyzer.py"
]
},
{
"name": "fda-database",
"path": "scientific/fda-database",
"category": "scientific",
"type": "skill",
"description": "\"Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/animal_veterinary.md",
"references/api_basics.md",
"references/devices.md",
"references/drugs.md",
"references/foods.md",
"references/other.md",
"scripts/fda_examples.py",
"scripts/fda_query.py"
]
},
{
"name": "flowio",
"path": "scientific/flowio",
"category": "scientific",
"type": "skill",
"description": "\"Parse FCS (Flow Cytometry Standard) files v2.0-3.1. Extract events as NumPy arrays, read metadata/channels, convert to CSV/DataFrame, for flow cytometry data preprocessing.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "fluidsim",
"path": "scientific/fluidsim",
"category": "scientific",
"type": "skill",
"description": "Framework for computational fluid dynamics simulations using Python. Use when running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows, or when analyzing turbulence, vortex dynamics, or geophysical flows. Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced_features.md",
"references/installation.md",
"references/output_analysis.md",
"references/parameters.md",
"references/simulation_workflow.md",
"references/solvers.md"
]
},
{
"name": "gene-database",
"path": "scientific/gene-database",
"category": "scientific",
"type": "skill",
"description": "\"Query NCBI Gene via E-utilities/Datasets API. Search by symbol/ID, retrieve gene info (RefSeqs, GO, locations, phenotypes), batch lookups, for gene annotation and functional analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/common_workflows.md",
"scripts/batch_gene_lookup.py",
"scripts/fetch_gene_data.py",
"scripts/query_gene.py"
]
},
{
"name": "generate-image",
"path": "scientific/generate-image",
"category": "scientific",
"type": "skill",
"description": "Generate or edit images using AI models (FLUX, Gemini). Use for general-purpose image generation including photos, illustrations, artwork, visual assets, concept art, and any image that isn't a technical diagram or schematic. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 552,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/generate_image.py"
]
},
{
"name": "geniml",
"path": "scientific/geniml",
"category": "scientific",
"type": "skill",
"description": "This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/bedspace.md",
"references/consensus_peaks.md",
"references/region2vec.md",
"references/scembed.md",
"references/utilities.md"
]
},
{
"name": "geo-database",
"path": "scientific/geo-database",
"category": "scientific",
"type": "skill",
"description": "\"Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 23,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/geo_reference.md"
]
},
{
"name": "geopandas",
"path": "scientific/geopandas",
"category": "scientific",
"type": "skill",
"description": "Python library for working with geospatial vector data including shapefiles, GeoJSON, and GeoPackage files. Use when working with geographic data for spatial analysis, geometric operations, coordinate transformations, spatial joins, overlay operations, choropleth mapping, or any task involving reading/writing/analyzing vector geographic data. Supports PostGIS databases, interactive maps, and integration with matplotlib/folium/cartopy. Use for tasks like buffer analysis, spatial joins between datasets, dissolving boundaries, clipping data, calculating areas/distances, reprojecting coordinate systems, creating maps, or converting between spatial file formats.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/crs-management.md",
"references/data-io.md",
"references/data-structures.md",
"references/geometric-operations.md",
"references/spatial-analysis.md",
"references/visualization.md"
]
},
{
"name": "get-available-resources",
"path": "scientific/get-available-resources",
"category": "scientific",
"type": "skill",
"description": "This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/detect_resources.py"
]
},
{
"name": "gget",
"path": "scientific/gget",
"category": "scientific",
"type": "skill",
"description": "\"CLI/Python toolkit for rapid bioinformatics queries. Preferred for quick BLAST searches. Access to 20+ databases: gene info (Ensembl/UniProt), AlphaFold, ARCHS4, Enrichr, OpenTargets, COSMIC, genome downloads. For advanced BLAST/batch processing, use biopython. For multi-database integration, use bioservices.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/database_info.md",
"references/module_reference.md",
"references/workflows.md",
"scripts/batch_sequence_analysis.py",
"scripts/enrichment_pipeline.py",
"scripts/gene_analysis.py"
]
},
{
"name": "gtars",
"path": "scientific/gtars",
"category": "scientific",
"type": "skill",
"description": "High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/cli.md",
"references/coverage.md",
"references/overlap.md",
"references/python-api.md",
"references/refget.md",
"references/tokenizers.md"
]
},
{
"name": "gwas-database",
"path": "scientific/gwas-database",
"category": "scientific",
"type": "skill",
"description": "\"Query NHGRI-EBI GWAS Catalog for SNP-trait associations. Search variants by rs ID, disease/trait, gene, retrieve p-values and summary statistics, for genetic epidemiology and polygenic risk scores.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "histolab",
"path": "scientific/histolab",
"category": "scientific",
"type": "skill",
"description": "Digital pathology image processing toolkit for whole slide images (WSI). Use this skill when working with histopathology slides, processing H&E or IHC stained tissue images, extracting tiles from gigapixel pathology images, detecting tissue regions, segmenting tissue masks, or preparing datasets for computational pathology deep learning pipelines. Applies to WSI formats (SVS, TIFF, NDPI), tile-based analysis, and histological image preprocessing workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/filters_preprocessing.md",
"references/slide_management.md",
"references/tile_extraction.md",
"references/tissue_masks.md",
"references/visualization.md"
]
},
{
"name": "hmdb-database",
"path": "scientific/hmdb-database",
"category": "scientific",
"type": "skill",
"description": "\"Access Human Metabolome Database (220K+ metabolites). Search by name/ID/structure, retrieve chemical properties, biomarker data, NMR/MS spectra, pathways, for metabolomics and identification.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/hmdb_data_fields.md"
]
},
{
"name": "hypogenic",
"path": "scientific/hypogenic",
"category": "scientific",
"type": "skill",
"description": "Automated hypothesis generation and testing using large language models. Use this skill when generating scientific hypotheses from datasets, combining literature insights with empirical data, testing hypotheses against observational data, or conducting systematic hypothesis exploration for research discovery in domains like deception detection, AI content detection, mental health analysis, or other empirical research tasks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/config_template.yaml"
]
},
{
"name": "hypothesis-generation",
"path": "scientific/hypothesis-generation",
"category": "scientific",
"type": "skill",
"description": "\"Generate testable hypotheses. Formulate from observations, design experiments, explore competing explanations, develop predictions, propose mechanisms, for scientific inquiry across domains.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 46,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/FORMATTING_GUIDE.md",
"assets/hypothesis_generation.sty",
"assets/hypothesis_report_template.tex",
"references/experimental_design_patterns.md",
"references/hypothesis_quality_criteria.md",
"references/literature_search_strategies.md"
]
},
{
"name": "kegg-database",
"path": "scientific/kegg-database",
"category": "scientific",
"type": "skill",
"description": "\"Direct REST API access to KEGG (academic use only). Pathway analysis, gene-pathway mapping, metabolic pathways, drug interactions, ID conversion. For Python workflows with multiple databases, prefer bioservices. Use this for direct HTTP/REST work or KEGG-specific control.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/kegg_reference.md",
"scripts/kegg_api.py"
]
},
{
"name": "labarchive-integration",
"path": "scientific/labarchive-integration",
"category": "scientific",
"type": "skill",
"description": "\"Electronic lab notebook API integration. Access notebooks, manage entries/attachments, backup notebooks, integrate with Protocols.io/Jupyter/REDCap, for programmatic ELN workflows.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/authentication_guide.md",
"references/integrations.md",
"scripts/entry_operations.py",
"scripts/notebook_operations.py",
"scripts/setup_config.py"
]
},
{
"name": "lamindb",
"path": "scientific/lamindb",
"category": "scientific",
"type": "skill",
"description": "This skill should be used when working with LaminDB, an open-source data framework for biology that makes data queryable, traceable, reproducible, and FAIR. Use when managing biological datasets (scRNA-seq, spatial, flow cytometry, etc.), tracking computational workflows, curating and validating data with biological ontologies, building data lakehouses, or ensuring data lineage and reproducibility in biological research. Covers data management, annotation, ontologies (genes, cell types, diseases, tissues), schema validation, integrations with workflow managers (Nextflow, Snakemake) and MLOps platforms (W&B, MLflow), and deployment strategies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/annotation-validation.md",
"references/core-concepts.md",
"references/data-management.md",
"references/integrations.md",
"references/ontologies.md",
"references/setup-deployment.md"
]
},
{
"name": "latchbio-integration",
"path": "scientific/latchbio-integration",
"category": "scientific",
"type": "skill",
"description": "\"Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/data-management.md",
"references/resource-configuration.md",
"references/verified-workflows.md",
"references/workflow-creation.md"
]
},
{
"name": "latex-posters",
"path": "scientific/latex-posters",
"category": "scientific",
"type": "skill",
"description": "\"Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 68,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"assets/baposter_template.tex",
"assets/beamerposter_template.tex",
"assets/poster_quality_checklist.md",
"assets/tikzposter_template.tex",
"references/latex_poster_packages.md",
"references/poster_content_guide.md",
"references/poster_design_principles.md",
"references/poster_layout_design.md",
"scripts/review_poster.sh"
]
},
{
"name": "literature-review",
"path": "scientific/literature-review",
"category": "scientific",
"type": "skill",
"description": "Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 284,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/review_template.md",
"references/citation_styles.md",
"references/database_strategies.md",
"scripts/generate_pdf.py",
"scripts/search_databases.py",
"scripts/verify_citations.py"
]
},
{
"name": "market-research-reports",
"path": "scientific/market-research-reports",
"category": "scientific",
"type": "skill",
"description": "\"Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 275,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/FORMATTING_GUIDE.md",
"assets/market_report_template.tex",
"assets/market_research.sty",
"references/data_analysis_patterns.md",
"references/report_structure_guide.md",
"references/visual_generation_guide.md",
"scripts/generate_market_visuals.py"
]
},
{
"name": "markitdown",
"path": "scientific/markitdown",
"category": "scientific",
"type": "skill",
"description": "\"Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.\"",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 496,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"INSTALLATION_GUIDE.md",
"LICENSE.txt",
"OPENROUTER_INTEGRATION.md",
"QUICK_REFERENCE.md",
"README.md",
"SKILL_SUMMARY.md",
"assets/example_usage.md",
"references/api_reference.md",
"references/file_formats.md",
"scripts/batch_convert.py",
"scripts/convert_literature.py",
"scripts/convert_with_ai.py"
]
},
{
"name": "matchms",
"path": "scientific/matchms",
"category": "scientific",
"type": "skill",
"description": "\"Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/filtering.md",
"references/importing_exporting.md",
"references/similarity.md",
"references/workflows.md"
]
},
{
"name": "matplotlib",
"path": "scientific/matplotlib",
"category": "scientific",
"type": "skill",
"description": "\"Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 163,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/common_issues.md",
"references/plot_types.md",
"references/styling_guide.md",
"scripts/plot_template.py",
"scripts/style_configurator.py"
]
},
{
"name": "medchem",
"path": "scientific/medchem",
"category": "scientific",
"type": "skill",
"description": "\"Medicinal chemistry filters. Apply drug-likeness rules (Lipinski, Veber), PAINS filters, structural alerts, complexity metrics, for compound prioritization and library filtering.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 25,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_guide.md",
"references/rules_catalog.md",
"scripts/filter_molecules.py"
]
},
{
"name": "metabolomics-workbench-database",
"path": "scientific/metabolomics-workbench-database",
"category": "scientific",
"type": "skill",
"description": "\"Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "modal",
"path": "scientific/modal",
"category": "scientific",
"type": "skill",
"description": "Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/examples.md",
"references/functions.md",
"references/getting-started.md",
"references/gpu.md",
"references/images.md",
"references/resources.md",
"references/scaling.md",
"references/scheduled-jobs.md",
"references/secrets.md",
"references/volumes.md",
"references/web-endpoints.md"
]
},
{
"name": "molfeat",
"path": "scientific/molfeat",
"category": "scientific",
"type": "skill",
"description": "\"Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/available_featurizers.md",
"references/examples.md"
]
},
{
"name": "networkx",
"path": "scientific/networkx",
"category": "scientific",
"type": "skill",
"description": "Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithms.md",
"references/generators.md",
"references/graph-basics.md",
"references/io.md",
"references/visualization.md"
]
},
{
"name": "neurokit2",
"path": "scientific/neurokit2",
"category": "scientific",
"type": "skill",
"description": "Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 25,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/bio_module.md",
"references/complexity.md",
"references/ecg_cardiac.md",
"references/eda.md",
"references/eeg.md",
"references/emg.md",
"references/eog.md",
"references/epochs_events.md",
"references/hrv.md",
"references/ppg.md",
"references/rsp.md",
"references/signal_processing.md"
]
},
{
"name": "neuropixels-analysis",
"path": "scientific/neuropixels-analysis",
"category": "scientific",
"type": "skill",
"description": "\"Neuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, preprocess, motion correction, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, AI-assisted visual analysis, for Neuropixels 1.0/2.0 extracellular electrophysiology. Use when working with neural recordings, spike sorting, extracellular electrophysiology, or when the user mentions Neuropixels, SpikeGLX, Open Ephys, Kilosort, quality metrics, or unit curation.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"AI_CURATION.md",
"ANALYSIS.md",
"AUTOMATED_CURATION.md",
"LICENSE.txt",
"MOTION_CORRECTION.md",
"PREPROCESSING.md",
"QUALITY_METRICS.md",
"SPIKE_SORTING.md",
"assets/analysis_template.py",
"references/api_reference.md",
"references/plotting_guide.md",
"references/standard_workflow.md",
"scripts/compute_metrics.py",
"scripts/explore_recording.py",
"scripts/export_to_phy.py",
"scripts/neuropixels_pipeline.py",
"scripts/preprocess_recording.py",
"scripts/run_sorting.py"
]
},
{
"name": "omero-integration",
"path": "scientific/omero-integration",
"category": "scientific",
"type": "skill",
"description": "\"Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced.md",
"references/connection.md",
"references/data_access.md",
"references/image_processing.md",
"references/metadata.md",
"references/rois.md",
"references/scripts.md",
"references/tables.md"
]
},
{
"name": "openalex-database",
"path": "scientific/openalex-database",
"category": "scientific",
"type": "skill",
"description": "Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_guide.md",
"references/common_queries.md",
"scripts/openalex_client.py",
"scripts/query_helpers.py"
]
},
{
"name": "opentargets-database",
"path": "scientific/opentargets-database",
"category": "scientific",
"type": "skill",
"description": "\"Query Open Targets Platform for target-disease associations, drug target discovery, tractability/safety data, genetics/omics evidence, known drugs, for therapeutic target identification.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/evidence_types.md",
"references/target_annotations.md",
"scripts/query_opentargets.py"
]
},
{
"name": "opentrons-integration",
"path": "scientific/opentrons-integration",
"category": "scientific",
"type": "skill",
"description": "\"Lab automation platform for Flex/OT-2 robots. Write Protocol API v2 protocols, liquid handling, hardware modules (heater-shaker, thermocycler), labware management, for automated pipetting workflows.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/basic_protocol_template.py",
"scripts/pcr_setup_template.py",
"scripts/serial_dilution_template.py"
]
},
{
"name": "paper-2-web",
"path": "scientific/paper-2-web",
"category": "scientific",
"type": "skill",
"description": "This skill should be used when converting academic papers into promotional and presentation formats including interactive websites (Paper2Web), presentation videos (Paper2Video), and conference posters (Paper2Poster). Use this skill for tasks involving paper dissemination, conference preparation, creating explorable academic homepages, generating video abstracts, or producing print-ready posters from LaTeX or PDF sources.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 78,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/installation.md",
"references/paper2poster.md",
"references/paper2video.md",
"references/paper2web.md",
"references/usage_examples.md"
]
},
{
"name": "pathml",
"path": "scientific/pathml",
"category": "scientific",
"type": "skill",
"description": "Computational pathology toolkit for analyzing whole-slide images (WSI) and multiparametric imaging data. Use this skill when working with histopathology slides, H&E stained images, multiplex immunofluorescence (CODEX, Vectra), spatial proteomics, nucleus detection/segmentation, tissue graph construction, or training ML models on pathology data. Supports 160+ slide formats including Aperio SVS, NDPI, DICOM, OME-TIFF for digital pathology workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/data_management.md",
"references/graphs.md",
"references/image_loading.md",
"references/machine_learning.md",
"references/multiparametric.md",
"references/preprocessing.md"
]
},
{
"name": "pdb-database",
"path": "scientific/pdb-database",
"category": "scientific",
"type": "skill",
"description": "\"Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmCIF), retrieve metadata, for structural biology and drug discovery.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "peer-review",
"path": "scientific/peer-review",
"category": "scientific",
"type": "skill",
"description": "\"Systematic peer review toolkit. Evaluate methodology, statistics, design, reproducibility, ethics, figure integrity, reporting standards, for manuscript and grant review across disciplines.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 95,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/common_issues.md",
"references/reporting_standards.md"
]
},
{
"name": "pennylane",
"path": "scientific/pennylane",
"category": "scientific",
"type": "skill",
"description": "Cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Enables building and training quantum circuits with automatic differentiation, seamless integration with PyTorch/JAX/TensorFlow, and device-independent execution across simulators and quantum hardware (IBM, Amazon Braket, Google, Rigetti, IonQ, etc.). Use when working with quantum circuits, variational quantum algorithms (VQE, QAOA), quantum neural networks, hybrid quantum-classical models, molecular simulations, quantum chemistry calculations, or any quantum computing tasks requiring gradient-based optimization, hardware-agnostic programming, or quantum machine learning workflows.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced_features.md",
"references/devices_backends.md",
"references/getting_started.md",
"references/optimization.md",
"references/quantum_chemistry.md",
"references/quantum_circuits.md",
"references/quantum_ml.md"
]
},
{
"name": "perplexity-search",
"path": "scientific/perplexity-search",
"category": "scientific",
"type": "skill",
"description": "Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model's knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 148,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/.env.example",
"references/model_comparison.md",
"references/openrouter_setup.md",
"references/search_strategies.md",
"scripts/perplexity_search.py",
"scripts/setup_env.py"
]
},
{
"name": "plotly",
"path": "scientific/plotly",
"category": "scientific",
"type": "skill",
"description": "Interactive scientific and statistical data visualization library for Python. Use when creating charts, plots, or visualizations including scatter plots, line charts, bar charts, heatmaps, 3D plots, geographic maps, statistical distributions, financial charts, and dashboards. Supports both quick visualizations (Plotly Express) and fine-grained customization (graph objects). Outputs interactive HTML or static images (PNG, PDF, SVG).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 197,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"reference/chart-types.md",
"reference/export-interactivity.md",
"reference/graph-objects.md",
"reference/layouts-styling.md",
"reference/plotly-express.md"
]
},
{
"name": "polars",
"path": "scientific/polars",
"category": "scientific",
"type": "skill",
"description": "\"Fast DataFrame library (Apache Arrow). Select, filter, group_by, joins, lazy evaluation, CSV/Parquet I/O, expression API, for high-performance data analysis workflows.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 39,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/best_practices.md",
"references/core_concepts.md",
"references/io_guide.md",
"references/operations.md",
"references/pandas_migration.md",
"references/transformations.md"
]
},
{
"name": "pptx-posters",
"path": "scientific/pptx-posters",
"category": "scientific",
"type": "skill",
"description": "\"Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 159,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/poster_html_template.html",
"assets/poster_quality_checklist.md",
"references/poster_content_guide.md",
"references/poster_design_principles.md",
"references/poster_layout_design.md"
]
},
{
"name": "protocolsio-integration",
"path": "scientific/protocolsio-integration",
"category": "scientific",
"type": "skill",
"description": "Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/additional_features.md",
"references/authentication.md",
"references/discussions.md",
"references/file_manager.md",
"references/protocols_api.md",
"references/workspaces.md"
]
},
{
"name": "pubchem-database",
"path": "scientific/pubchem-database",
"category": "scientific",
"type": "skill",
"description": "\"Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/bioactivity_query.py",
"scripts/compound_search.py"
]
},
{
"name": "pubmed-database",
"path": "scientific/pubmed-database",
"category": "scientific",
"type": "skill",
"description": "\"Direct REST API access to PubMed. Advanced Boolean/MeSH queries, E-utilities API, batch processing, citation management. For Python workflows, prefer biopython (Bio.Entrez). Use this for direct HTTP/REST work or custom API implementations.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 93,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/common_queries.md",
"references/search_syntax.md"
]
},
{
"name": "pufferlib",
"path": "scientific/pufferlib",
"category": "scientific",
"type": "skill",
"description": "This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/environments.md",
"references/integration.md",
"references/policies.md",
"references/training.md",
"references/vectorization.md",
"scripts/env_template.py",
"scripts/train_template.py"
]
},
{
"name": "pydeseq2",
"path": "scientific/pydeseq2",
"category": "scientific",
"type": "skill",
"description": "\"Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/workflow_guide.md",
"scripts/run_deseq2_analysis.py"
]
},
{
"name": "pydicom",
"path": "scientific/pydicom",
"category": "scientific",
"type": "skill",
"description": "Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/common_tags.md",
"references/transfer_syntaxes.md",
"scripts/anonymize_dicom.py",
"scripts/dicom_to_image.py",
"scripts/extract_metadata.py"
]
},
{
"name": "pyhealth",
"path": "scientific/pyhealth",
"category": "scientific",
"type": "skill",
"description": "Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical coding systems (ICD, NDC, ATC), physiological signals (EEG, ECG), healthcare datasets (MIMIC-III/IV, eICU, OMOP), or implementing deep learning models for healthcare applications (RETAIN, SafeDrug, Transformer, GNN).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/datasets.md",
"references/medical_coding.md",
"references/models.md",
"references/preprocessing.md",
"references/tasks.md",
"references/training_evaluation.md"
]
},
{
"name": "pylabrobot",
"path": "scientific/pylabrobot",
"category": "scientific",
"type": "skill",
"description": "Laboratory automation toolkit for controlling liquid handlers, plate readers, pumps, heater shakers, incubators, centrifuges, and analytical equipment. Use this skill when automating laboratory workflows, programming liquid handling robots (Hamilton STAR, Opentrons OT-2, Tecan EVO), integrating lab equipment, managing deck layouts and resources (plates, tips, containers), reading plates, or creating reproducible laboratory protocols. Applicable for both simulated protocols and physical hardware control.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/analytical-equipment.md",
"references/hardware-backends.md",
"references/liquid-handling.md",
"references/material-handling.md",
"references/resources.md",
"references/visualization.md"
]
},
{
"name": "pymatgen",
"path": "scientific/pymatgen",
"category": "scientific",
"type": "skill",
"description": "\"Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 11,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/analysis_modules.md",
"references/core_classes.md",
"references/io_formats.md",
"references/materials_project_api.md",
"references/transformations_workflows.md",
"scripts/phase_diagram_generator.py",
"scripts/structure_analyzer.py",
"scripts/structure_converter.py"
]
},
{
"name": "pymc",
"path": "scientific/pymc",
"category": "scientific",
"type": "skill",
"description": "\"Bayesian modeling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/hierarchical_model_template.py",
"assets/linear_regression_template.py",
"references/distributions.md",
"references/sampling_inference.md",
"references/workflows.md",
"scripts/model_comparison.py",
"scripts/model_diagnostics.py"
]
},
{
"name": "pymoo",
"path": "scientific/pymoo",
"category": "scientific",
"type": "skill",
"description": "\"Multi-objective optimization framework. NSGA-II, NSGA-III, MOEA/D, Pareto fronts, constraint handling, benchmarks (ZDT, DTLZ), for engineering design and optimization problems.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 76,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithms.md",
"references/constraints_mcdm.md",
"references/operators.md",
"references/problems.md",
"references/visualization.md",
"scripts/custom_problem_example.py",
"scripts/decision_making_example.py",
"scripts/many_objective_example.py",
"scripts/multi_objective_example.py",
"scripts/single_objective_example.py"
]
},
{
"name": "pyopenms",
"path": "scientific/pyopenms",
"category": "scientific",
"type": "skill",
"description": "Python interface to OpenMS for mass spectrometry data analysis. Use for LC-MS/MS proteomics and metabolomics workflows including file handling (mzML, mzXML, mzTab, FASTA, pepXML, protXML, mzIdentML), signal processing, feature detection, peptide identification, and quantitative analysis. Apply when working with mass spectrometry data, analyzing proteomics experiments, or processing metabolomics datasets.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/data_structures.md",
"references/feature_detection.md",
"references/file_io.md",
"references/identification.md",
"references/metabolomics.md",
"references/signal_processing.md"
]
},
{
"name": "pysam",
"path": "scientific/pysam",
"category": "scientific",
"type": "skill",
"description": "\"Genomic file toolkit. Read/write SAM/BAM/CRAM alignments, VCF/BCF variants, FASTA/FASTQ sequences, extract regions, calculate coverage, for NGS data processing pipelines.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/alignment_files.md",
"references/common_workflows.md",
"references/sequence_files.md",
"references/variant_files.md"
]
},
{
"name": "pytdc",
"path": "scientific/pytdc",
"category": "scientific",
"type": "skill",
"description": "\"Therapeutics Data Commons. AI-ready drug discovery datasets (ADME, toxicity, DTI), benchmarks, scaffold splits, molecular oracles, for therapeutic ML and pharmacological prediction.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/datasets.md",
"references/oracles.md",
"references/utilities.md",
"scripts/benchmark_evaluation.py",
"scripts/load_and_split_data.py",
"scripts/molecular_generation.py"
]
},
{
"name": "pytorch-lightning",
"path": "scientific/pytorch-lightning",
"category": "scientific",
"type": "skill",
"description": "\"Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/best_practices.md",
"references/callbacks.md",
"references/data_module.md",
"references/distributed_training.md",
"references/lightning_module.md",
"references/logging.md",
"references/trainer.md",
"scripts/quick_trainer_setup.py",
"scripts/template_datamodule.py",
"scripts/template_lightning_module.py"
]
},
{
"name": "qiskit",
"path": "scientific/qiskit",
"category": "scientific",
"type": "skill",
"description": "Comprehensive quantum computing toolkit for building, optimizing, and executing quantum circuits. Use when working with quantum algorithms, simulations, or quantum hardware including (1) Building quantum circuits with gates and measurements, (2) Running quantum algorithms (VQE, QAOA, Grover), (3) Transpiling/optimizing circuits for hardware, (4) Executing on IBM Quantum or other providers, (5) Quantum chemistry and materials science, (6) Quantum machine learning, (7) Visualizing circuits and results, or (8) Any quantum computing development task.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 15,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithms.md",
"references/backends.md",
"references/circuits.md",
"references/patterns.md",
"references/primitives.md",
"references/setup.md",
"references/transpilation.md",
"references/visualization.md"
]
},
{
"name": "qutip",
"path": "scientific/qutip",
"category": "scientific",
"type": "skill",
"description": "\"Quantum mechanics simulations and analysis using QuTiP (Quantum Toolbox in Python). Use when working with quantum systems including: (1) quantum states (kets, bras, density matrices), (2) quantum operators and gates, (3) time evolution and dynamics (Schrödinger, master equations, Monte Carlo), (4) open quantum systems with dissipation, (5) quantum measurements and entanglement, (6) visualization (Bloch sphere, Wigner functions), (7) steady states and correlation functions, or (8) advanced methods (Floquet theory, HEOM, stochastic solvers). Handles both closed and open quantum systems across various domains including quantum optics, quantum computing, and condensed matter physics.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 25,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced.md",
"references/analysis.md",
"references/core_concepts.md",
"references/time_evolution.md",
"references/visualization.md"
]
},
{
"name": "rdkit",
"path": "scientific/rdkit",
"category": "scientific",
"type": "skill",
"description": "\"Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"references/descriptors_reference.md",
"references/smarts_patterns.md",
"scripts/molecular_properties.py",
"scripts/similarity_search.py",
"scripts/substructure_filter.py"
]
},
{
"name": "reactome-database",
"path": "scientific/reactome-database",
"category": "scientific",
"type": "skill",
"description": "\"Query Reactome REST API for pathway analysis, enrichment, gene-pathway mapping, disease pathways, molecular interactions, expression analysis, for systems biology studies.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md",
"scripts/reactome_query.py"
]
},
{
"name": "research-grants",
"path": "scientific/research-grants",
"category": "scientific",
"type": "skill",
"description": "\"Write competitive research proposals for NSF, NIH, DOE, and DARPA. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 45,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"assets/budget_justification_template.md",
"assets/nih_specific_aims_template.md",
"assets/nsf_project_summary_template.md",
"references/broader_impacts.md",
"references/darpa_guidelines.md",
"references/doe_guidelines.md",
"references/nih_guidelines.md",
"references/nsf_guidelines.md",
"references/specific_aims_guide.md"
]
},
{
"name": "research-lookup",
"path": "scientific/research-lookup",
"category": "scientific",
"type": "skill",
"description": "\"Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 108,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"examples.py",
"lookup.py",
"research_lookup.py",
"scripts/research_lookup.py"
]
},
{
"name": "scanpy",
"path": "scientific/scanpy",
"category": "scientific",
"type": "skill",
"description": "\"Single-cell RNA-seq analysis. Load .h5ad/10X data, QC, normalization, PCA/UMAP/t-SNE, Leiden clustering, marker genes, cell type annotation, trajectory, for scRNA-seq analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/analysis_template.py",
"references/api_reference.md",
"references/plotting_guide.md",
"references/standard_workflow.md",
"scripts/qc_analysis.py"
]
},
{
"name": "scholar-evaluation",
"path": "scientific/scholar-evaluation",
"category": "scientific",
"type": "skill",
"description": "",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/evaluation_framework.md",
"scripts/calculate_scores.py"
]
},
{
"name": "scientific-brainstorming",
"path": "scientific/scientific-brainstorming",
"category": "scientific",
"type": "skill",
"description": "\"Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 208,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/brainstorming_methods.md"
]
},
{
"name": "scientific-critical-thinking",
"path": "scientific/scientific-critical-thinking",
"category": "scientific",
"type": "skill",
"description": "\"Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 349,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/common_biases.md",
"references/evidence_hierarchy.md",
"references/experimental_design.md",
"references/logical_fallacies.md",
"references/scientific_method.md",
"references/statistical_pitfalls.md"
]
},
{
"name": "scientific-schematics",
"path": "scientific/scientific-schematics",
"category": "scientific",
"type": "skill",
"description": "\"Create publication-quality scientific diagrams using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 127,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"QUICK_REFERENCE.md",
"README.md",
"example_usage.sh",
"references/best_practices.md",
"scripts/generate_schematic.py",
"scripts/generate_schematic_ai.py",
"test_ai_generation.py"
]
},
{
"name": "scientific-slides",
"path": "scientific/scientific-slides",
"category": "scientific",
"type": "skill",
"description": "\"Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and LaTeX Beamer.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 336,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/beamer_template_conference.tex",
"assets/beamer_template_defense.tex",
"assets/beamer_template_seminar.tex",
"assets/powerpoint_design_guide.md",
"assets/timing_guidelines.md",
"references/beamer_guide.md",
"references/data_visualization_slides.md",
"references/presentation_structure.md",
"references/slide_design_principles.md",
"references/talk_types_guide.md",
"references/visual_review_workflow.md",
"scripts/generate_slide_image.py",
"scripts/generate_slide_image_ai.py",
"scripts/pdf_to_images.py",
"scripts/slides_to_pdf.py",
"scripts/validate_presentation.py"
]
},
{
"name": "scientific-visualization",
"path": "scientific/scientific-visualization",
"category": "scientific",
"type": "skill",
"description": "\"Create publication figures with matplotlib/seaborn/plotly. Multi-panel layouts, error bars, significance markers, colorblind-safe, export PDF/EPS/TIFF, for journal-ready scientific plots.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 224,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/color_palettes.py",
"assets/nature.mplstyle",
"assets/presentation.mplstyle",
"assets/publication.mplstyle",
"references/color_palettes.md",
"references/journal_requirements.md",
"references/matplotlib_examples.md",
"references/publication_guidelines.md",
"scripts/figure_export.py",
"scripts/style_presets.py"
]
},
{
"name": "scientific-writing",
"path": "scientific/scientific-writing",
"category": "scientific",
"type": "skill",
"description": "\"Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process: (1) create section outlines with key points using research-lookup, (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 269,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/citation_styles.md",
"references/figures_tables.md",
"references/imrad_structure.md",
"references/reporting_guidelines.md",
"references/writing_principles.md"
]
},
{
"name": "scikit-bio",
"path": "scientific/scikit-bio",
"category": "scientific",
"type": "skill",
"description": "\"Biological data toolkit. Sequence analysis, alignments, phylogenetic trees, diversity metrics (alpha/beta, UniFrac), ordination (PCoA), PERMANOVA, FASTA/Newick I/O, for microbiome analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 7,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "scikit-learn",
"path": "scientific/scikit-learn",
"category": "scientific",
"type": "skill",
"description": "Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 89,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/model_evaluation.md",
"references/pipelines_and_composition.md",
"references/preprocessing.md",
"references/quick_reference.md",
"references/supervised_learning.md",
"references/unsupervised_learning.md",
"scripts/classification_pipeline.py",
"scripts/clustering_analysis.py"
]
},
{
"name": "scikit-survival",
"path": "scientific/scikit-survival",
"category": "scientific",
"type": "skill",
"description": "Comprehensive toolkit for survival analysis and time-to-event modeling in Python using scikit-survival. Use this skill when working with censored survival data, performing time-to-event analysis, fitting Cox models, Random Survival Forests, Gradient Boosting models, or Survival SVMs, evaluating survival predictions with concordance index or Brier score, handling competing risks, or implementing any survival analysis workflow with the scikit-survival library.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/competing-risks.md",
"references/cox-models.md",
"references/data-handling.md",
"references/ensemble-models.md",
"references/evaluation-metrics.md",
"references/svm-models.md"
]
},
{
"name": "scvi-tools",
"path": "scientific/scvi-tools",
"category": "scientific",
"type": "skill",
"description": "This skill should be used when working with single-cell omics data analysis using scvi-tools, including scRNA-seq, scATAC-seq, CITE-seq, spatial transcriptomics, and other single-cell modalities. Use this skill for probabilistic modeling, batch correction, dimensionality reduction, differential expression, cell type annotation, multimodal integration, and spatial analysis tasks.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 4,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/differential-expression.md",
"references/models-atac-seq.md",
"references/models-multimodal.md",
"references/models-scrna-seq.md",
"references/models-spatial.md",
"references/models-specialized.md",
"references/theoretical-foundations.md",
"references/workflows.md"
]
},
{
"name": "seaborn",
"path": "scientific/seaborn",
"category": "scientific",
"type": "skill",
"description": "\"Statistical visualization. Scatter, box, violin, heatmaps, pair plots, regression, correlation matrices, KDE, faceted plots, for exploratory analysis and publication figures.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 57,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/examples.md",
"references/function_reference.md",
"references/objects_interface.md"
]
},
{
"name": "shap",
"path": "scientific/shap",
"category": "scientific",
"type": "skill",
"description": "Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 33,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/explainers.md",
"references/plots.md",
"references/theory.md",
"references/workflows.md"
]
},
{
"name": "simpy",
"path": "scientific/simpy",
"category": "scientific",
"type": "skill",
"description": "Process-based discrete-event simulation framework in Python. Use this skill when building simulations of systems with processes, queues, resources, and time-based events such as manufacturing systems, service operations, network traffic, logistics, or any system where entities interact with shared resources over time.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/events.md",
"references/monitoring.md",
"references/process-interaction.md",
"references/real-time.md",
"references/resources.md",
"scripts/basic_simulation_template.py",
"scripts/resource_monitor.py"
]
},
{
"name": "stable-baselines3",
"path": "scientific/stable-baselines3",
"category": "scientific",
"type": "skill",
"description": "Use this skill for reinforcement learning tasks including training RL agents (PPO, SAC, DQN, TD3, DDPG, A2C, etc.), creating custom Gym environments, implementing callbacks for monitoring and control, using vectorized environments for parallel training, and integrating with deep RL workflows. This skill should be used when users request RL algorithm implementation, agent training, environment design, or RL experimentation.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 10,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/algorithms.md",
"references/callbacks.md",
"references/custom_environments.md",
"references/vectorized_envs.md",
"scripts/custom_env_template.py",
"scripts/evaluate_agent.py",
"scripts/train_rl_agent.py"
]
},
{
"name": "statistical-analysis",
"path": "scientific/statistical-analysis",
"category": "scientific",
"type": "skill",
"description": "\"Statistical analysis toolkit. Hypothesis tests (t-test, ANOVA, chi-square), regression, correlation, Bayesian stats, power analysis, assumption checks, APA reporting, for academic research.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 268,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/assumptions_and_diagnostics.md",
"references/bayesian_statistics.md",
"references/effect_sizes_and_power.md",
"references/reporting_standards.md",
"references/test_selection_guide.md",
"scripts/assumption_checks.py"
]
},
{
"name": "statsmodels",
"path": "scientific/statsmodels",
"category": "scientific",
"type": "skill",
"description": "\"Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 42,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/discrete_choice.md",
"references/glm.md",
"references/linear_models.md",
"references/stats_diagnostics.md",
"references/time_series.md"
]
},
{
"name": "string-database",
"path": "scientific/string-database",
"category": "scientific",
"type": "skill",
"description": "\"Query STRING API for protein-protein interactions (59M proteins, 20B interactions). Network analysis, GO/KEGG enrichment, interaction discovery, 5000+ species, for systems biology.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/string_reference.md",
"scripts/string_api.py"
]
},
{
"name": "sympy",
"path": "scientific/sympy",
"category": "scientific",
"type": "skill",
"description": "Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-topics.md",
"references/code-generation-printing.md",
"references/core-capabilities.md",
"references/matrices-linear-algebra.md",
"references/physics-mechanics.md"
]
},
{
"name": "torch_geometric",
"path": "scientific/torch_geometric",
"category": "scientific",
"type": "skill",
"description": "\"Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 13,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/datasets_reference.md",
"references/layers_reference.md",
"references/transforms_reference.md",
"scripts/benchmark_model.py",
"scripts/create_gnn_template.py",
"scripts/visualize_graph.py"
]
},
{
"name": "torchdrug",
"path": "scientific/torchdrug",
"category": "scientific",
"type": "skill",
"description": "\"Graph-based drug discovery toolkit. Molecular property prediction (ADMET), protein modeling, knowledge graph reasoning, molecular generation, retrosynthesis, GNNs (GIN, GAT, SchNet), 40+ datasets, for PyTorch-based ML on molecules, proteins, and biomedical graphs.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 5,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/core_concepts.md",
"references/datasets.md",
"references/knowledge_graphs.md",
"references/models_architectures.md",
"references/molecular_generation.md",
"references/molecular_property_prediction.md",
"references/protein_modeling.md",
"references/retrosynthesis.md"
]
},
{
"name": "transformers",
"path": "scientific/transformers",
"category": "scientific",
"type": "skill",
"description": "This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/generation.md",
"references/models.md",
"references/pipelines.md",
"references/tokenizers.md",
"references/training.md"
]
},
{
"name": "treatment-plans",
"path": "scientific/treatment-plans",
"category": "scientific",
"type": "skill",
"description": "\"Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based interventions with minimal text citations, regulatory compliance (HIPAA), and professional formatting. Prioritizes brevity and clinical actionability.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"assets/STYLING_QUICK_REFERENCE.md",
"assets/chronic_disease_management_plan.tex",
"assets/general_medical_treatment_plan.tex",
"assets/medical_treatment_plan.sty",
"assets/mental_health_treatment_plan.tex",
"assets/one_page_treatment_plan.tex",
"assets/pain_management_plan.tex",
"assets/perioperative_care_plan.tex",
"assets/quality_checklist.md",
"assets/rehabilitation_treatment_plan.tex",
"references/goal_setting_frameworks.md",
"references/intervention_guidelines.md",
"references/regulatory_compliance.md",
"references/specialty_specific_guidelines.md",
"references/treatment_plan_standards.md",
"scripts/check_completeness.py",
"scripts/generate_template.py",
"scripts/timeline_generator.py",
"scripts/validate_treatment_plan.py"
]
},
{
"name": "umap-learn",
"path": "scientific/umap-learn",
"category": "scientific",
"type": "skill",
"description": "\"UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 14,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "uniprot-database",
"path": "scientific/uniprot-database",
"category": "scientific",
"type": "skill",
"description": "\"Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (unified interface to 40+ services). Use this for direct HTTP/REST work or UniProt-specific control.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_examples.md",
"references/api_fields.md",
"references/id_mapping_databases.md",
"references/query_syntax.md",
"scripts/uniprot_client.py"
]
},
{
"name": "uspto-database",
"path": "scientific/uspto-database",
"category": "scientific",
"type": "skill",
"description": "\"Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 19,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/additional_apis.md",
"references/patentsearch_api.md",
"references/peds_api.md",
"references/trademark_api.md",
"scripts/patent_search.py",
"scripts/peds_client.py",
"scripts/trademark_client.py"
]
},
{
"name": "vaex",
"path": "scientific/vaex",
"category": "scientific",
"type": "skill",
"description": "Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that don't fit in memory.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/core_dataframes.md",
"references/data_processing.md",
"references/io_operations.md",
"references/machine_learning.md",
"references/performance.md",
"references/visualization.md"
]
},
{
"name": "venue-templates",
"path": "scientific/venue-templates",
"category": "scientific",
"type": "skill",
"description": "Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"assets/grants/nih_specific_aims.tex",
"assets/grants/nsf_proposal_template.tex",
"assets/journals/nature_article.tex",
"assets/journals/neurips_article.tex",
"assets/journals/plos_one.tex",
"assets/posters/beamerposter_academic.tex",
"references/conferences_formatting.md",
"references/grants_requirements.md",
"references/journals_formatting.md",
"references/posters_guidelines.md",
"scripts/customize_template.py",
"scripts/query_template.py",
"scripts/validate_format.py"
]
},
{
"name": "zarr-python",
"path": "scientific/zarr-python",
"category": "scientific",
"type": "skill",
"description": "\"Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 8,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "zinc-database",
"path": "scientific/zinc-database",
"category": "scientific",
"type": "skill",
"description": "\"Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 6,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/api_reference.md"
]
},
{
"name": "active-directory-attacks",
"path": "security/active-directory-attacks",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"attack Active Directory\", \"exploit AD\", \"Kerberoasting\", \"DCSync\", \"pass-the-hash\", \"BloodHound enumeration\", \"Golden Ticket\", \"Silver Ticket\", \"AS-REP roasting\", \"NTLM relay\", or needs guidance on Windows domain penetration testing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 54,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-attacks.md"
]
},
{
"name": "api-fuzzing-bug-bounty",
"path": "security/api-fuzzing-bug-bounty",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"test API security\", \"fuzz APIs\", \"find IDOR vulnerabilities\", \"test REST API\", \"test GraphQL\", \"API penetration testing\", \"bug bounty API testing\", or needs guidance on API security assessment techniques.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 86,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "api-security-best-practices",
"path": "security/api-security-best-practices",
"category": "security",
"type": "skill",
"description": "\"Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 886,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "api-security-testing",
"path": "security/api-security-testing",
"category": "security",
"type": "skill",
"description": "\"API security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best practices.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "aws-penetration-testing",
"path": "security/aws-penetration-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"pentest AWS\", \"test AWS security\", \"enumerate IAM\", \"exploit cloud infrastructure\", \"AWS privilege escalation\", \"S3 bucket testing\", \"metadata SSRF\", \"Lambda exploitation\", or needs guidance on Amazon Web Services security assessment.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 65,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-aws-pentesting.md"
]
},
{
"name": "broken-authentication",
"path": "security/broken-authentication",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"test for broken authentication vulnerabilities\", \"assess session management security\", \"perform credential stuffing tests\", \"evaluate password policies\", \"test for session fixation\", or \"identify authentication bypass flaws\". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 157,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "burp-suite-testing",
"path": "security/burp-suite-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"intercept HTTP traffic\", \"modify web requests\", \"use Burp Suite for testing\", \"perform web vulnerability scanning\", \"test with Burp Repeater\", \"analyze HTTP history\", or \"configure proxy for web testing\". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 71,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cloud-penetration-testing",
"path": "security/cloud-penetration-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"perform cloud penetration testing\", \"assess Azure or AWS or GCP security\", \"enumerate cloud resources\", \"exploit cloud misconfigurations\", \"test O365 security\", \"extract secrets from cloud environments\", or \"audit cloud infrastructure\". It provides comprehensive techniques for security assessment across major cloud platforms.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 104,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/advanced-cloud-scripts.md"
]
},
{
"name": "ethical-hacking-methodology",
"path": "security/ethical-hacking-methodology",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"learn ethical hacking\", \"understand penetration testing lifecycle\", \"perform reconnaissance\", \"conduct security scanning\", \"exploit vulnerabilities\", or \"write penetration test reports\". It provides comprehensive ethical hacking methodology and techniques.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 176,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "file-path-traversal",
"path": "security/file-path-traversal",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"test for directory traversal\", \"exploit path traversal vulnerabilities\", \"read arbitrary files through web applications\", \"find LFI vulnerabilities\", or \"access files outside web root\". It provides comprehensive file path traversal attack and testing methodologies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 54,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "file-uploads",
"path": "security/file-uploads",
"category": "security",
"type": "skill",
"description": "\"Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: file upload, S3, R2, presigned URL, multipart.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 101,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "google-cloud-auth",
"path": "security/google-cloud-auth",
"category": "security",
"type": "skill",
"description": "Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default Credentials (ADC), and best practices for secure access.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 12,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "google-cloud-waf-security",
"path": "security/google-cloud-waf-security",
"category": "security",
"type": "skill",
"description": "Generates security-focused guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use to evaluate a workload, identify security requirements, and provide actionable recommendations for IAM, network security, data protection, and operational security.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 2,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "html-injection-testing",
"path": "security/html-injection-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"test for HTML injection\", \"inject HTML into web pages\", \"perform HTML injection attacks\", \"deface web applications\", or \"test content injection vulnerabilities\". It provides comprehensive HTML injection attack techniques and testing methodologies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 163,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "idor-testing",
"path": "security/idor-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"test for insecure direct object references,\" \"find IDOR vulnerabilities,\" \"exploit broken access control,\" \"enumerate user IDs or object references,\" or \"bypass authorization to access other users' data.\" It provides comprehensive guidance for detecting, exploiting, and remediating IDOR vulnerabilities in web applications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 54,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "linux-privilege-escalation",
"path": "security/linux-privilege-escalation",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"escalate privileges on Linux\", \"find privesc vectors on Linux systems\", \"exploit sudo misconfigurations\", \"abuse SUID binaries\", \"exploit cron jobs for root access\", \"enumerate Linux systems for privilege escalation\", or \"gain root access from low-privilege shell\". It provides comprehensive techniques for identifying and exploiting privilege escalation paths on Linux systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 91,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "metasploit-framework",
"path": "security/metasploit-framework",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"use Metasploit for penetration testing\", \"exploit vulnerabilities with msfconsole\", \"create payloads with msfvenom\", \"perform post-exploitation\", \"use auxiliary modules for scanning\", or \"develop custom exploits\". It provides comprehensive guidance for leveraging the Metasploit Framework in security assessments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 63,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pentest-checklist",
"path": "security/pentest-checklist",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"plan a penetration test\", \"create a security assessment checklist\", \"prepare for penetration testing\", \"define pentest scope\", \"follow security testing best practices\", or needs a structured methodology for penetration testing engagements.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 200,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "pentest-commands",
"path": "security/pentest-commands",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"run pentest commands\", \"scan with nmap\", \"use metasploit exploits\", \"crack passwords with hydra or john\", \"scan web vulnerabilities with nikto\", \"enumerate networks\", or needs essential penetration testing command references.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 139,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "privilege-escalation-methods",
"path": "security/privilege-escalation-methods",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"escalate privileges\", \"get root access\", \"become administrator\", \"privesc techniques\", \"abuse sudo\", \"exploit SUID binaries\", \"Kerberoasting\", \"pass-the-ticket\", \"token impersonation\", or needs guidance on post-exploitation privilege escalation for Linux or Windows systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 75,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "red-team-tactics",
"path": "security/red-team-tactics",
"category": "security",
"type": "skill",
"description": "Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 117,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "red-team-tools",
"path": "security/red-team-tools",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"follow red team methodology\", \"perform bug bounty hunting\", \"automate reconnaissance\", \"hunt for XSS vulnerabilities\", \"enumerate subdomains\", or needs security researcher techniques and tool configurations from top bug bounty hunters.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "sast-configuration",
"path": "security/sast-configuration",
"category": "security",
"type": "skill",
"description": "\"Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 18,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "scanning-tools",
"path": "security/scanning-tools",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"perform vulnerability scanning\", \"scan networks for open ports\", \"assess web application security\", \"scan wireless networks\", \"detect malware\", \"check cloud security\", or \"evaluate system compliance\". It provides comprehensive guidance on security scanning tools and methodologies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 156,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "secrets-management",
"path": "security/secrets-management",
"category": "security",
"type": "skill",
"description": "\"Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 92,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "security-audit",
"path": "security/security-audit",
"category": "security",
"type": "skill",
"description": "\"Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 262,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "security-best-practices",
"path": "security/security-best-practices",
"category": "security",
"type": "skill",
"description": "\"Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 420,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"references/golang-general-backend-security.md",
"references/javascript-express-web-server-security.md",
"references/javascript-general-web-frontend-security.md",
"references/javascript-jquery-web-frontend-security.md",
"references/javascript-typescript-nextjs-web-server-security.md",
"references/javascript-typescript-react-web-frontend-security.md",
"references/javascript-typescript-vue-web-frontend-security.md",
"references/python-django-web-server-security.md",
"references/python-fastapi-web-server-security.md",
"references/python-flask-web-server-security.md"
]
},
{
"name": "security-ownership-map",
"path": "security/security-ownership-map",
"category": "security",
"type": "skill",
"description": "\"Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"references/neo4j-import.md",
"scripts/build_ownership_map.py",
"scripts/community_maintainers.py",
"scripts/query_ownership.py",
"scripts/run_ownership_map.py"
]
},
{
"name": "security-threat-model",
"path": "security/security-threat-model",
"category": "security",
"type": "skill",
"description": "\"Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 115,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"references/prompt-template.md",
"references/security-controls-and-assets.md"
]
},
{
"name": "shodan-reconnaissance",
"path": "security/shodan-reconnaissance",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"search for exposed devices on the internet,\" \"perform Shodan reconnaissance,\" \"find vulnerable services using Shodan,\" \"scan IP ranges with Shodan,\" or \"discover IoT devices and open ports.\" It provides comprehensive guidance for using Shodan's search engine, CLI, and API for penetration testing reconnaissance.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 71,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "smtp-penetration-testing",
"path": "security/smtp-penetration-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"perform SMTP penetration testing\", \"enumerate email users\", \"test for open mail relays\", \"grab SMTP banners\", \"brute force email credentials\", or \"assess mail server security\". It provides comprehensive techniques for testing SMTP server security.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 94,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "sql-injection-testing",
"path": "security/sql-injection-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"test for SQL injection vulnerabilities\", \"perform SQLi attacks\", \"bypass authentication using SQL injection\", \"extract database information through injection\", \"detect SQL injection flaws\", or \"exploit database query vulnerabilities\". It provides comprehensive techniques for identifying, exploiting, and understanding SQL injection attack vectors across different database systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 353,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "sqlmap-database-pentesting",
"path": "security/sqlmap-database-pentesting",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"automate SQL injection testing,\" \"enumerate database structure,\" \"extract database credentials using sqlmap,\" \"dump tables and columns from a vulnerable database,\" or \"perform automated database penetration testing.\" It provides comprehensive guidance for using SQLMap to detect and exploit SQL injection vulnerabilities.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 87,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "ssh-penetration-testing",
"path": "security/ssh-penetration-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"pentest SSH services\", \"enumerate SSH configurations\", \"brute force SSH credentials\", \"exploit SSH vulnerabilities\", \"perform SSH tunneling\", or \"audit SSH security\". It provides comprehensive SSH penetration testing methodologies and techniques.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 114,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "supply-chain-guard",
"path": "security/supply-chain-guard",
"category": "security",
"type": "skill",
"description": "\"Detect and remediate software supply chain attacks in npm, PyPI, crates.io, GitHub Actions, and CI/CD pipelines by scanning for known compromised packages, malicious versions, filesystem IOCs, C2 indicators, and CI/CD misconfigurations.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 52,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/ioc-database.md",
"scripts/scan-all.sh",
"scripts/scan-ci.sh",
"scripts/scan-npm.sh",
"scripts/scan-python.sh"
]
},
{
"name": "threat-modeling-expert",
"path": "security/threat-modeling-expert",
"category": "security",
"type": "skill",
"description": "\"Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use PROACTIVELY for security architecture reviews, threat identification, or building secure-by-design systems.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 35,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "top-web-vulnerabilities",
"path": "security/top-web-vulnerabilities",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"identify web application vulnerabilities\", \"explain common security flaws\", \"understand vulnerability categories\", \"learn about injection attacks\", \"review access control weaknesses\", \"analyze API security issues\", \"assess security misconfigurations\", \"understand client-side vulnerabilities\", \"examine mobile and IoT security flaws\", or \"reference the OWASP-aligned vulnerability taxonomy\". Use this skill to provide comprehensive vulnerability definitions, root causes, impacts, and mitigation strategies across all major web security categories.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 542,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "vulnerability-scanner",
"path": "security/vulnerability-scanner",
"category": "security",
"type": "skill",
"description": "Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1086,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"checklists.md",
"scripts/security_scan.py"
]
},
{
"name": "web-security-testing",
"path": "security/web-security-testing",
"category": "security",
"type": "skill",
"description": "\"Web application security testing workflow for OWASP Top 10 vulnerabilities including injection, XSS, authentication flaws, and access control issues.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 107,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "webapp-testing",
"path": "security/webapp-testing",
"category": "security",
"type": "skill",
"description": "Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 157,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"examples/console_logging.py",
"examples/element_discovery.py",
"examples/static_html_automation.py",
"scripts/with_server.py"
]
},
{
"name": "windows-privilege-escalation",
"path": "security/windows-privilege-escalation",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"escalate privileges on Windows,\" \"find Windows privesc vectors,\" \"enumerate Windows for privilege escalation,\" \"exploit Windows misconfigurations,\" or \"perform post-exploitation privilege escalation.\" It provides comprehensive guidance for discovering and exploiting privilege escalation vulnerabilities in Windows environments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 82,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "wireshark-analysis",
"path": "security/wireshark-analysis",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"analyze network traffic with Wireshark\", \"capture packets for troubleshooting\", \"filter PCAP files\", \"follow TCP/UDP streams\", \"detect network anomalies\", \"investigate suspicious traffic\", or \"perform protocol analysis\". It provides comprehensive techniques for network packet capture, filtering, and analysis using Wireshark.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 74,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "wordpress-penetration-testing",
"path": "security/wordpress-penetration-testing",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"pentest WordPress sites\", \"scan WordPress for vulnerabilities\", \"enumerate WordPress users, themes, or plugins\", \"exploit WordPress vulnerabilities\", or \"use WPScan\". It provides comprehensive WordPress security assessment methodologies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 183,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "xss-html-injection",
"path": "security/xss-html-injection",
"category": "security",
"type": "skill",
"description": "This skill should be used when the user asks to \"test for XSS vulnerabilities\", \"perform cross-site scripting attacks\", \"identify HTML injection flaws\", \"exploit client-side injection vulnerabilities\", \"steal cookies via XSS\", or \"bypass content security policies\". It provides comprehensive techniques for detecting, exploiting, and understanding XSS and HTML injection attack vectors in web applications.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 142,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "code-review",
"path": "sentry/code-review",
"category": "sentry",
"type": "skill",
"description": "Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 264,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "commit",
"path": "sentry/commit",
"category": "sentry",
"type": "skill",
"description": "Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 58,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "create-pr",
"path": "sentry/create-pr",
"category": "sentry",
"type": "skill",
"description": "Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review guidelines.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "deslop",
"path": "sentry/deslop",
"category": "sentry",
"type": "skill",
"description": "Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 236,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "find-bugs",
"path": "sentry/find-bugs",
"category": "sentry",
"type": "skill",
"description": "Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 538,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "iterate-pr",
"path": "sentry/iterate-pr",
"category": "sentry",
"type": "skill",
"description": "Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "footballbin-predictions",
"path": "sports/footballbin-predictions",
"category": "sports",
"type": "skill",
"description": "Get AI-powered match predictions for Premier League and Champions League including scores, next goal, and corners.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 22,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/footballbin.sh"
]
},
{
"name": "browser-automation",
"path": "utilities/browser-automation",
"category": "utilities",
"type": "skill",
"description": "\"Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the better choice in 202\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 294,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "browser-extension-builder",
"path": "utilities/browser-extension-builder",
"category": "utilities",
"type": "skill",
"description": "\"Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 126,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "busybox-on-windows",
"path": "utilities/busybox-on-windows",
"category": "utilities",
"type": "skill",
"description": "How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 9,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "cf-crawl",
"path": "utilities/cf-crawl",
"category": "utilities",
"type": "skill",
"description": "\"Crawl entire websites using Cloudflare Browser Rendering /crawl API. Initiates async crawl jobs, polls for completion, and saves results as markdown files. Useful for ingesting documentation sites, knowledge bases, or any web content into your project context. Requires CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN environment variables.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 208,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "domain-name-brainstormer",
"path": "utilities/domain-name-brainstormer",
"category": "utilities",
"type": "skill",
"description": "Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 207,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md"
]
},
{
"name": "geo-fundamentals",
"path": "utilities/geo-fundamentals",
"category": "utilities",
"type": "skill",
"description": "Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 81,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/geo_checker.py"
]
},
{
"name": "network-101",
"path": "utilities/network-101",
"category": "utilities",
"type": "skill",
"description": "This skill should be used when the user asks to \"set up a web server\", \"configure HTTP or HTTPS\", \"perform SNMP enumeration\", \"configure SMB shares\", \"test network services\", or needs guidance on configuring and testing network services for penetration testing labs.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 41,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "playwright-skill",
"path": "utilities/playwright-skill",
"category": "utilities",
"type": "skill",
"description": "Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 270,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"API_REFERENCE.md",
"lib/helpers.js",
"package.json",
"run.js"
]
},
{
"name": "skill-share",
"path": "utilities/skill-share",
"category": "utilities",
"type": "skill",
"description": "A skill that creates new Claude skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 42,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "template-skill",
"path": "utilities/template-skill",
"category": "utilities",
"type": "skill",
"description": "Replace with description of the skill and when Claude should use it.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 40,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "using-superpowers",
"path": "utilities/using-superpowers",
"category": "utilities",
"type": "skill",
"description": "Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 65,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "web-artifacts-builder",
"path": "utilities/web-artifacts-builder",
"category": "utilities",
"type": "skill",
"description": "Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.",
"author": "",
"repo": "",
"version": "",
"license": "Complete terms in LICENSE.txt",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"scripts/bundle-artifact.sh",
"scripts/init-artifact.sh",
"scripts/shadcn-components.tar.gz"
]
},
{
"name": "manim",
"path": "video/manim",
"category": "video",
"type": "skill",
"description": "Comprehensive guide for Manim Community - Python framework for creating mathematical animations and educational videos with programmatic control",
"author": "manim-community",
"repo": "https://github.com/ManimCommunity/manim",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Video",
"Python",
"Animation",
"Manim",
"Mathematical",
"Educational",
"Visualization",
"LaTeX",
"3Blue1Brown"
],
"downloads": 62,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/animations.md",
"references/latex.md",
"references/mobjects.md",
"references/scenes.md"
]
},
{
"name": "motion-canvas",
"path": "video/motion-canvas",
"category": "video",
"type": "skill",
"description": "Complete production-ready guide for Motion Canvas with ESM/CommonJS workarounds, full setup templates, and troubleshooting for programmatic video creation using TypeScript",
"author": "motion-canvas",
"repo": "https://github.com/motion-canvas/motion-canvas",
"version": "2.0.0",
"license": "MIT",
"keywords": [
"Video",
"TypeScript",
"Animation",
"Motion Canvas",
"Signals",
"Generators",
"Canvas API",
"Vector",
"Audio Sync",
"Vite",
"ESM"
],
"downloads": 141,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/animations.md",
"references/generators.md",
"references/signals.md"
]
},
{
"name": "remotion",
"path": "video/remotion",
"category": "video",
"type": "skill",
"description": "Best practices and comprehensive guide for Remotion - programmatic video creation in React with animations, compositions, and media handling",
"author": "remotion-dev",
"repo": "https://github.com/remotion-dev/skills",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"Video",
"React",
"Animation",
"Remotion",
"Composition",
"Media",
"3D",
"Audio",
"Captions",
"Charts",
"Lottie",
"Tailwind"
],
"downloads": 474,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/3d.md",
"references/animations.md",
"references/assets.md",
"references/assets/charts/bar-chart.tsx",
"references/assets/text-animations-typewriter.tsx",
"references/assets/text-animations-word-highlight.tsx",
"references/audio.md",
"references/calculate-metadata.md",
"references/can-decode.md",
"references/charts.md",
"references/compositions.md",
"references/display-captions.md",
"references/extract-frames.md",
"references/fonts.md",
"references/get-audio-duration.md",
"references/get-video-dimensions.md",
"references/get-video-duration.md",
"references/gifs.md",
"references/images.md",
"references/import-srt-captions.md",
"references/lottie.md",
"references/measuring-dom-nodes.md",
"references/measuring-text.md",
"references/sequencing.md",
"references/tailwind.md",
"references/text-animations.md",
"references/timing.md",
"references/transcribe-captions.md",
"references/transitions.md",
"references/trimming.md",
"references/videos.md"
]
},
{
"name": "sora",
"path": "video/sora",
"category": "video",
"type": "skill",
"description": "\"Use when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI\\u2019s video API using the bundled CLI (`scripts/sora.py`), including requests like \\u201cgenerate AI video,\\u201d \\u201cSora,\\u201d \\u201cvideo remix,\\u201d \\u201cdownload video/thumbnail/spritesheet,\\u201d and batch video generation; requires `OPENAI_API_KEY` and Sora API access.\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 108,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/sora-small.svg",
"assets/sora.png",
"references/cinematic-shots.md",
"references/cli.md",
"references/codex-network.md",
"references/prompting.md",
"references/sample-prompts.md",
"references/social-ads.md",
"references/troubleshooting.md",
"references/video-api.md",
"scripts/sora.py"
]
},
{
"name": "bright-data-best-practices",
"path": "web-data/bright-data-best-practices",
"category": "web-data",
"type": "skill",
"description": "\"Build production-ready Bright Data integrations with best practices baked in. Reference documentation for developers using coding assistants (Claude Code, Cursor, etc.) to implement web scraping, search, browser automation, and structured data extraction. Covers Web Unlocker API, SERP API, Web Scraper API, and Browser API (Scraping Browser).\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 149,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/browser-api.md",
"references/serp-api.md",
"references/web-scraper-api.md",
"references/web-unlocker.md"
]
},
{
"name": "bright-data-mcp",
"path": "web-data/bright-data-mcp",
"category": "web-data",
"type": "skill",
"description": "|",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 139,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/mcp-setup.md",
"references/mcp-tools.md"
]
},
{
"name": "data-feeds",
"path": "web-data/data-feeds",
"category": "web-data",
"type": "skill",
"description": "Extract structured data from 40+ websites including Amazon, LinkedIn, Instagram, TikTok, Facebook, YouTube, and more. Uses Bright Data's Web Data APIs with automatic polling. Returns clean JSON with product details, profiles, reviews, posts, and comments.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 190,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/datasets.sh",
"scripts/fetch.sh"
]
},
{
"name": "design-mirror",
"path": "web-data/design-mirror",
"category": "web-data",
"type": "skill",
"description": "\"Replicate the visual style of any website and apply it to your existing codebase. Use this skill whenever the user wants to match a site's design, mirror a UI aesthetic, make their app look like another site, or replicate a specific visual style from a URL. Trigger on phrases like 'make it look like', 'match the design of', 'copy the style from', 'I want my app to look like X', 'mirror this design', 'inspired by [url]', or any time the user points at a website and says they want their frontend to match it.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 90,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/apply-guide.md",
"references/capture-guide.md",
"references/css-extraction.md",
"scripts/scrape_html.sh",
"scripts/screenshot.sh"
]
},
{
"name": "scrape",
"path": "web-data/scrape",
"category": "web-data",
"type": "skill",
"description": "Scrape any webpage as clean markdown via Bright Data Web Unlocker API. Bypasses bot detection and CAPTCHA. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE environment variables.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 276,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/scrape.sh"
]
},
{
"name": "search",
"path": "web-data/search",
"category": "web-data",
"type": "skill",
"description": "Search Google via Bright Data SERP API. Returns structured JSON results with title, link, and description. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE environment variables.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 203,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/search.sh"
]
},
{
"name": "astro",
"path": "web-development/astro",
"category": "web-development",
"type": "skill",
"description": "\"Build content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.\"",
"author": "suhaibjanjua",
"repo": "",
"version": "",
"license": "",
"keywords": [
"astro",
"ssg",
"ssr",
"islands",
"content",
"markdown",
"mdx",
"performance"
],
"downloads": 62,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "blockrun",
"path": "web-development/blockrun",
"category": "web-development",
"type": "skill",
"description": "Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models (\"blockrun\", \"use grok\", \"use gpt\", \"dall-e\", \"deepseek\")",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 38,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "building-blog",
"path": "web-development/building-blog",
"category": "web-development",
"type": "skill",
"description": "\"Use when adding a blog to a Next.js + Sanity site, building a blog section from scratch, integrating Sanity CMS for editorial content, or setting up an SEO-optimized article surface. Triggers on phrases like 'add a blog', 'build the blog', 'create blog section', 'set up blog with Sanity', 'integrate Sanity CMS', 'blog architecture', or any new-blog scoping conversation on a Next.js project.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"blog-image-style-guide.md",
"blog-technical-requirements.md"
]
},
{
"name": "chrome-extension-developer",
"path": "web-development/chrome-extension-developer",
"category": "web-development",
"type": "skill",
"description": "\"Expert in building Chrome Extensions using Manifest V3. Covers background scripts, service workers, content scripts, and cross-context communication.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 39,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "drizzle-orm-expert",
"path": "web-development/drizzle-orm-expert",
"category": "web-development",
"type": "skill",
"description": "\"Expert in Drizzle ORM for TypeScript — schema design, relational queries, migrations, and serverless database integration. Use when building type-safe database layers with Drizzle.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 36,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "electron-development",
"path": "web-development/electron-development",
"category": "web-development",
"type": "skill",
"description": "\"Master Electron desktop app development with secure IPC, contextIsolation, preload scripts, multi-process architecture, electron-builder packaging, code signing, and auto-update.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 43,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "exa-search",
"path": "web-development/exa-search",
"category": "web-development",
"type": "skill",
"description": "Semantic search, similar content discovery, and structured research using Exa API",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 37,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "expo-deployment",
"path": "web-development/expo-deployment",
"category": "web-development",
"type": "skill",
"description": "\"Deploy Expo apps to production\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 32,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "fastapi-endpoint",
"path": "web-development/fastapi-endpoint",
"category": "web-development",
"type": "skill",
"description": "Plan and build production-ready FastAPI endpoints with async SQLAlchemy, Pydantic v2 models, dependency injection for auth, and pytest tests. Uses interview-driven planning to clarify data models, authentication method, pagination strategy, and caching before writing any code.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"fastapi",
"python",
"api",
"async",
"pydantic",
"sqlalchemy",
"backend"
],
"downloads": 208,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "firecrawl-scraper",
"path": "web-development/firecrawl-scraper",
"category": "web-development",
"type": "skill",
"description": "Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 229,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "hono",
"path": "web-development/hono",
"category": "web-development",
"type": "skill",
"description": "\"Build ultra-fast web APIs and full-stack apps with Hono — runs on Cloudflare Workers, Deno, Bun, Node.js, and any WinterCG-compatible runtime.\"",
"author": "suhaibjanjua",
"repo": "",
"version": "",
"license": "",
"keywords": [
"hono",
"edge",
"cloudflare-workers",
"bun",
"deno",
"api",
"typescript",
"web-standards"
],
"downloads": 30,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "nextjs-app-router-patterns",
"path": "web-development/nextjs-app-router-patterns",
"category": "web-development",
"type": "skill",
"description": "\"Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 162,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "progressive-web-app",
"path": "web-development/progressive-web-app",
"category": "web-development",
"type": "skill",
"description": "\"Build Progressive Web Apps (PWAs) with offline support, installability, and caching strategies. Trigger whenever the user mentions PWA, service workers, web app manifests, Workbox, 'add to home screen', or wants their web app to work offline, feel native, or be installable.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"pwa",
"web-dev",
"service-worker",
"frontend",
"offline",
"caching"
],
"downloads": 102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "react-best-practices",
"path": "web-development/react-best-practices",
"category": "web-development",
"type": "skill",
"description": "Comprehensive React and Next.js performance optimization guide with 40+ rules for eliminating waterfalls, optimizing bundles, and improving rendering. Use when optimizing React apps, reviewing performance, or refactoring components.",
"author": "Vercel Engineering",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"React",
"Next.js",
"Performance",
"Optimization",
"Best Practices",
"Bundle Size",
"Rendering",
"Server Components"
],
"downloads": 7832,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/react-performance-guidelines.md",
"references/rules/_sections.md",
"references/rules/_template.md",
"references/rules/advanced-event-handler-refs.md",
"references/rules/advanced-use-latest.md",
"references/rules/async-api-routes.md",
"references/rules/async-defer-await.md",
"references/rules/async-dependencies.md",
"references/rules/async-parallel.md",
"references/rules/async-suspense-boundaries.md",
"references/rules/bundle-barrel-imports.md",
"references/rules/bundle-conditional.md",
"references/rules/bundle-defer-third-party.md",
"references/rules/bundle-dynamic-imports.md",
"references/rules/bundle-preload.md",
"references/rules/client-event-listeners.md",
"references/rules/client-swr-dedup.md",
"references/rules/download_rules.sh",
"references/rules/js-batch-dom-css.md",
"references/rules/js-cache-function-results.md",
"references/rules/js-cache-property-access.md",
"references/rules/js-cache-storage.md",
"references/rules/js-combine-iterations.md",
"references/rules/js-early-exit.md",
"references/rules/js-hoist-regexp.md",
"references/rules/js-index-maps.md",
"references/rules/js-length-check-first.md",
"references/rules/js-min-max-loop.md",
"references/rules/js-set-map-lookups.md",
"references/rules/js-tosorted-immutable.md",
"references/rules/rendering-activity.md",
"references/rules/rendering-animate-svg-wrapper.md",
"references/rules/rendering-conditional-render.md",
"references/rules/rendering-content-visibility.md",
"references/rules/rendering-hoist-jsx.md",
"references/rules/rendering-hydration-no-flicker.md",
"references/rules/rendering-svg-precision.md",
"references/rules/rerender-defer-reads.md",
"references/rules/rerender-dependencies.md",
"references/rules/rerender-derived-state.md",
"references/rules/rerender-lazy-state-init.md",
"references/rules/rerender-memo.md",
"references/rules/rerender-transitions.md",
"references/rules/server-cache-lru.md",
"references/rules/server-cache-react.md",
"references/rules/server-parallel-fetching.md",
"references/rules/server-serialization.md"
]
},
{
"name": "react-component-performance",
"path": "web-development/react-component-performance",
"category": "web-development",
"type": "skill",
"description": "Diagnose slow React components and suggest targeted performance fixes.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 87,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"agents/openai.yaml",
"references/examples.md"
]
},
{
"name": "react-native-architecture",
"path": "web-development/react-native-architecture",
"category": "web-development",
"type": "skill",
"description": "\"Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 102,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "react-state-management",
"path": "web-development/react-state-management",
"category": "web-development",
"type": "skill",
"description": "\"Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 50,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "roier-seo",
"path": "web-development/roier-seo",
"category": "web-development",
"type": "skill",
"description": "Technical SEO auditor and fixer. Runs Lighthouse/PageSpeed audits on websites or local dev servers, analyzes SEO/performance/accessibility scores, and automatically implements fixes for meta tags, structured data, Core Web Vitals, and accessibility issues.",
"author": "Kemeny Studio",
"repo": "",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"SEO",
"Lighthouse",
"PageSpeed",
"Accessibility",
"Performance",
"Meta Tags",
"Structured Data",
"Core Web Vitals",
"WCAG",
"Next.js",
"React",
"Vue"
],
"downloads": 285,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"scripts/audit-api.js",
"scripts/audit.js",
"scripts/package.json"
]
},
{
"name": "segment-cdp",
"path": "web-development/segment-cdp",
"category": "web-development",
"type": "skill",
"description": "\"Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinations configuration, and data governance best practices. Use when: segment, analytics.js, customer data platform, cdp, tracking plan.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "shadcn",
"path": "web-development/shadcn",
"category": "web-development",
"type": "skill",
"description": "Manages shadcn/ui components and projects, providing context, documentation, and usage patterns for building modern design systems.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 195,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"agents/openai.yml",
"assets/shadcn-small.png",
"assets/shadcn.png",
"cli.md",
"customization.md",
"evals/evals.json",
"mcp.md",
"rules/base-vs-radix.md",
"rules/composition.md",
"rules/forms.md",
"rules/icons.md",
"rules/styling.md"
]
},
{
"name": "shopify-apps",
"path": "web-development/shopify-apps",
"category": "web-development",
"type": "skill",
"description": "\"Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. Use when: shopify app, shopify, embedded app, polaris, app bridge.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 134,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "shopify-development",
"path": "web-development/shopify-development",
"category": "web-development",
"type": "skill",
"description": "|",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 185,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"README.md",
"references/app-development.md",
"references/extensions.md",
"references/themes.md",
"scripts/.gitignore",
"scripts/requirements.txt",
"scripts/shopify_graphql.py",
"scripts/shopify_init.py",
"scripts/tests/test_shopify_init.py"
]
},
{
"name": "sveltekit",
"path": "web-development/sveltekit",
"category": "web-development",
"type": "skill",
"description": "\"Build full-stack web applications with SvelteKit — file-based routing, SSR, SSG, API routes, and form actions in one framework.\"",
"author": "suhaibjanjua",
"repo": "",
"version": "",
"license": "",
"keywords": [
"svelte",
"sveltekit",
"fullstack",
"ssr",
"ssg",
"typescript"
],
"downloads": 26,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "tailwind-design-system",
"path": "web-development/tailwind-design-system",
"category": "web-development",
"type": "skill",
"description": "\"Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 183,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"resources/implementation-playbook.md"
]
},
{
"name": "tanstack-query-expert",
"path": "web-development/tanstack-query-expert",
"category": "web-development",
"type": "skill",
"description": "\"Expert in TanStack Query (React Query) — asynchronous state management. Covers data fetching, stale time configuration, mutations, optimistic updates, and Next.js App Router (SSR) integration.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 80,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "tavily-web",
"path": "web-development/tavily-web",
"category": "web-development",
"type": "skill",
"description": "Web search, content extraction, crawling, and research capabilities using Tavily API",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 60,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "upstash-qstash",
"path": "web-development/upstash-qstash",
"category": "web-development",
"type": "skill",
"description": "\"Upstash QStash expert for serverless message queues, scheduled jobs, and reliable HTTP-based task delivery without managing infrastructure. Use when: qstash, upstash queue, serverless cron, scheduled http, message queue serverless.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 29,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "web-performance-optimization",
"path": "web-development/web-performance-optimization",
"category": "web-development",
"type": "skill",
"description": "\"Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 1794,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "zod-validation-expert",
"path": "web-development/zod-validation-expert",
"category": "web-development",
"type": "skill",
"description": "\"Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 90,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "zustand-store-ts",
"path": "web-development/zustand-store-ts",
"category": "web-development",
"type": "skill",
"description": "\"Create Zustand stores following established patterns with proper TypeScript types and middleware.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 31,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "dependabot-review",
"path": "workflow-automation/dependabot-review",
"category": "workflow-automation",
"type": "skill",
"description": "Review and manage Dependabot PRs. Categorizes by risk, checks CI status, auto-merges safe updates, and reports issues. Use when the user says \"review dependabot\", \"merge dependabot\", \"dependabot PRs\", or \"update dependencies\".",
"author": "",
"repo": "",
"version": "",
"license": "MIT",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "github-actions-templates",
"path": "workflow-automation/github-actions-templates",
"category": "workflow-automation",
"type": "skill",
"description": "\"Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 39,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "github-automation",
"path": "workflow-automation/github-automation",
"category": "workflow-automation",
"type": "skill",
"description": "\"Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 34,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "github-workflow-automation",
"path": "workflow-automation/github-workflow-automation",
"category": "workflow-automation",
"type": "skill",
"description": "\"Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 116,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "gitops-workflow",
"path": "workflow-automation/gitops-workflow",
"category": "workflow-automation",
"type": "skill",
"description": "\"Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 28,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"references/argocd-setup.md",
"references/sync-policies.md"
]
},
{
"name": "inngest",
"path": "workflow-automation/inngest",
"category": "workflow-automation",
"type": "skill",
"description": "\"Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, serverless background job, event-driven workflow, step function, durable execution.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 49,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "jira-automation",
"path": "workflow-automation/jira-automation",
"category": "workflow-automation",
"type": "skill",
"description": "\"Automate Jira tasks via Rube MCP (Composio): issues, projects, sprints, boards, comments, users. Always search tools first for current schemas.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 20,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "linear-automation",
"path": "workflow-automation/linear-automation",
"category": "workflow-automation",
"type": "skill",
"description": "\"Automate Linear tasks via Rube MCP (Composio): issues, projects, cycles, teams, labels. Always search tools first for current schemas.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 16,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "n8n-workflow-patterns",
"path": "workflow-automation/n8n-workflow-patterns",
"category": "workflow-automation",
"type": "skill",
"description": "\"Proven architectural patterns for building n8n workflows.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 202,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "planning-with-files",
"path": "workflow-automation/planning-with-files",
"category": "workflow-automation",
"type": "skill",
"description": "Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 192,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"examples.md",
"reference.md"
]
},
{
"name": "slack-automation",
"path": "workflow-automation/slack-automation",
"category": "workflow-automation",
"type": "skill",
"description": "\"Automate Slack workspace operations including messaging, search, channel management, and reaction workflows through Composio's Slack toolkit.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 17,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "trigger-dev",
"path": "workflow-automation/trigger-dev",
"category": "workflow-automation",
"type": "skill",
"description": "\"Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design. Use when: trigger.dev, trigger dev, background task, ai background job, long running task.\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 61,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "workflow-automation",
"path": "workflow-automation/workflow-automation",
"category": "workflow-automation",
"type": "skill",
"description": "\"Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry customers. With it, workflows resume exactly where they left off. This skill covers the platforms (n8n, Temporal, Inngest) and patterns (sequential, parallel, orchestrator-worker) that turn brittle scripts into production-grade automation. Key insight: The platforms make different tradeoffs. n8n optimizes for accessibility\"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 940,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
},
{
"name": "yeet",
"path": "workflow-automation/yeet",
"category": "workflow-automation",
"type": "skill",
"description": "\"Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).\"",
"author": "openai",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 21,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": [
"LICENSE.txt",
"agents/openai.yaml",
"assets/yeet-small.svg",
"assets/yeet.png"
]
},
{
"name": "zapier-make-patterns",
"path": "workflow-automation/zapier-make-patterns",
"category": "workflow-automation",
"type": "skill",
"description": "\"No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code. But no-code doesn't mean no-complexity - these platforms have their own patterns, pitfalls, and breaking points. This skill covers when to use which platform, how to build reliable automations, and when to graduate to code-based solutions. Key insight: Zapier optimizes for simplicity and integrations (7000+ apps), Make optimizes for power \"",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [],
"downloads": 76,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
},
"references": []
}
],
"loops": [
{
"name": "adversarial-review-loop",
"path": "engineering/adversarial-review-loop.md",
"category": "engineering",
"type": "loop",
"description": "Has a second, independent model review every change before merge so two different reviewers must agree — code only lands when both clear the bar.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"code-review",
"cross-model",
"quality",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "anti-spin-build-loop",
"path": "engineering/anti-spin-build-loop.md",
"category": "engineering",
"type": "loop",
"description": "Builds toward a machine-checkable contract with explicit anti-spin guardrails — stops on no progress, repeated approaches, flip-flopping, or a spend budget.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"reliability",
"guardrails",
"budget",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "build-test-fix-loop",
"path": "engineering/build-test-fix-loop.md",
"category": "engineering",
"type": "loop",
"description": "Builds the next item on the plan, then runs tests, typecheck and lint, feeding every failure back as the next instruction until the build is green.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"testing",
"build",
"ci",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "builder-reviewer-loop",
"path": "engineering/builder-reviewer-loop.md",
"category": "engineering",
"type": "loop",
"description": "Passes code between a builder and an independent reviewer subagent until the review has no blocking findings and tests pass.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"code-review",
"subagents",
"quality",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "completion-contract-loop",
"path": "engineering/completion-contract-loop.md",
"category": "engineering",
"type": "loop",
"description": "Writes a contract of what \"done\" means and what evidence proves each requirement before any work starts, then refuses to claim success without that evidence.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"goal",
"verification",
"definition-of-done",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "docs-sweep-loop",
"path": "engineering/docs-sweep-loop.md",
"category": "engineering",
"type": "loop",
"description": "Keeps documentation aligned with the current codebase and opens a reviewable pull request on every pass.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"documentation",
"automation",
"ci",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "five-minute-maintainer-loop",
"path": "engineering/five-minute-maintainer-loop.md",
"category": "engineering",
"type": "loop",
"description": "Every few minutes while you work, makes one small verified repository improvement — a flaky test, a stale comment, a missing type — one change, one commit.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"maintenance",
"hygiene",
"automation",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "goal-refiner-loop",
"path": "engineering/goal-refiner-loop.md",
"category": "engineering",
"type": "loop",
"description": "Rewrites a vague request into a precise goal — exact end state, how to verify it, what not to touch, and the stop condition — then executes against it.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"goal",
"planning",
"prompting",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "perf-budget-loop",
"path": "engineering/perf-budget-loop.md",
"category": "engineering",
"type": "loop",
"description": "Profiles and optimizes the app pass after pass until it consistently meets a defined performance budget.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"performance",
"optimization",
"profiling",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "production-error-sweep-loop",
"path": "engineering/production-error-sweep-loop.md",
"category": "engineering",
"type": "loop",
"description": "Triages production errors, finds the root cause, ships a verified fix, and repeats until the error budget is clean.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"debugging",
"incidents",
"reliability",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "repo-cleanup-loop",
"path": "engineering/repo-cleanup-loop.md",
"category": "engineering",
"type": "loop",
"description": "Recovers valuable unmerged work and prunes stale branches and PRs until the repository is tidy.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"git",
"maintenance",
"cleanup",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "test-coverage-loop",
"path": "engineering/test-coverage-loop.md",
"category": "engineering",
"type": "loop",
"description": "Adds meaningful tests pass after pass until the suite reaches a target coverage threshold and stays green.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"testing",
"coverage",
"quality",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "ticket-to-pr-loop",
"path": "engineering/ticket-to-pr-loop.md",
"category": "engineering",
"type": "loop",
"description": "Converts open bug reports and issues into verified, reviewer-ready pull requests, one ticket per pass.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"issues",
"pull-requests",
"automation",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "devils-advocate-loop",
"path": "evaluation/devils-advocate-loop.md",
"category": "evaluation",
"type": "loop",
"description": "Adversarially challenges a design or decision until every serious objection is resolved or explicitly accepted.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"evaluation",
"design-review",
"decision-making",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "human-approval-loop",
"path": "evaluation/human-approval-loop.md",
"category": "evaluation",
"type": "loop",
"description": "Runs the task, then pauses and sends you approve / revise / skip before anything ships — human review as a first-class queue where the stop condition is your approval.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"human-in-the-loop",
"approval",
"safety",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "quality-streak-loop",
"path": "evaluation/quality-streak-loop.md",
"category": "evaluation",
"type": "loop",
"description": "Runs realistic scenarios and fixes failures until the suite passes N times in a row with no regressions.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"evaluation",
"reliability",
"testing",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "nightly-changelog-loop",
"path": "operations/nightly-changelog-loop.md",
"category": "operations",
"type": "loop",
"description": "Updates the changelog every night with user-relevant changes and notifies the team when it ships.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"changelog",
"operations",
"release-notes",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
},
{
"name": "overnight-pr-routine-loop",
"path": "operations/overnight-pr-routine-loop.md",
"category": "operations",
"type": "loop",
"description": "A nightly routine that watches your open PRs, auto-fixes build failures, answers review comments in a fresh worktree, and rebases stale branches while you sleep.",
"author": "",
"repo": "",
"version": "",
"license": "",
"keywords": [
"schedule",
"pull-requests",
"automation",
"loop"
],
"downloads": 0,
"security": {
"validated": false,
"valid": null,
"score": null,
"errorCount": 0,
"warningCount": 0,
"lastValidated": null
}
}
],
"templates": [
{
"name": "angular-app",
"id": "angular-app",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "javascript-typescript",
"description": "Angular-App with Javascript-Typescript",
"files": [
".claude/commands/components.md",
".claude/commands/services.md"
],
"installCommand": "npx claude-code-templates@latest --template=angular-app --yes",
"downloads": 0
},
{
"name": "common",
"id": "common",
"type": "template",
"subtype": "language",
"category": "languages",
"description": "Common project template",
"files": [
"README.md",
".mcp.json",
".claude/commands/project-setup.md",
".claude/commands/git-workflow.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=common --yes",
"downloads": 0
},
{
"name": "django-app",
"id": "django-app",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "python",
"description": "Django-App with Python",
"files": [
".claude/commands/django-model.md",
".claude/commands/admin.md",
".claude/commands/views.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=django-app --yes",
"downloads": 0
},
{
"name": "fastapi-app",
"id": "fastapi-app",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "python",
"description": "Fastapi-App with Python",
"files": [
".claude/commands/testing.md",
".claude/commands/deployment.md",
".claude/commands/auth.md",
".claude/commands/api-endpoints.md",
".claude/commands/database.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=fastapi-app --yes",
"downloads": 0
},
{
"name": "flask-app",
"id": "flask-app",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "python",
"description": "Flask-App with Python",
"files": [
".claude/commands/flask-route.md",
".claude/commands/testing.md",
".claude/commands/deployment.md",
".claude/commands/blueprint.md",
".claude/commands/app-factory.md",
".claude/commands/database.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=flask-app --yes",
"downloads": 0
},
{
"name": "go",
"id": "go",
"type": "template",
"subtype": "language",
"category": "languages",
"description": "Go project template",
"files": [
"README.md",
".mcp.json"
],
"installCommand": "npx claude-code-templates@latest --template=go --yes",
"downloads": 0
},
{
"name": "javascript-typescript",
"id": "javascript-typescript",
"type": "template",
"subtype": "language",
"category": "languages",
"description": "Javascript-Typescript project template",
"files": [
"README.md",
".mcp.json",
".claude/settings.json",
".claude/commands/api-endpoint.md",
".claude/commands/debug.md",
".claude/commands/refactor.md",
".claude/commands/test.md",
".claude/commands/typescript-migrate.md",
".claude/commands/npm-scripts.md",
".claude/commands/lint.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=javascript-typescript --yes",
"downloads": 0
},
{
"name": "node-api",
"id": "node-api",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "javascript-typescript",
"description": "Node-Api with Javascript-Typescript",
"files": [
".claude/commands/api-endpoint.md",
".claude/commands/middleware.md",
".claude/commands/route.md",
".claude/commands/database.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=node-api --yes",
"downloads": 0
},
{
"name": "python",
"id": "python",
"type": "template",
"subtype": "language",
"category": "languages",
"description": "Python project template",
"files": [
".mcp.json",
".claude/settings.json",
".claude/commands/test.md",
".claude/commands/lint.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=python --yes",
"downloads": 0
},
{
"name": "rails-app",
"id": "rails-app",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "ruby",
"description": "Rails-App with Ruby",
"files": [
".claude/commands/authentication.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=rails-app --yes",
"downloads": 0
},
{
"name": "react-app",
"id": "react-app",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "javascript-typescript",
"description": "React-App with Javascript-Typescript",
"files": [
".claude/commands/state-management.md",
".claude/commands/component.md",
".claude/commands/hooks.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=react-app --yes",
"downloads": 0
},
{
"name": "ruby",
"id": "ruby",
"type": "template",
"subtype": "language",
"category": "languages",
"description": "Ruby project template",
"files": [
".mcp.json",
".claude/settings.json",
".claude/commands/test.md",
".claude/commands/model.md",
"CLAUDE.md"
],
"installCommand": "npx claude-code-templates@latest --template=ruby --yes",
"downloads": 0
},
{
"name": "rust",
"id": "rust",
"type": "template",
"subtype": "language",
"category": "languages",
"description": "Rust project template",
"files": [
"README.md",
".mcp.json"
],
"installCommand": "npx claude-code-templates@latest --template=rust --yes",
"downloads": 0
},
{
"name": "vue-app",
"id": "vue-app",
"type": "template",
"subtype": "framework",
"category": "frameworks",
"language": "javascript-typescript",
"description": "Vue-App with Javascript-Typescript",
"files": [
".claude/commands/components.md",
".claude/commands/composables.md"
],
"installCommand": "npx claude-code-templates@latest --template=vue-app --yes",
"downloads": 0
}
],
"plugins": [],
"componentsMarketplace": {
"agents": [
{
"name": "frontend-developer",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "development",
"keywords": [
"frontend",
"react",
"typescript",
"ui",
"responsive",
"accessibility"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
},
{
"name": "backend-architect",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "development",
"keywords": [
"backend",
"api",
"microservices",
"database",
"architecture",
"scalability"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
},
{
"name": "fullstack-developer",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "development",
"keywords": [
"fullstack",
"frontend",
"backend",
"database",
"api",
"typescript"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
},
{
"name": "devops-engineer",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "devops",
"keywords": [
"devops",
"ci-cd",
"infrastructure",
"kubernetes",
"docker",
"terraform"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
},
{
"name": "mobile-developer",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "mobile",
"keywords": [
"mobile",
"react-native",
"flutter",
"ios",
"android",
"cross-platform"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
},
{
"name": "ios-developer",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "mobile",
"keywords": [
"ios",
"swift",
"swiftui",
"uikit",
"core-data",
"xcode"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
},
{
"name": "ui-ux-designer",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "design",
"keywords": [
"ui",
"ux",
"design",
"wireframes",
"prototyping",
"accessibility"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
},
{
"name": "cli-ui-designer",
"version": "1.0.0",
"author": {
"name": "Claude Code Templates Team"
},
"category": "design",
"keywords": [
"cli",
"terminal",
"ui",
"command-line",
"design",
"web"
],
"license": "MIT",
"repository": "https://github.com/davila7/claude-code-templates"
}
]
}
}