← スキル一覧に戻る

coding-prompt-bank
by ariaxhan
KERNEL is a Claude Code plugin that makes your setup evolve automatically based on how you actually work.
⭐ 2🍴 0📅 2026年1月21日
SKILL.md
name: coding-prompt-bank description: Base rules and behaviors for AI coding agents. Trigger on starting a coding project, "use my coding rules", "coding agent setup", "initialize project", "new codebase", or when providing instructions to any coding agent.
Coding Prompt Bank
Core philosophy and tier-based requirements for AI coding.
Philosophy
CORRECTNESS > SPEED
Working first attempt beats fast iteration + debug.
Mental simulation catches 80% of bugs before execution.
EVERY LINE IS LIABILITY
Config > code. Native > custom. Existing > new.
Delete what doesn't earn its place.
PARSE, DON'T READ
Grep. Find. Read signatures first.
Never ask for overview—discover it.
Project Tiers
Tier 1: Hackathon/Prototype
- Speed matters most
- Skip tests unless critical path
- Minimal documentation
- Technical debt acceptable
Tier 2: Default/MVP (most projects)
- Balance speed and quality
- Core path tests required
- Basic documentation
- Reasonable architecture
Tier 3: Production/Enterprise
- Quality over speed
- Comprehensive tests (80%+ coverage)
- Full documentation
- Robust error handling
- Security review required
Universal Rules
- Investigate before implement - Search for existing patterns
- Type everything - TypeScript strict, Python type hints
- Config over code - Magic numbers in config files
- Fail fast - Validate early, clear error messages
- Atomic commits - One logical change per commit
Default Behaviors
When Implementing
- Research existing solutions first
- Define interfaces before implementation
- Write tests for core logic
- Document public APIs
When Debugging
- Reproduce first
- Isolate the problem
- Fix root cause, not symptom
- Add regression test
Before Completing
- Run type checker
- Run linter
- Run tests
- Review changes
Integration
Loaded automatically on project initialization. Tier detected from:
package.jsonkeywords- README indicators
- User specification
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です