원클릭으로
ynd-inspect
Guided walkthrough for using ynd inspect to bootstrap a project's AI skills and agents from its codebase signals.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guided walkthrough for using ynd inspect to bootstrap a project's AI skills and agents from its codebase signals.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ynd-inspect |
| description | Guided walkthrough for using ynd inspect to bootstrap a project's AI skills and agents from its codebase signals. |
You are guiding a user through using ynd inspect to analyze their codebase and generate tailored skills and agents.
Read these references to understand what inspect does and the artifact formats it generates:
references/inspect-workflow.md - How inspect works, output directories, vendor-specific pathsConfirm the user has:
ynd built and on PATH (or they know the path to the binary)claude, codex, or cursor)If they're missing the LLM CLI, explain that inspect needs one to analyze the codebase. Point them to installation docs.
Ask which project they want to inspect. They should cd into the project root. Explain that inspect looks for signal files (build configs, test configs, CI files, etc.) to understand the project.
Suggest starting with interactive mode to review the analysis:
ynd inspect
Walk them through each step:
Help them evaluate each proposal:
Encourage them to skip proposals that feel generic. The best skills automate workflows they already do manually.
Explain the output options:
.{vendor}/ (e.g., .claude/skills/, .claude/agents/). This is where the vendor CLI looks for them.-o .: write to project root (skills/, agents/). Use this if the project itself is a harness/plugin.-o /path: write to any custom directory.Once they're happy with the proposals, generate:
# Interactive — review each one
ynd inspect
# Or auto-generate all at once
ynd inspect -y
After generation, validate and lint the generated artifacts:
ynd lint .claude/skills/ .claude/agents/
Check that frontmatter is correct and the content is specific to their project.
Explain that inspect is meant to be run periodically as the project evolves. New dependencies, new test frameworks, or new CI pipelines will produce different suggestions. They can re-run and update existing artifacts.
Development workflow for the ynh codebase. Build, test, lint, and format in the right order.
Maintain ynh vendor adapters against current vendor plugin specs. Use when updating adapters, checking spec compliance, or adding new vendor support.
Workflow for compressing prompt and instruction files using LLM-powered techniques, with backup management and restore.
Interactive wizard to create a ynh harness from scratch. Walks through naming, vendor selection, artifact scaffolding, and installation.
Guide graduation from a personal harness to a team setup with delegation. Creates a team harness that delegates to personal harnesses.
Project scaffolding skill