Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ai-starter-kit

ai-starter-kit には Andersonlimahw から収集した 42 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
42
Stars
1
更新
2026-05-30
Forks
0
職業カバレッジ
8 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

agent-loop-trace
ソフトウェア開発者

Visualize an agent's perceive→think→act loop. Inspects tool calls, latency per step, decision branches, retry patterns. Surfaces bottlenecks. Triggers on "trace agent", "why is agent slow", "agent loop analysis", "what did the agent do".

2026-05-30
context-budget
ソフトウェア開発者

Compute context window budget for a prompt/agent — sums system prompt, tool descriptions, examples, conversation history; flags overruns; suggests cuts. Triggers on "context budget", "how much context", "will this fit", "budget my prompt".

2026-05-30
data-is-code
ソフトウェア開発者

Treat dataset / eval JSONL as code — lint, validate schema, detect duplicates, leakage between train/eval, label imbalance, PII. Karpathy "Software 2.0" lens. Triggers on "audit dataset", "lint jsonl", "check for leakage", "validate eval data".

2026-05-30
eval-first
ソフトウェア開発者

Enforce "evals over vibes" — before any prompt, agent, or model change, require an eval set with success criteria and baseline measurement. Blocks vibe-only changes. Triggers on "tune prompt", "improve agent", "change model" without prior eval set.

2026-05-30
eval-set-builder
ソフトウェア開発者

Build a 10-30 case eval dataset from a PRD, skill, or prompt — covering golden path, edge cases, and adversarial inputs. Output as JSONL with input/expected/category. Triggers on "build eval set", "create evals", "generate test cases for prompt".

2026-05-30
first-principles
テクニカルライター

Break down any ML/AI concept to first principles — strip jargon, derive from basics, build physical/mathematical analogy. Karpathy intuition-building style. Triggers on "first principles", "explain like I'm 5", "derive from scratch", "why does X actually work".

2026-05-30
llm-from-scratch
ソフトウェア開発者

Generate minimal, runnable from-scratch implementation of LLM concepts (attention, BPE tokenizer, backprop, RoPE, KV-cache, MoE, LoRA, RLHF). Karpathy-style pedagogy — code first, theory in comments. Triggers on "explain X from scratch", "minimal X implementation", "show me how X works in code", "build X from zero".

2026-05-30
llm-wiki-extend
プロジェクト管理専門家

Add a new entry to the existing llm-wiki — following the project's template (concept → intuition → math → code → references). Maintains consistency across entries. Triggers on "add to llm-wiki", "new wiki entry", "document concept X".

2026-05-30
makemore-style
研修・人材開発スペシャリスト

Generate a progressive learning notebook for any domain — starts at bigram baseline, escalates to MLP, RNN, transformer. Each stage adds one concept. Karpathy makemore pedagogy. Triggers on "build progressive notebook", "makemore-style tutorial", "teach me X step by step".

2026-05-30
micrograd-trace
ソフトウェア開発者

Draw the autograd computation graph for any Python function. Outputs ASCII graph or graphviz DOT. Use to visualize backprop, debug gradient flow, teach chain rule. Triggers on "trace gradient", "show autograd graph", "visualize backprop", "compute graph for".

2026-05-30
nanogpt-explainer
ソフトウェア開発者

Re-explain any ML/AI Python file line-by-line in Karpathy lecture style. Walks reader through the code with intuition, shape annotations, and why-decisions. Triggers on "explain this file like Karpathy", "walk me through this code", "lecture-style explain", "explain line by line".

2026-05-30
paper-tldr
マネジメントアナリスト

Karpathy-style TL;DR of an ML paper — intuition first, math second, with a runnable code sketch and "why this matters". Triggers on "tldr paper", "explain this paper", "summarize arxiv", "paper summary".

2026-05-30
prompt-compress
プロジェクト管理専門家

Compress a system prompt or skill body while preserving semantic content. More aggressive than caveman:compress — targets system prompts and tool descriptions, validates with eval set. Triggers on "compress this prompt", "shrink system prompt", "reduce prompt tokens".

