adr-review
vmain
io.github.ruvnet/ruflo/adr-review
Review code changes against accepted ADRs for compliance violations
共 3,312 个资源
vmain
io.github.ruvnet/ruflo/adr-review
Review code changes against accepted ADRs for compliance violations
vmain
io.github.ruvnet/ruflo/git-workflow
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
vmain
io.github.ruvnet/ruflo/api-docs
Generate API documentation from source code with JSDoc and OpenAPI support
vmain
io.github.trpc-group/trpc-agent-go/mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, CLI/type generation, and MCP-backed skills that need a durable command path.
vdevelop
io.github.SparkDevNetwork/Rock/sql
Generate safe, correct SQL scripts for the Rock RMS database. Handles INSERT, UPDATE, DELETE, SELECT queries, data migrations, and seed scripts that respect Rock's schema conventions (PersonAlias, audit columns, FK constraints, DefinedType/DefinedValue lookups, Guid-based references). Use when the user says "create a sql script", "write sql", "insert data", "seed data", "data migration", "update records", "sql for Rock", "populate data", "add test data", "query Rock database", or any request involving direct SQL against the Rock RMS database. Also use when the user describes data they want to add, modify, or query in Rock — even if they don't explicitly say "SQL" — such as "add 100 attendance records", "create a new campus", "give Ted Decker some financial transactions", or "set up check-in data". If the task involves Rock database records and SQL is the right tool, use this skill.
vmain
io.github.promptfoo/promptfoo/review-standards
Use this skill when asked to review authentication code for security issues.
vmain
io.github.promptfoo/promptfoo/review-standards
Use this skill when asked to review authentication code for security issues.
vmain
io.github.Norman-bury/research-writing-skill/writing-chapters
Use when writing paper chapters - requires completed brainstorming, writes one chapter at a time with user confirmation
vmain
io.github.loulanyue/awesome-claude-notes/docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.
vmain
io.github.loulanyue/awesome-claude-notes/nextjs-turbopack
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
vmain
io.github.loulanyue/awesome-claude-notes/docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.
vmain
io.github.loulanyue/awesome-claude-notes/nextjs-turbopack
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
vmain
io.github.loulanyue/awesome-claude-notes/docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.
vmain
io.github.loulanyue/awesome-claude-notes/nextjs-turbopack
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
vmain
io.github.xrplevm/node/security-audit
Run a full security audit across all focus areas in parallel, reporting findings to peersyst/security
vmain
io.github.xrplevm/node/security-issue
Create a security finding in the private peersyst/security repo with proper labels and format. Use when reporting a security vulnerability, concern, or observation found during audits or ad-hoc review.
vmain
io.github.secondsky/claude-skills/nextjs
Next.js 16 with App Router, Server Components, Server Actions, Cache Components. Use for React 19.2 apps, SSR, or encountering async params, proxy.ts migration, use cache errors.
vmain
io.github.langfuse/langfuse/vercel-react-best-practices
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.
vmain
io.github.2SSK/dot-files/dockerfile-best-practices
Docker and container best practices. Multi-stage builds, security, optimization. Use when creating Dockerfiles.
vmain
io.github.Jeffallan/claude-skills/sql-pro
Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Use when a user asks why their query is slow, needs help writing complex joins or aggregations, mentions database performance issues, or wants to design or migrate a schema. Invoke for complex queries, window functions, CTEs, indexing strategies, query plan analysis, covering index creation, recursive queries, EXPLAIN/ANALYZE interpretation, before/after query benchmarking, or migrating queries between database dialects (PostgreSQL, MySQL, SQL Server, Oracle).
vmain
io.github.Jeffallan/claude-skills/kubernetes-specialist
Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization, GitOps pipelines, and multi-cluster management.
vmain
io.github.Jeffallan/claude-skills/mcp-developer
Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools and data sources. Invoke to implement tool handlers, configure resource providers, set up stdio/HTTP/SSE transport layers, validate schemas with Zod or Pydantic, debug protocol compliance issues, or scaffold complete MCP server/client projects using TypeScript or Python SDKs.
vmain
io.github.Jeffallan/claude-skills/database-optimizer
Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.
vmain
io.github.Jeffallan/claude-skills/security-reviewer
Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews, dependency audits, secrets scanning, or compliance checks. Produces vulnerability reports, prioritized recommendations, and compliance checklists.