Skip to main content
GitHub 저장소

agentic-starter-pack

agentic-starter-pack에는 Nairon-AI에서 수집한 skills 94개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
94
Stars
3
업데이트
2026-07-20
Forks
0
직업 범위
직업 카테고리 12개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

verify-goal
소프트웨어 개발자

Create a researched, durable, approval-gated goal contract whose verification tools, repository-vault authentication, exact proof steps, rollout safety, and evidence lifecycle are ready before execution. Use when the user asks to set, create, refine, save, or verify a goal; asks whether an agent has everything needed to prove completion; wants a proof-driven alternative to a raw `/goal`; or explicitly invokes `$verify-goal`.

2026-07-20
grill-me
프로젝트 관리 전문가

Relentlessly interview the user in dependency-aware batches to sharpen a plan, decision, design, idea, codebase change, or bug fix. Use when the user wants to get grilled, investigate a bug from a ticket or screenshots, pass unfinished grilling to a teammate, or pick it up from a PR. Begin each session by choosing native dialogs or one full text batch, then Sideshow or experimental Grill Visuals for live diagrams. In repositories, inspect current behavior, run a mandatory gap and blast-radius pass, and maintain durable decision docs as answers settle.

2026-07-20
thermo-nuclear-code-quality-review
소프트웨어 품질 보증 분석가·테스터

Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads the rubric from the `thermo-nuclear-code-quality-review` skill in the cursor-team-kit plugin.

2026-07-20
no-mistakes
소프트웨어 개발자

Validate your code changes through the no-mistakes pipeline - automated code review, tests, lint, docs, push, PR, and CI - before they reach upstream. Use when the user asks to run no-mistakes, gate or ship or validate their changes, push safely, asks you to do a task and then validate it, or invokes /no-mistakes.

2026-07-18
ask-matt
기타 컴퓨터 관련 직업

Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.

2026-07-18
improve-codebase-architecture
소프트웨어 개발자

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-18
setup-matt-pocock-skills
기타 컴퓨터 관련 직업

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

2026-07-18
triage
소프트웨어 개발자

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

2026-07-18
wayfinder
기타 컴퓨터 관련 직업

Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

2026-07-18
decision-mapping
기타 컴퓨터 관련 직업

Turn a loose idea into a sequenced map of investigation tickets, then drive them to resolution one at a time.

2026-07-18
loop-me
기타 컴퓨터 관련 직업

Grill me about specs for the workflows I want to build, within this workspace.

2026-07-18
premortem
프로젝트 관리 전문가

Run a premortem on any plan, launch, product, hire, strategy, novel feature idea, or decision. First grills vague novel ideas until they are concrete enough to fail-test, then assumes the plan failed 6 months from now and works backward to find every reason why. Produces a revised plan with blind spots exposed. MANDATORY TRIGGERS: 'premortem this', 'premortem my', 'run a premortem', 'what could kill this', 'future-proof this', 'stress test this plan', 'what am i missing here', 'find the blind spots'. STRONG TRIGGERS: 'what could go wrong', 'am i missing anything', 'poke holes in this', 'where will this break', 'devil's advocate this'. Do NOT trigger on simple feedback requests, factual questions, or LLM Council requests. DO trigger when someone has a plan or commitment where the cost of being wrong is high.

2026-07-18
automate-me
기타 컴퓨터 관련 직업

Draft or update a personal mode skill from repeated working preferences, corrections, and current-workspace evidence. Use when the user says "automate me," wants agents to work in their style, or asks to create, refresh, or update a personal mode skill.

2026-07-17
recall
기타 컴퓨터 관련 직업

Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports, prior fixes, incidents), then hand back a tight current-state brief. Use for 'recall my work on X', 'catch me up', 'what have I been working on', 'where did I leave off', before starting or resuming work.

2026-07-17
show-me-your-work
소프트웨어 개발자

Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why, evidence, result). Local by default; commit it when a reviewer needs the trail to trust the result. Use for /show-me-your-work, autonomous or multi-phase runs, or work a human reviews after stepping away.

2026-07-17
blast-radius
소프트웨어 개발자

Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you don't trust.

2026-07-17
interrogate
소프트웨어 품질 보증 분석가·테스터

Use for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find blind spots", or "tear this apart". Multiple LLM reviewers challenge changes from independent angles.

2026-07-17
maintain-verification-skill
소프트웨어 품질 보증 분석가·테스터

Keep a project's verification skill and feature map honest through parallel source review and a live pass over every feature. Use for /maintain-verification-skill, periodic verification upkeep, or requests to audit, refresh, or repair a repo's verify skill.

2026-07-17
principle-build-the-lever
소프트웨어 개발자

Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it or proves it (codemod, script, generator, or a skill your subagents follow) instead of working by hand. The tool is the artifact a reviewer can rerun.

2026-07-17
principle-model-the-domain
소프트웨어 개발자

Apply when writing stateful logic, or when code branches a lot or repeats a shape assumption across files. Encode the domain in a structure instead of scattered conditionals.