2026-05-30
prompt-version
ソフトウェア品質保証アナリスト・テスター

Version prompts/skills like code — append entry to CHANGELOG, run eval, attach eval delta to version. Forces "every prompt change = versioned + measured". Triggers on "version this prompt", "release prompt v2", "log prompt change".

2026-05-30
regression-eval
ソフトウェア品質保証アナリスト・テスター

Run current eval suite vs stored baseline. Reports per-case delta, aggregate score, and flags regressions. Triggers on "run regression eval", "did this regress", "compare to baseline".

2026-05-30
reward-hacking-audit
ソフトウェア開発者

Audit an eval, reward function, or agent for reward hacking / Goodhart's law / spec gaming. Karpathy "outcome supervision" lens. Triggers on "reward hacking", "goodhart check", "is this metric gameable", "spec gaming".

2026-05-30
scaling-laws-check
ソフトウェア開発者

Estimate cost / compute / data tradeoff before fine-tuning or scaling. Applies Chinchilla scaling, FLOP budgets, and rough cloud cost. Triggers on "should I fine-tune", "estimate training cost", "scaling laws", "chinchilla optimal".

2026-05-30
tokenizer-inspect
プロジェクト管理専門家

Inspect how text gets tokenized by BPE — count tokens, highlight edge cases (unicode, whitespace, digits, code), suggest compaction. Karpathy "Let's build the GPT Tokenizer" lens. Triggers on "count tokens", "tokenize this", "tokenizer audit", "how many tokens".

2026-05-30
vibe-detector
ソフトウェア開発者

Scan a repo or diff for "vibe-coded" sections — code that lacks tests, evals, logging, error handling, or has hardcoded prompts/magic numbers. Karpathy warning lens. Triggers on "vibe check", "audit for vibes", "is this vibe-coded".

2026-05-30
weights-diff
ソフトウェア開発者

Semantic diff between two model checkpoints, configs, or training runs. Reports param count delta, layer changes, hyperparam delta, eval score delta. Triggers on "diff checkpoints", "compare models", "what changed in this checkpoint".

2026-05-30
zero-to-hero-path
研修・人材開発スペシャリスト

Generate a Karpathy Zero-to-Hero style learning path for any AI/ML topic. Outputs ordered: prerequisites, videos, papers, hands-on exercises, evaluation milestones. Triggers on "learning path for", "how do I learn X", "study plan", "roadmap for".

2026-05-30
senior-prompt-engineer
プロジェクト管理専門家

Pipeline stage-0 prompt refiner. Runs FIRST — before skills-selector and smart-dispatch — turning a raw idea, pasted draft, or the current chat into a definitive, production-grade prompt (Anthropic prompt-engineering best practices), then hands the refined prompt + an Execution Map (agents, skills, models, effort, time & token estimate) to the routers so they pick the best skills/models with sharpened context. When no file path is given, the input IS the chat/pasted text and the output is returned inline (processed naturally), not forced to a file. Use when the user invokes /senior-prompt-engineer, says "refina meu prompt", "melhora esse prompt", "transforma essa ideia em prompt", "reescreve idea.md em prompt.md", "prompt definitivo", "prompt profissional", or pastes a draft prompt/idea to be hardened. Cross-CLI: Claude, Codex, Gemini, OpenCode, Antigravity (agy), lemon-code (lemon).

2026-05-30
skills-selector
ソフトウェア開発者

Meta-skill gatekeeper that runs FIRST on every task to decide which other skill(s) — if any — should activate. Analyzes the user request, matches it against a ranked catalog (frontend-design, ui-ux-pro-max, superpowers/planning, git-*, mcp-builder, smart-dispatch, claude-api, etc.), and emits a tight SELECTION plan so other skills are loaded on-demand only. Minimizes token/context consumption by refusing to activate heavy skills unless clearly justified. Triggers on ANY user instruction that could plausibly benefit from a specialized skill — i.e. essentially every turn that starts new work. Keywords: "plan", "design", "ui", "ux", "implement", "build", "create", "fix", "refactor", "commit", "pr", "review", "test", "debug", "deploy", "mobile", "video", "mcp", "skill", "architecture", "api", "ci", "docs", "copy", "social", "setup", "doctor".

