Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ai_coding_project_base

ai_coding_project_base에는 benjaminshoemaker에서 수집한 skills 51개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
51
Stars
40
업데이트
2026-05-12
Forks
5
직업 범위
직업 카테고리 14개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

feature-plan
컴퓨터·정보 시스템 관리자

Generate EXECUTION_PLAN.md and scoped AGENTS.md files for a feature. Use after /feature-technical-spec to create the task breakdown.

2026-05-12
generate-plan
광고 및 판촉 관리자

Generate the greenfield execution plan plus root and scoped AGENTS.md files. Use after /technical-spec to create the phased task breakdown.

2026-05-12
discover-flow-verification
소프트웨어 품질 보증 분석가·테스터

Guide discovery and discussion to determine how an AI coding agent can autonomously run and verify a specific user flow end to end. Use when the user asks what would be needed to test a flow, prove an app works, create an E2E/self-test harness, make agent verification repeatable, or evaluate whether an existing test setup lets the agent verify behavior. This skill is for shaping the verification approach before implementation: read the repo's product docs and existing verification contracts, identify the real user flow and channel under test, uncover missing controllable state or external dependencies, ask focused questions, and produce a concrete agent-runnable verification plan only after the flow is understood.

2026-05-09
discover
프로젝트 관리 전문가

Exploratory conversation before /product-spec. Asks one question at a time, runs background research for open-source/off-the-shelf alternatives, and writes DISCOVERY_NOTES.md. Use when the user has an idea but hasn't scoped it yet.

2026-05-09
feature-spec
소프트웨어 개발자

Define feature requirements (problem, users, scope, acceptance criteria) through guided Q&A and write FEATURE_SPEC.md. Use when starting a new feature.

2026-05-09
feature-technical-spec
컴퓨터 시스템 분석가

Define technical approach (architecture, integration points, data model) for a feature through guided Q&A and write FEATURE_TECHNICAL_SPEC.md. Use after /feature-spec.

2026-05-09
fresh-start
소프트웨어 개발자

Orient to project structure and load context. Use at the start of each new session or after context reset to understand the project state.

2026-05-09
go
소프트웨어 개발자

Resume execution from wherever you left off. Detects current state and runs the appropriate next command, or reports what's blocking progress. Use at the start of any session to pick up where you left off.

2026-05-09
phase-checkpoint
소프트웨어 품질 보증 분석가·테스터

Run checkpoint criteria after completing a phase. Use after /phase-start completes all tasks to verify quality gates before proceeding.

2026-05-09
phase-prep
소프트웨어 개발자

Check prerequisites before starting a phase. Use before /phase-start to verify dependencies are met and context is loaded.

2026-05-09
phase-start
소프트웨어 개발자

Execute all tasks in a phase autonomously. Use after /phase-prep confirms prerequisites are met.

2026-05-09
product-spec
소프트웨어 개발자

Generate PRODUCT_SPEC.md through guided Q&A. Use as the first step when starting a new greenfield project.

2026-05-09
technical-spec
컴퓨터 시스템 분석가

Generate TECHNICAL_SPEC.md through guided Q&A. Use after /product-spec to define the technical architecture.

2026-05-09
search-chats
소프트웨어 개발자

Search past conversations with Claude Code and Codex CLI. Finds matching excerpts across all sessions with metadata (date, project, agent). Use when looking for a past discussion, decision, or piece of context from any previous session.

2026-04-27
suggest-skills
소프트웨어 개발자

Analyze past Claude Code and Codex sessions to suggest new skills, workflow improvements, or changes to existing skills. Identifies repetitive patterns and unmet automation opportunities.

2026-04-27
tone-check
편집자

Check a document for AI-generated writing markers and mismatches with the user's personal tone. Two-pass analysis — generic AI detection plus voice/style comparison against the user's own writing samples from past sessions.

2026-04-27
setup
소프트웨어 개발자

Initialize a new project with the AI Coding Toolkit. Use when setting up toolkit skills in a new or existing project.

2026-04-23
update-target-projects
소프트웨어 개발자

Discover and sync all toolkit-using projects with the latest skills. Use when skills are modified, after the post-commit hook reminds you, or to batch-sync multiple projects.

2026-04-23
codex-implement
소프트웨어 개발자

Delegate code implementation to Codex CLI. Claude decomposes, scopes context, and verifies; Codex implements. Accepts a spec file, text description, or gathers requirements interactively.

2026-04-10
add-todo
소프트웨어 개발자

Add a properly formatted TODO item to TODOS.md. Use when you need to capture a new task, bug, or feature request during development.

2026-04-09
analyze-sessions
소프트웨어 개발자