2026-07-17
principle-sequence-verifiable-units
소프트웨어 개발자

Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work into small units that each end in a verifiable state, check each before the next, and order delivery so the sequence proves itself to a reviewer.

2026-07-17
principle-type-system-discipline
소프트웨어 개발자

Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants, derive from authoritative schemas.

2026-07-17
typescript-best-practices
소프트웨어 개발자

TypeScript best practices. Use when reading or editing any .ts or .tsx file.

2026-07-17
why
소프트웨어 개발자

Investigate why code or product behavior exists by searching source history and available evidence systems, then return a confidence-calibrated, cited explanation. Use for design rationale, regressions, postmortems, historical tradeoffs, data-backed thresholds, or questions like 'why does X work this way?' Use how for runtime mechanics.

2026-07-17
architect
소프트웨어 개발자

Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.

2026-07-17
arena
소프트웨어 개발자

Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.

2026-07-17
figure-it-out
소프트웨어 개발자

Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis loop, and logs decisions via show-me-your-work. Use for /figure-it-out, 'figure it out', a large migration, or when no narrower playbook applies.

2026-07-17
speedup-proof
소프트웨어 개발자

Find software performance hotspots, propose focused safe optimizations, require explicit user approval before changing any project file, and prove or reject approved changes with repeatable before-and-after benchmarks. Use when Codex is asked to make code faster, optimize a function or hot path, reduce runtime work, investigate a performance regression, benchmark a command, validate a refactor, compare performance before and after a change, or produce an evidence-backed optimization report while preserving behavior.

2026-07-14
verifier-setup
소프트웨어 개발자

Set a repo up to prove engineering-task work actually works before it ships. Investigates the repo, ensures a one-command dev stack (`dev-local`) exists, asks whether verification runs locally or in a sandbox (crabbox), confirms/installs the driver (the `playwright-cli` skill for web by default). Outputs three artifacts: a committed `/verify` skill (per-task verification SOP — spawn a verifier sub-agent → drive the app → screenshot/video proof → open a PR with the proof embedded), the `/dev-local` skill + script, and the installed driver skill. Use when someone says "set up verification", "make this repo verifiable", "scaffold a verify skill", "set up the verifier".

2026-07-14
startup-user-simulator
웹·디지털 인터페이스 디자이너

Simulate how five plausible customer personas experience a startup, SaaS, app, or landing page, explain why each would convert, hesitate, or leave, and produce a polished standalone HTML report. Use when Codex needs to test a live URL, localhost app, screenshot, prototype, or landing-page copy for positioning, first-impression clarity, relevance, trust, objections, conversion friction, CTA effectiveness, mobile experience, prioritized improvements, or a shareable launch-readiness report.

2026-07-14
first-customer-finder
시장조사 분석가·마케팅 전문가

Find and qualify evidence-backed potential first customers, early adopters, design partners, or beta users for a startup using recent public pain and buying signals. Use when Codex needs to analyze a product URL or idea, define an ideal customer profile, research public discussions and business pages, identify first-user prospects, rank lead fit and timing, prepare source-based outreach drafts, or create a shareable early-customer prospecting report without sending messages automatically.

2026-07-14
blindspot-pass
프로젝트 관리 전문가

Discover unknowns before expensive work. Use before ambiguous or risky product, architecture, UX, operations, billing, onboarding, data, migration, launch, or go-to-market work; when the user asks for a blindspot pass, unknown unknowns, ambiguity review, assumption check, or better agent prompt; or when an agent needs to clarify assumptions before implementation.

2026-07-08
napkin-math
소프트웨어 개발자

Estimate software performance, capacity, latency, throughput, and cloud cost from first-principles rough numbers. Use when the user says something is too slow, asks whether a design will scale, gives stack numbers, or wants early tradeoffs before benchmarking.

2026-06-28
prototype
소프트웨어 개발자

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".

2026-06-19
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2026-06-19
agent-browser
소프트웨어 개발자

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "use my browser session", "reuse Chrome auth", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

2026-06-08
teach-implementation
소프트웨어 개발자

Teach a human how a feature or bug implementation works until they can explain it back. Use when the user asks to understand a coding session, feature change, bug fix, design decision, edge case, or implementation walkthrough.

2026-06-02
code-design
소프트웨어 개발자

Create a high-quality code design document through an iterative research/design/audit workflow

2026-05-31
hallmark
웹·디지털 인터페이스 디자이너

Anti-AI-slop design skill for greenfield pages, audits, redesigns, and design extraction from URLs or screenshots. Use when the user asks to build a new app or landing page, wants to redesign something, invokes Hallmark by name, or uses audit/redesign/study.

2026-05-24
feature-deep-dive
소프트웨어 개발자

Build a code-verified mental model of one feature or subsystem. Use before owning, debugging, changing, reviewing, or redesigning a complex area that needs a technical trace from entry point to data, jobs, providers, failures, and tests.

2026-05-24
이 저장소에서 수집된 skills 94개 중 상위 40개를 표시합니다.
agentic-starter-pack GitHub Agent Skills | SkillsMP