2026-05-30
smart-dispatch
ソフトウェア開発者

Automatically routes tasks to the optimal AI agent, model, or provider based on complexity, cost, and capability. Use when implementing features, fixing bugs, or any multi-step development work. Triggers on "implement", "build", "create", "fix", "add feature", "develop", or when the user asks to do any coding task.

2026-05-30
skills-selector
プロジェクト管理専門家

Multi-skill workflow composer. Activates ONLY for tasks that require combining multiple skills in sequence or resolving skill conflicts. Single-skill tasks: return [] — individual skills self-trigger via their own descriptions.

2026-05-14
diagnose
ソフトウェア開発者

Debugging phase. Guided loop for hard bugs: reproduce, minimize, hypothesize, instrument, fix. Trigger: "/diagnose", "diagnose this bug", "debug this".

2026-05-09
grill-me
コンピュータシステムアナリスト

Alignment phase. Use before writing any code to ensure every design decision is resolved through an intensive interview process. Trigger: "/grill-me", "grill me", "interview me about this plan".

2026-05-09
improve-architecture
ソフトウェア開発者

Refactoring phase. Identifies opportunities to make the codebase more modular and AI-friendly. Trigger: "/improve-codebase-architecture", "improve architecture", "refactor for better structure".

2026-05-09
setup-matt-pocock-skills
ソフトウェア開発者

Initialization phase. Scaffolds the per-repo config for engineering skills. Trigger: "/setup-matt-pocock-skills", "setup engineering skills".

2026-05-09
tdd
ソフトウェア品質保証アナリスト・テスター

Quality phase. Enforces a strict Red-Green-Refactor loop. Trigger: "/tdd", "build this using TDD", "write tests first".

2026-05-09
to-issues
プロジェクト管理専門家

Execution planning phase. Breaks a PRD or complex plan into "vertical slices" (tasks). Trigger: "/to-issues", "create issues", "break this down into tasks".

2026-05-09
to-prd
プロジェクト管理専門家

Documentation phase. Synthesizes the current conversation into a formal Product Requirements Document (PRD). Trigger: "/to-prd", "create PRD", "write a PRD for this".

2026-05-09
triage
プロジェクト管理専門家

Maintenance phase. Organizes messy issues into actionable tasks using a state machine. Trigger: "/triage", "triage these issues", "organize the backlog".

2026-05-09
zoom-out
ソフトウェア開発者

Contextual awareness phase. Explains the system-wide impact of a change or architectural pattern. Trigger: "/zoom-out", "zoom out", "give me the big picture".

2026-05-09
jest-pro
ソフトウェア品質保証アナリスト・テスター

Jest Expert. Mock configuration, coverage, and asynchronous testing.

2026-05-09
smart-dispatch
ソフトウェア開発者

Automatically routes tasks to the optimal AI agent, model, or provider based on complexity, cost, and capability. Use when implementing features, fixing bugs, or any multi-step development work. Triggers on "implement", "build", "create", "fix", "add feature", "develop", or when the user asks to do any coding task.

2026-05-09
semantic-commit
ソフトウェア開発者

Commit semântico. Usar quando: "commit", "salvar", "cn".

2026-04-14
code-review
ソフトウェア品質保証アナリスト・テスター

Checklist genérico de revisão de código. Usar quando: "review", "revisar código", "verificar qualidade", "code review", "está bom esse código?".

2026-04-14
debug-workflow
ソフトウェア開発者

Metodologia científica de debugging. Usar quando: "debug", "bug", "erro", "não funciona", "investigar problema", "por que isso quebrou".

2026-04-14
llm-wiki
ソフトウェア開発者

Conceitos fundamentais de LLMs como contexto para decisões de arquitetura de agentes. Ativar quando discutir: prompts, tokens, contexto, temperatura, embeddings, RAG, fine-tuning, agentes, escolha de modelo, latência de inferência.

2026-04-14
このリポジトリの収集済み skills 42 件中、上位 40 件を表示しています。