Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
flutter-performance-docs
[Flutter] Flutter performance best practices and optimization guide. Build cost, rendering, lists, animations, and anti-patterns. (project)
majiayu000/claude-skill-registry 163
-
technical-specification
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
majiayu000/claude-skill-registry 163
-
humanize
Remove signs of AI-generated writing from text (formerly human-writing). Use when editing or reviewing
text to make it sound more natural and human-written. Based on Wikipedia's
comprehensive "Signs of AI writing" guide. Detects and fixes patterns including:
inflated symbolism, promotional language, superficial -ing analyses, vague
attributions, em dash overuse, rule of three, AI vocabulary words, negative
parallelisms, and excessive conjunctive phrases.
majiayu000/claude-skill-registry 163
-
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
majiayu000/claude-skill-registry 163
-
memory-monitoring-strategies
Node.jsアプリケーションのメモリ監視とリーク検出パターン。PM2、V8ヒープ分析、メモリプロファイリングを活用した効率的メモリ管理を提供。
Anchors:
• Observability Engineering / 適用: メモリメトリクスとアラート / 目的: 本番監視
• Systems Performance / 適用: ヒープ分析とプロファイリング / 目的: メモリ最適化
• Node.js Documentation / 適用: process.memoryUsage、V8ヒープ統計 / 目的: API活用
Trigger:
Use when setting up memory monitoring, investigating memory leaks, configuring PM2 memory limits,
analyzing heap dumps, or designing production memory alerting strategies.
majiayu000/claude-skill-registry 163
-
observability-stack-setup
Automated LGTM + Alloy observability stack deployment using Docker Compose. Use when setting up Claude Code observability infrastructure locally.
majiayu000/claude-skill-registry 163
-
metabolicpathwayheterogeneity
Analyzes metabolic pathway heterogeneity within cell populations by calculating normalized enrichment scores (NES) for each pathway across different groups. Quantifies metabolic diversity and identifies pathways with variable activity patterns. Uses principal component analysis and GSEA to assess pathway heterogeneity, revealing subpopulation-specific metabolic states and transitions.
majiayu000/claude-skill-registry 163
-
fal-image-to-image-josiahsiegel-claude-plugin-market-2
majiayu000/claude-skill-registry 163
-
yup
Validates data with Yup schema builder using chainable methods, custom rules, and TypeScript inference. Use when validating forms with React Hook Form or Formik, or when needing flexible schema validation.
majiayu000/claude-skill-registry 163
-
narwhals
Effectively use Narwhals to write dataframe-agnostic code that works seamlessly across multiple Python dataframe libraries. Write correct type annotations for code using Narwhals.
majiayu000/claude-skill-registry 163
-
V3 Memory Unification
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).
majiayu000/claude-skill-registry 163
-
viral-video-platform-specs-josiahsiegel-claude-plugin-market-2
majiayu000/claude-skill-registry 163
-
de3-decompose-problem
Apply DE3 decomposition to partition a problem into modular subproblems.
majiayu000/claude-skill-registry 163
-
claude-security-review
Security-focused review for Hyperlane protocol code. Use for Solidity contracts, Rust agents, and infrastructure changes.
majiayu000/claude-skill-registry 163
-
concise-planning
Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.
majiayu000/claude-skill-registry 163
-
save-session
Save session state to Pieces LTM. Use when context is running low, before /compact, when ending a session, or handing off to a fresh Claude instance.
majiayu000/claude-skill-registry 163
-
obra-test-driven-development
Use when implementing new behavior or fixing bugs via tests-first (TDD) in VS Code Copilot Agent mode.
majiayu000/claude-skill-registry 163
-
arboreto
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.
majiayu000/claude-skill-registry 163
-
meeting-notes-formatter
Convert raw meeting notes to structured markdown or PDF with automatic section detection, action items extraction, and attendee parsing.
majiayu000/claude-skill-registry 163
-
po-requirements-michsindlinger-agent-os-extended
Product Owner requirements gathering and story creation for [PROJECT_NAME]
majiayu000/claude-skill-registry 163
-
metaplex
Complete Metaplex Protocol guide for Solana NFTs and digital assets. Covers Core (next-gen NFTs), Token Metadata, Bubblegum (compressed NFTs), Candy Machine, Genesis (token launches), MPL-Hybrid, Inscriptions, DAS API, and the Umi framework. The single source of truth for all Metaplex integrations.
majiayu000/claude-skill-registry 163
-
openapi-to-components
Convert Synnovator OpenAPI spec into fully integrated Next.js frontend components. Reads .synnovator/openapi.yaml and frontend/components/pages/*.tsx, then generates API client (lib/api-client.ts), TypeScript types (lib/types.ts), server-side data fetching functions (lib/api/*.ts), and updates existing page components to replace hardcoded mock data with real API calls using Next.js App Router Server Components. Use when: (1) Need to wire frontend components to backend API endpoints (2) Want to replace mock/hardcoded data in page components with real API fetching (3) Adding a new page component that needs API integration (4) Regenerating API types after OpenAPI spec changes
majiayu000/claude-skill-registry 163
-
error-handling-skill-majiayu000-claude-skill-regist
majiayu000/claude-skill-registry 163
-
config-schema-setup
Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection.
majiayu000/claude-skill-registry 163