Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
storybook-journeys
Create Storybook "user journey" storyboards for React apps (page/screen stories, MSW API mocking, interaction play functions, and optional Storybook test-runner setup). Use when the user wants Storybook demos of flows (not just atomic components), e.g., signup/login/checkout, with mocked APIs and scripted interactions.
jagreehal/jagreehal-claude-skills 1
-
system-architecture
Design systems for change. Trade-off analysis, ADR documentation, pattern selection. Architecture decisions must have documented rationale.
jagreehal/jagreehal-claude-skills 1
-
answer-questions-directly
Ensures questions are answered literally before taking action. Triggers on user input containing '?' or patterns like 'why did you...?', 'will that work?', 'have you considered...?'. Use when user asks about your decisions, challenges an approach, or requests assessment. Prevents interpreting questions as implicit instructions or criticism.
jagreehal/jagreehal-claude-skills 1
-
design-principles
Software design beyond syntax. Fail-fast over fallbacks, explicit over implicit, composition over inheritance. Integrates with fn(args, deps) and Result type patterns. Includes 8-dimension design analysis.
jagreehal/jagreehal-claude-skills 1
-
critical-peer
Professional skepticism with pattern enforcement. Verify before agreeing, challenge violations, propose instead of asking. Concise output, research before asking, answer questions literally.
jagreehal/jagreehal-claude-skills 1
-
observability
Make functions observable with trace() wrapper, structured logging (Pino), and OpenTelemetry. Observability is orthogonal to business logic.
jagreehal/jagreehal-claude-skills 1
-
confidence-levels
Force honest confidence assessment. Express confidence as percentage, explain gaps, validate assumptions before presenting conclusions.
jagreehal/jagreehal-claude-skills 1
-
ui-design-principles
Design system principles for distinctive, implementation-ready interfaces. Context before design, show don't tell, every state documented.
jagreehal/jagreehal-claude-skills 1
-
agent-browser
Browser automation for web testing, form filling, screenshots, and data extraction. Ref-based workflow with best practices for reliable automation.
jagreehal/jagreehal-claude-skills 1
-
solve-asana-issue
When you are asked to solve a issue with asana link given, consider this skill
iCHEF/holis-claude-tool
-
prompt-as-onboarding
Generate reasoning-based system prompts from product context. Takes product information as input, outputs a Constitution-aligned system prompt following the "onboarding document" structure.
iamladi/cautious-computing-machine--primitives-plugin
-
de-slop
This skill should be used to remove AI-generated artifacts and unnecessary code before committing. Integrates with desloppify CLI for quantitative scoring and directed fixes. Falls back to LLM-based pattern detection when desloppify is unavailable.
iamladi/cautious-computing-machine--primitives-plugin
-
agent-native-architecture
This skill should be used when building AI agents using prompt-native architecture where features are defined in prompts, not code. Use it when creating autonomous agents, designing MCP servers, implementing self-modifying systems, or adopting the "trust the agent's intelligence" philosophy.
iamladi/cautious-computing-machine--primitives-plugin
-
worktree
Create an isolated git worktree for feature development with automatic setup. Use when starting work on a new feature branch to get a clean, fully-configured workspace without polluting your main checkout.
iamladi/cautious-computing-machine--primitives-plugin
-
check-env-keys
Verify which environment variable keys are present in .env files or shell environment without exposing their values. Use when you need to check env configuration or compare keys between .env files.
iamladi/cautious-computing-machine--primitives-plugin
-
principal-hierarchy-audit
Audits system prompts and plugin configurations against Anthropic's Constitutional principal hierarchy to identify instructions that conflict with Claude's training, attempt to weaponize Claude against users, violate inalienable user protections, or exceed operator permission boundaries.
iamladi/cautious-computing-machine--primitives-plugin
-
ask-oracle
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
iamladi/cautious-computing-machine--primitives-plugin
-
avoid-feature-creep
Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.
iamladi/cautious-computing-machine--primitives-plugin
-
agent-ready-repo-setup
Set up repositories optimized for AI agent collaboration and autonomous coding.
Use when starting a new project, making repo "agent-ready" or "AI-friendly",
setting up CLAUDE.md/AGENTS.md, configuring structured logging, adding pre-commit
hooks, or organizing code for agent navigation.
iamladi/cautious-computing-machine--primitives-plugin
-
inkjs-design
Ink.js (React for CLI) design and implementation guide.
Use when:
(1) Creating or modifying Ink.js components
(2) Implementing Ink-specific hooks (useInput, useApp, useFocus)
(3) Handling emoji/icon width issues (string-width workarounds)
(4) Building terminal-responsive layouts
(5) Managing multi-screen navigation
(6) Implementing animations (spinners, progress bars)
(7) Optimizing performance (React.memo, useMemo)
(8) Handling keyboard input and shortcuts
(9) Testing CLI UI (ink-testing-library)
akiojin/skills 5
-
speckit-require
GitHub Spec Kit (https://github.com/github/spec-kit) を使って要件定義や仕様作成(仕様策定・仕様書作成・仕様設計を含む)を新規作成または既存仕様へ追記し、spec.md/plan.md/tasks.mdまで生成・更新する。要件定義、要件追加/変更、TDD前提の要件整理、仕様の明文化、Spec Kitのspecify/clarify/plan/tasksフロー実行が求められるときに使用。
akiojin/skills 5
-
speckit-update
GitHub Spec Kit (https://github.com/github/spec-kit) のベースバージョン更新やテンプレート/スクリプト同期を行うための手順。Spec Kitの更新、上流リリースとの差分適用、templates/commands/scriptsの取り込み、ローカル運用(日本語化・ブランチ非操作・SPEC-[UUID8桁])の維持が必要なときに使用する。
akiojin/skills 5
-
gh-fix-ci
Backward-compatible wrapper skill. The current workflow is `gh-fix-pr`.
akiojin/skills 5
-
gh-pr-check
Check GitHub PR status with the gh CLI, including unmerged PR detection and post-merge new-commit detection for the current branch.
akiojin/skills 5