Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
explore
RLM-style recursive memory exploration - dynamically navigate the memory graph
majiayu000/claude-skill-registry 163
-
fal-api
Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)
majiayu000/claude-skill-registry 163
-
base
Universal coding patterns, constraints, TDD workflow, atomic todos
majiayu000/claude-skill-registry 163
-
rapid-prototyper
Specialized in ultra-fast proof-of-concept development and MVP creation using efficient tools and frameworks
majiayu000/claude-skill-registry 163
-
openspec-onboard
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
majiayu000/claude-skill-registry 163
-
code-review
Use when reviewing code changes before committing, after implementing features, or when asked to review. Triggers on staged changes, PR reviews, or explicit review requests.
majiayu000/claude-skill-registry 163
-
k-mechanic
Context for Mechanic - the WoW addon development hub. Covers the CLI, MCP server, dashboard, in-game modules, and MechanicLib. Load this for deep understanding of Mechanic tooling. Triggers: mechanic, mech, cli, mcp, dashboard, tools, development hub.
majiayu000/claude-skill-registry 163
-
ck:context-engineering
Check context usage limits, monitor time remaining, optimize token consumption, debug context failures. Use when asking about context percentage, rate limits, usage warnings, context optimization, agent architectures, memory systems.
majiayu000/claude-skill-registry 163
-
claude-skills
Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity, activation reliability, and quality gates.
majiayu000/claude-skill-registry 163
-
bun-test-gen
Generate Bun test files following x4-mono conventions and patterns
majiayu000/claude-skill-registry 163
-
openai-knowledge
Compatibility alias for OpenAI platform documentation guidance. Delegate to the canonical local `openai-docs` payload while preserving route compatibility.
majiayu000/claude-skill-registry 163
-
pasteclaw-agent
Use Pasteclaw.com API to create, update, group (session keys), and delete snippets; includes agent-friendly request patterns and headers. Like pastebin but for agents
majiayu000/claude-skill-registry 163
-
Grammar Design
Expert skill for formal grammar design including disambiguation, precedence, and validation
majiayu000/claude-skill-registry 163
-
arch-lens-c4-container
Create C4 Container architecture diagram showing static structure, building blocks, and technology choices. Anatomical lens answering "How is it built?"
majiayu000/claude-skill-registry 163
-
agent-tester
Agent skill for tester - invoke with $agent-tester
majiayu000/claude-skill-registry 163
-
atlan-app-scaffold-standard
Scaffold new Atlan apps from CLI templates as the default behavior when users ask for a new app, then align files to sample-app standards.
majiayu000/claude-skill-registry 163
-
sops-encryption
Encrypt files and configs with Mozilla SOPS. Integrate with AWS KMS, GCP KMS, or PGP for key management. Use when encrypting configuration files, Kubernetes secrets, or implementing GitOps with encrypted secrets.
majiayu000/claude-skill-registry 163
-
fix-line-endings-check-bash
Fix line endings AND check bash syntax in one step (recommended). Use after creating or editing bash scripts.
majiayu000/claude-skill-registry 163
-
setup-timescaledb-hypertables
Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table.
**Trigger when user asks to:**
- Create or design SQL schemas/tables AND Timescale/TimescaleDB/TigerData/Tiger Cloud is available
- Set up hypertables, compression, retention policies, or continuous aggregates
- Configure partition columns, segment_by, order_by, or chunk intervals
- Optimize time-series database performance or storage
- Create tables for sensors, metrics, telemetry, events, or transaction logs
**Keywords:** CREATE TABLE, hypertable, Timescale, TimescaleDB, time-series, IoT, metrics, sensor data, compression policy, continuous aggregates, columnstore, retention policy, chunk interval, segment_by, order_by
Step-by-step instructions for hypertable creation, column selection, compression policies, retention, continuous aggregates, and indexes.
majiayu000/claude-skill-registry 163
-
audit-logging
Implement comprehensive audit logging for all admin actions, capturing user ID, action type, entity changes, IP address, and user agent. Use when tracking system activities or adding audit trails.
majiayu000/claude-skill-registry 163
-
create-auth-skill
Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.
majiayu000/claude-skill-registry 163
-
sister-script
Document-first automation — the doc is the source of truth
majiayu000/claude-skill-registry 163
-
Skill Builder
Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
majiayu000/claude-skill-registry 163
-
terragrunt
Homelab infrastructure management with Terragrunt, OpenTofu, and Terraform patterns.
Use when: (1) Planning or applying infrastructure changes to dev/integration/live clusters,
(2) Adding/modifying machines in inventory.hcl, (3) Creating or updating units and stacks,
(4) Working with feature flags, (5) Running validation (fmt, validate, test, plan),
(6) Understanding the units→stacks→modules architecture, (7) Working with HCL configuration files,
(8) Bare-metal Kubernetes provisioning or Talos configuration.
Triggers: "terragrunt", "terraform", "opentofu", "tofu", "infrastructure code", "IaC",
"inventory.hcl", "networking.hcl", "HCL files", "add machine", "add node", "cluster provisioning",
"bare metal", "talos config", "task tg:", "infrastructure plan", "infrastructure apply",
"stacks", "units", "modules architecture"
Always use task commands (task tg:*) instead of running terragrunt directly.
majiayu000/claude-skill-registry 163