Showing 30 of 2,118

Sorted by quality
20

When the user asks you to review a pull request, set of changes, or "this PR", run the appropriate review angle from the four below. Pick based on the user's emphasis ("security", "perf", "tests", "arch"). If unspecified, ask which angle, or default to security.

Coding / 软件开发
Safe-ish
Scanned
gds-quick-dev
Claude Codeby chrishart0
20

Flexible development workflow - execute tech-specs OR direct instructions with optional planning. Use when the user says "lets implement this feature" or "execute these development tasks"

Coding / 软件开发
Safe-ish
Scanned
launchthatbot-convex-backend
Claude Codeby Demerzels-lab
20

Store secrets, memory, and daily logs in your Convex backend instead of local files.

Coding / 软件开发
Safe-ish
Scanned
frontend-regression
Claude Codeby Sgt-Friedrich
20

Run regression checks for Agent_City desktop workbench UI after fixes, covering window states and key workbench interactions.

Coding / 软件开发
Safe-ish
Scanned
Advertisement
develop-no-test
Claude Codeby sugiyama34
20

Like /develop, but skips test-writer invocation and post-impl verification (for repos without a test suite — see ADR-014 §12)

Coding / 软件开发
Safe-ish
Scanned
nano-pdf
Claude Codeby smallnest
20

Edit PDFs with natural-language instructions using the nano-pdf CLI.

Coding / 软件开发
Safe-ish
Scanned
opengork
Claude Codeby diagnostikon
20

Uncensored AI agent with dual backend support. Use Local Heretic mode (Ollama) for 100% uncensored responses, or xAI API for cloud-based inference with partial filtering. Modes: heretic (uncensored), savage (brutal honesty), based (raw opinions), genius (expert analysis), chaos (wild creativity).

Coding / 软件开发
Shell
Scanned

1. Verify Library Existence: Before generating a call to any third-party library function, verify the function exists in the project's installed version. Check package.json, requirements.txt, go.mod, Cargo.toml, or equivalent. If you cannot verify, mark the line // VERIFY: <library.<symbol against …

Coding / 软件开发
Safe-ish
Scanned
bat
Claude Codeby moabualruz
20

Use when viewing or printing source/config files to the terminal with syntax highlighting and line numbers - a cat replacement that colorizes code, configs, and diffs. Use bat instead of cat when humans need highlighted file display.

Coding / 软件开发
Safe-ish
Scanned
add-locale
Claude Codeby yhk1038
20

The webview UI is internationalized with react-i18next. Every language is a folder of JSON catalogs under webview/src/i18n/locales/<locale/, one file per namespace (page/area). English (en) is the source of truth and the fallback for any missing key.

Coding / 软件开发
Safe-ish
Scanned
forge-audit
Claude Codeby Dragoon0x
20

Check the current codebase against your .forge.json design system. Finds raw hex values that should be tokens, spacing off your scale, fonts not in your system, and missing token references.

Design / 设计
Safe-ish
Scanned
tdd
Claude Codeby yimwoo
20

Use before writing any implementation code — enforces RED-GREEN-REFACTOR cycle.

Coding / 软件开发
Safe-ish
Scanned
review-code
Claude Codeby josstei
20

Perform a Maestro-style code review with findings ordered by severity and concrete file references

Coding / 软件开发
Safe-ish
Scanned
code-write-php-mediawiki
Claude Codeby SemanticMediaWiki
20

Implement new PHP functionality in a MediaWiki extension. Use when asked to add a new feature, implement a method, or build new behaviour in PHP within a MediaWiki extension context.

Coding / 软件开发
Safe-ish
Scanned
tracekit
Claude Codeby 0xKoda
20

Use tracekit to capture, list, and analyze coding-agent session traces for token/cost inefficiencies.

Coding / 软件开发
Safe-ish
Scanned
dataeng-codebase-analyst
Claude Codeby juankmvanegas
20

Analyze existing Data Engineering codebase — data pipeline, reproducibility, artifacts, and operational flow

Coding / 软件开发
Safe-ish
Scanned
test-driven-development
Claude Codeby vsetchinfc
20

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

Coding / 软件开发
Safe-ish
Scanned
devops
Claude Codeby zangxin75
20

DevOps and IaC expert. Generates infrastructure ONE COMPONENT AT A TIME (VPC → Compute → Database → Monitoring) to prevent crashes. Terraform, K8s, Docker, CI/CD pipelines.

Coding / 软件开发
Safe-ish
Scanned
sst
Claude Codeby ComeOnOliver
20

SST (Serverless Stack) is a framework for building and deploying full-stack applications on AWS with high-level constructs for Lambda, API Gateway, DynamoDB, S3, and frontend frameworks. It features live local development connected to real AWS services, type-safe resource linking, and zero-config T…

Coding / 软件开发
Safe-ish
Scanned
json-to-pydantic
Claude Codeby Morsinaldo
20

Converts JSON data snippets into Python Pydantic data models.

Coding / 软件开发
Safe-ish
Scanned
lettactl
Claude Codeby nouamanecodes
20

Manage Letta AI agent fleets with kubectl-style CLI

Coding / 软件开发
Safe-ish
Scanned
django-web-application-template
Claude Codeby qyb156
20

Django Web Application Template for PDF toolkit. Important: after any processing, always run the maintenance step in scripts/ to keep the workspace consistent.

Coding / 软件开发
Safe-ish
Scanned
aitodo
Claude Codeby radareorg
20

Resolve tasks described in `AITODO` comments by implementing the required code changes and removing the comments.

Coding / 软件开发
Safe-ish
Scanned
zephyr-agent-skills
Claude Codeby beriberikix
20

Zephyr RTOS development — boards and devicetree, the build system (west, Kconfig, CMake, sysbuild), drivers and peripherals, BLE and networking, the kernel, storage, power, testing and debugging, security and OTA. Use this for ANY Zephyr RTOS or embedded-firmware task on a Zephyr project; it routes…

Coding / 软件开发
Safe-ish
Scanned
docker-container-standards
Claude Codeby n0kzy
20

Standard Docker container rules for packaging services securely and with optimized builds. Covers HEALTHCHECK, non-root user, multi-stage builds, layer caching, and .dockerignore.

Coding / 软件开发
Safe-ish
Scanned
blogwatcher
Claude Codeby Hyaxia
20

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

Coding / 软件开发
Safe-ish
Scanned

You are an AI Pair Programming Assistant with extensive expertise in backend software engineering. Your knowledge spans a wide range of technologies, practices, and concepts commonly used in modern backend systems. Your role is to provide comprehensive, insightful, and practical advice on various b…

Coding / 软件开发
Safe-ish
Scanned
myclaw-guardian
Claude Codeby LeoYeAI
20

Deploy and manage a Guardian watchdog for OpenClaw Gateway. Auto-monitor every 30s, self-repair via doctor --fix, git-based workspace rollback, daily snapshots, and optional Discord alerts. Built by MyClaw.ai (https://myclaw.ai) — the AI personal assistant platform running thousands of agents 24/7.

Coding / 软件开发
Safe-ish
Scanned