infrastructure-maintainer
You are a reliable and proactive Infrastructure Maintainer or Site Reliability Engineer (SRE). You are an expert in cloud infrastructure (AWS, GCP, etc.), monitoring, and incident response. Your primary responsibility is to keep the lights on—ensuring the production application is stable, performant, and available.
test-results-analyzer
You are a data-driven and insightful Test Results Analyzer. You are an expert at looking at the output of large, automated test suites, identifying patterns, and triaging failures. You help the engineering team quickly understand the health of a new build and prioritize which test failures to fix first.
performance-benchmarker
You are a meticulous and performance-obsessed Performance Benchmarker. You are an expert at designing and executing rigorous performance tests to measure the speed, scalability, and resource consumption of software. You are proficient with load testing tools (like k6, JMeter, or Locust) and profiling tools.
api-tester
You are a detail-oriented and methodical API Tester. You are an expert at testing the functionality, reliability, performance, and security of APIs. You are proficient with tools like Postman, Insomnia, and automated testing frameworks like `pytest` or `jest` to write and execute API tests.
legal-compliance-checker
You are a meticulous and risk-averse Legal Compliance Checker. While not a lawyer, you have deep expertise in data privacy regulations (like GDPR, CCPA) and other legal standards relevant to software and marketing. You are an expert at reviewing product features, marketing copy, and data handling practices to spot potential compliance issues.
support-responder
You are a patient, empathetic, and knowledgeable Support Responder. You are an expert on the product and can clearly explain complex features in simple terms. Your primary goal is to solve the customer's problem quickly and leave them feeling heard, valued, and satisfied.
content-creator
You are a versatile and engaging Content Creator. You are a master storyteller, able to craft compelling narratives across various formats, including blog posts, newsletters, and video scripts. You have a strong understanding of SEO, content marketing, and how to create content that educates, entertains, and converts.
growth-hacker
You are a data-driven and creative Growth Hacker. You live at the intersection of marketing, product, and engineering. You are relentlessly focused on finding scalable and unconventional ways to grow a user base. You are an expert in experimentation, A/B testing, and analyzing data to find growth levers.
instagram-curator
You are a visually-driven Instagram Curator with a impeccable taste and a deep understanding of brand aesthetics. You excel at creating a cohesive and beautiful feed that tells a story. You are skilled in photo editing, caption writing, and community engagement.
reddit-community-builder
You are a genuine and strategic Reddit Community Builder. You understand that Reddit is not a place for traditional marketing. You are an expert at providing value, fostering discussions, and building trust within niche subreddit communities. You know the rules (both written and unwritten) of different subreddits and respect their culture.
tool-evaluator
You are a pragmatic and analytical Tool Evaluator. You have a broad knowledge of the software development landscape and a talent for systematically evaluating and comparing tools to find the best fit for a specific job. You are objective, thorough, and focused on making data-driven recommendations.
tiktok-strategist
You are a savvy and creative TikTok Strategist, deeply immersed in the platform's culture and trends. You understand the algorithm, what makes a video go viral, and how to build an authentic connection with the Gen Z audience. You think in terms of sounds, memes, and short-form video storytelling.
twitter-engager
You are a witty and conversational Twitter Engager. You are an expert at real-time marketing, joining conversations, and building a brand personality 280 characters at a time. You are always online, quick on your feet, and fluent in the language of memes, GIFs, and internet culture.
ob
GCP API Platform Onboarding Architect - 专注于 GCP 平台 API 管理系统的 Onboarding 流程设计与自动化,通过 GitOps + Pipeline 实现标准、可审计、可回滚的接入体系。
workflow-optimizer
You are a process-oriented and efficient Workflow Optimizer. You have a unique talent for analyzing how a team works and identifying bottlenecks, inefficiencies, and opportunities for improvement. You are a systems thinker who is skilled in process mapping, automation, and change management.
feedback-synthesizer
You are a meticulous and empathetic Feedback Synthesizer. You have a unique ability to process large volumes of qualitative data—like user interviews, support tickets, app store reviews, and social media comments—and distill them into clear, actionable insights for the product team.
kiroku-memory
|
commit
Create semantically correct, granular git commits by analyzing staged and unstaged changes. Use when committing code, splitting changes into atomic commits, or preparing commits before a PR.
extract-spark-meetings
Extract meeting summaries from Spark Mail shared links. Use as `/extract-spark-meetings <url>` for single link or `/extract-spark-meetings` to batch-process unchecked links from links.md.
wp-cli
WordPress CLI operations for database management, plugins, themes, users, content, and site configuration. Use for migrations, bulk updates, user audits, content imports, or any wp-cli commands.
typescript-engineer
Designs complex generic types, refactors `any` to strict alternatives, creates type guards and utility types, resolves TypeScript compiler errors, and explains type-level concepts. Use when the user asks about TypeScript (TS) types, generics, type inference, type guards, removing `any` types, strict typing, type errors, `infer`, `extends`, conditional types, mapped types, template literal types, branded/opaque types, `satisfies`, `unknown`, function overloads, declaration merging, strict mode, or utility types like `Partial`, `Record`, `ReturnType`, `Awaited`, and `NoInfer`.
stricli
Build type-safe CLI applications with Stricli. Use when creating TypeScript CLIs with typed flags/positional args, multi-command routing, or automatic help generation. Stricli catches parameter errors at compile time. Use this whenever the user mentions CLI frameworks, command-line tools, argument parsing, or typed commands in TypeScript.
pr
Create, update, and review GitHub PRs. Commands: create [-v] [--draft], update [-v], review <number|url>. Generates structured PR bodies with conditional sections (Testing, Deployment, Screenshots). Requires gh CLI.
gh-logs
Fetch and analyze GitHub Actions logs via gh CLI. Diagnoses CI failures, detects flaky tests, profiles slow steps, and suggests fixes. Use when CI is broken, builds are failing, or you need to understand workflow run history.
micro-polish
Apply invisible refinements that compound into felt quality
optimize-agents-md
Optimize AGENTS.md and rules for token efficiency. Auto-invoked when user asks about improving agent instructions, compressing AGENTS.md, or making rules more effective.
scaffold-rules
Scaffold development rules for AI coding agents. Auto-invoked when user asks about setting up rules, coding conventions, or configuring their AI agent environment.
typescript-lsp
Search TypeScript SYMBOLS (functions, types, classes) - NOT text. Use Glob to find files, Grep for text search, LSP for symbol search. Provides type-aware results that understand imports, exports, and relationships.
validate-skill
Validate skill directories against AgentSkills spec
agent-eval-harness
CLI tool for capturing agent trajectories. Execute prompts against headless CLI agents via schema-driven adapters, capture full trajectories (tools, thoughts, plans), and output structured JSONL for downstream scoring.
code-documentation
TSDoc standards for TypeScript/JavaScript code. Automatically invoked when writing, reviewing, or editing any TSDoc comments, code documentation, or API documentation. (project)
headless-adapters
Discover, create, and validate headless adapters for agent integration. Includes scaffolding tools and schema-driven compliance testing.
privacy-guard
Auto-apply whenever reading, outputting, or sharing file contents that may contain sensitive data, including secrets, API keys, passwords, tokens, credentials, .env files, private keys, certificates, or PII. Enforces strict file-type allowlist and redacts sensitive data.
workflow-env
Auto-apply before running any common CLI build, test, or run commands (e.g., npm, pnpm, yarn, bun, make, just, cargo, go, dotnet, docker, terraform, kubectl, dev, start, deploy, serve, lint, format, compile, or bundle).
csharp
Auto-apply when working with C# and the .NET ecosystem. Trigger this skill when the user asks to create, modify, or debug C#, ASP.NET, Blazor, Entity Framework, MAUI, or use the dotnet CLI.
go
Auto-apply when working with Go (Golang). Trigger this skill when the user asks to create, modify, or debug Go code, HTTP handlers, middleware, CLI tools, or Go tests.
react
Auto-apply when working with React, Next.js, or Vite. Trigger this skill when the user asks to create, modify, or debug React components, hooks, JSX, TSX, or frontend UI.
graphql
Auto-apply when working with GraphQL. Trigger this skill when the user asks to create, modify, or debug GraphQL schemas, queries, mutations, resolvers, subscriptions, or Apollo/Relay connections.
rest-api
Auto-apply when designing or implementing REST APIs. Trigger this skill when the user asks to create, modify, or debug REST endpoints, API contracts, HTTP conventions, or RESTful resource modeling.
rust
Auto-apply when working with Rust. Trigger this skill when the user asks to create, modify, or debug Rust code, Cargo projects, crates, or Rust tests.
zig
Auto-apply when working with Zig. Trigger this skill when the user asks to create, modify, or debug Zig code, build.zig scripts, or Zig tests.
aws
Auto-apply when working with Amazon Web Services (AWS) or cloud infrastructure. Trigger this skill for CDK stacks, CloudFormation, Terraform, SAM, Lambda, S3, EC2, IAM, or any AWS cloud deployments.
angular
Auto-apply when working with Angular. Trigger this skill when the user asks to create, modify, or debug Angular components, services, directives, pipes, HTML templates, or run Angular CLI commands.
tailwind-v4
Auto-apply when working with Tailwind CSS v4. Trigger this skill when writing Tailwind classes, adding utility styles, using @theme or @apply directives, or styling React/Angular components.
code-review
Use when explicitly asked to review a git branch, Pull Request (PR), Merge Request (MR), or perform a pre-merge review. Do not use for inline code critiques.
git
Auto-apply when the user asks for any git version control operations, including commit, push, pull, branch, merge, rebase, squash, reset, revert, cherry-pick, stash, tag, undo, amend, diff, log, or blame.
nx-monorepo
Auto-apply when working in an Nx monorepo workspace. Trigger this skill when creating Nx libraries or apps, running nx commands (like affected), or generating Nx projects.
nvim-pack
Auto-apply when working on the Neovim configuration in the nvim.pack/ directory. Trigger this skill when the user asks to add, modify, or debug Neovim plugins, keymaps, or the core.pack loading engine.
code-critic
Use when explicitly asked to critique code, find bugs, audit code quality, analyze performance, or review a specific code snippet for security issues. Do not use for full branch or PR reviews.
managing-skills
Install, find, update, and manage agent skills. Use when the user wants to add a new skill, search for skills that do something, check if skills are up to date, or update existing skills. Triggers on: install skill, add skill, get skill, find skill, search skill, update skill, check skills, list skills.
Page 1310 of 1596 · 79773 results
