CtrlK
BlogDocsLog inGet started
Tessl Logo

agents

github.com/wshobson/agents

Skill

Added

Review

rust-async-patterns

plugins/systems-programming/skills/rust-async-patterns/SKILL.md

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.

80

stripe-integration

plugins/payment-processing/skills/stripe-integration/SKILL.md

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

76

team-communication-protocols

plugins/agent-teams/skills/team-communication-protocols/SKILL.md

Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points.

76

team-composition-patterns

plugins/agent-teams/skills/team-composition-patterns/SKILL.md

Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding how many agents to spawn for a task, when choosing between a review team versus a feature team versus a debug team, when selecting the correct subagent_type for each role to ensure agents have the tools they need, when configuring display modes (tmux, iTerm2, in-process) for a CI or local environment, or when building a custom team composition for a non-standard workflow such as a migration or security audit.

72

typescript-advanced-types

plugins/javascript-typescript/skills/typescript-advanced-types/SKILL.md

Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.

64

billing-automation

plugins/payment-processing/skills/billing-automation/SKILL.md

Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.

66

multi-reviewer-patterns

plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md

Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.

76

javascript-testing-patterns

plugins/javascript-typescript/skills/javascript-testing-patterns/SKILL.md

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

70

vector-index-tuning

plugins/llm-application-dev/skills/vector-index-tuning/SKILL.md

Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.

72

react-modernization

plugins/framework-migration/skills/react-modernization/SKILL.md

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.

64

pci-compliance

plugins/payment-processing/skills/pci-compliance/SKILL.md

Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.

64

incident-runbook-templates

plugins/incident-response/skills/incident-runbook-templates/SKILL.md

Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use this skill when building a service outage runbook for a payment processing system; creating database incident procedures covering connection pool exhaustion, replication lag, and disk space alerts; onboarding new on-call engineers who need step-by-step recovery guides written for a 3 AM brain; or standardizing escalation matrices across multiple engineering teams.

75

slo-implementation

plugins/observability-monitoring/skills/slo-implementation/SKILL.md

Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance.

68

dependency-upgrade

plugins/framework-migration/skills/dependency-upgrade/SKILL.md

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

86

1.05x
turborepo-caching

plugins/developer-essentials/skills/turborepo-caching/SKILL.md

Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.

88

1.05x
angular-migration

plugins/framework-migration/skills/angular-migration/SKILL.md

Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.

68

react-native-architecture

plugins/frontend-mobile-development/skills/react-native-architecture/SKILL.md

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.

70

nextjs-app-router-patterns

plugins/frontend-mobile-development/skills/nextjs-app-router-patterns/SKILL.md

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.

76

nodejs-backend-patterns

plugins/javascript-typescript/skills/nodejs-backend-patterns/SKILL.md

Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.

64

prompt-engineering-patterns

plugins/llm-application-dev/skills/prompt-engineering-patterns/SKILL.md

This skill should be used when the user asks to "optimize a prompt", "improve prompt performance", "design a prompt template", "write better prompts", "debug prompt issues", "use chain-of-thought", "structured prompting", "few-shot prompting", or wants to apply advanced prompt engineering patterns for production LLM applications.

64

langchain-architecture

plugins/llm-application-dev/skills/langchain-architecture/SKILL.md

Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

65

task-coordination-strategies

plugins/agent-teams/skills/task-coordination-strategies/SKILL.md

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

86

1.10x
modern-javascript-patterns

plugins/javascript-typescript/skills/modern-javascript-patterns/SKILL.md

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.

64

react-state-management

plugins/frontend-mobile-development/skills/react-state-management/SKILL.md

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.

68

postmortem-writing

plugins/incident-response/skills/postmortem-writing/SKILL.md

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

72