What is impl?
Spec.mdのTODOリストに基づき実装を進める。各タスク完了後にreview→check→commitを実行。 Source: myuon/ccskills.
Spec.mdのTODOリストに基づき実装を進める。各タスク完了後にreview→check→commitを実行。
Quickly install impl AI skill to your development environment via command line
Source: myuon/ccskills.
| DRY | コードを無駄にコピペしていないか | | 複雑性 | やりたいことに対して複雑すぎる手段ではないか | | 仕様準拠 | Spec.mdの要件を満たしているか | | Adhoc回避 | 場当たり的な対応になっていないか | | セキュリティ | OWASP Top 10等のアンチパターンを踏んでいないか |
| package.json | scripts内のlint, typecheck, build, test | | Makefile | lint, check, build, test ターゲット | | pyproject.toml | ruff, mypy, pytest等 | | Cargo.toml | cargo check, cargo test, cargo clippy |
Spec.mdのTODOリストに基づき実装を進める。各タスク完了後にreview→check→commitを実行。 Source: myuon/ccskills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/myuon/ccskills --skill impl Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/myuon/ccskills --skill implSpec.mdのTODOリストに基づき実装を進める。各タスク完了後にreview→check→commitを実行。 Source: myuon/ccskills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/myuon/ccskills --skill impl Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/myuon/ccskills