Extract automation patterns from session logs and rank by impact. Use periodically after multiple sessions to identify repetitive workflows that could become skills or hooks.

2026-04-09
auto-verify
소프트웨어 품질 보증 분석가·테스터

Attempt automated verification of criteria before falling back to manual. Parses criterion text for automation hints and executes appropriate tool (curl, browser, file check). Invoked by verify-task and phase-checkpoint for MANUAL and MANUAL:DEFER criteria.

2026-04-09
browser-verification
소프트웨어 품질 보증 분석가·테스터

Verify browser-based acceptance criteria using ExecuteAutomation Playwright MCP with multi-tool fallback chain. Invoked by verify-task and phase-checkpoint for BROWSER:* criteria.

2026-04-09
code-verification
소프트웨어 품질 보증 분석가·테스터

Multi-agent code verification workflow using a main agent and sub-agent loop. Use when verifying code against requirements, acceptance criteria, or quality standards. Triggers on requests to verify, validate, or check code against specifications, checklists, or instructions.

2026-04-09
codex-consult
경영 분석가

Get a second opinion from OpenAI Codex on documents, specs, or plans. Use for cross-AI consultation on any content, not just code diffs.

2026-04-09
codex-review
소프트웨어 품질 보증 분석가·테스터

Have OpenAI Codex review the current branch with documentation research. Use for second-opinion code reviews or when you want cross-AI verification.

2026-04-09
create-pr
소프트웨어 개발자

Create a GitHub PR with verification and Codex review. Runs verify.sh and code/doc review before PR creation.

2026-04-09
feature-audit
컴퓨터 시스템 분석가

Multi-source audit of a shipped feature against its original plans, product vision, UI/UX best practices, and live browser inspection. Produces consolidated findings with prioritized recommendations.

2026-04-09
innovate
소프트웨어 개발자

Identify high-impact innovative additions to the current app or plan. Use when planning next features, during strategic reviews, or when the user asks for creative ideas.

2026-04-09
merge-prs
소프트웨어 개발자기타 컴퓨터 관련 직업

Merge multiple PRs with conflict resolution and CI failure auto-patching. Analyzes optimal merge order, resolves conflicts, pulls CI logs on failure, and fixes issues. Use when multiple feature branches need merging into the base branch.

2026-04-09
oauth-login
정보 보안 분석가

Complete OAuth login flow and store tokens for verification. Use when browser verification requires authenticated sessions.

2026-04-09
progress
소프트웨어 개발자

Report completion status of the main and feature execution plans. Use to check how many tasks remain and which phases are done.

2026-04-09
security-scan
정보 보안 분석가

Run dependency audits, secrets detection, and static analysis to find CVEs, leaked credentials, and insecure code patterns. Use at phase checkpoints or before releases.

2026-04-09
spec-verification
소프트웨어 품질 보증 분석가·테스터

Verify generated specification documents for context preservation and quality issues. Automatically triggered after document generation. Checks that upstream requirements are preserved and identifies common specification problems.

2026-04-09
tech-debt-check
소프트웨어 품질 보증 분석가·테스터

Identify code duplication, cyclomatic complexity, large files, and maintainability anti-patterns. Use at phase checkpoints or on-demand to quantify technical debt.

2026-04-09
ui-ux
그래픽 디자이너

Comprehensive UI/UX analysis and design intelligence. Point at any product to get: code analysis, product/user context assessment, industry pattern research, and prioritized improvement recommendations. Combines craft principles, data-driven design intelligence, and creative excellence. Also guides design system setup for consistent AI-assisted UI work.

2026-04-09
vercel-preview
소프트웨어 개발자

Resolve Vercel preview deployment URL for the current git branch. Invoked by browser-verification when deployment.enabled is true, or directly to check deployment status. Use to check deployment status or when browser verification needs a URL.

2026-04-09
audit-skills
소프트웨어 품질 보증 분석가·테스터

Audits skills, commands, and prompt templates for best practice violations including length, checklists, verification steps, and progressive disclosure. Use after creating or modifying skills, during reviews, or to improve existing prompt files. Produces prioritized improvement suggestions.

2026-04-09
capture-session
프로젝트 관리 전문가

Extract decisions, action items, new context, and insights from the current session into LEARNINGS.md and auto-memory. Run before ending any substantive conversation.

2026-04-09
configure-verification
소프트웨어 품질 보증 분석가·테스터

Auto-detect test, lint, typecheck, and build commands from package.json, Makefile, and other project config. Use during project setup or when build tooling changes. Runs silently — no prompts.

2026-03-08
이 저장소에서 수집된 skills 51개 중 상위 40개를 표시합니다.