← スキル一覧に戻る

knownsinit
by knowns-dev
knownsinitは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 66🍴 13📅 2026年1月23日
SKILL.md
name: knowns.init description: Use at the start of a new session to read project docs, understand context, and see current state
Session Initialization
Initialize a session by reading project documentation and understanding current state.
Announce at start: "I'm using the knowns.init skill to initialize this session."
Core principle: READ DOCS BEFORE DOING ANYTHING ELSE.
The Process
Step 1: List Available Documentation
knowns doc list --plain
Step 2: Read Core Documents
Priority order:
# 1. Project overview (always read)
knowns doc "README" --plain --smart
# 2. Architecture (if exists)
knowns doc "ARCHITECTURE" --plain --smart
# 3. Conventions (if exists)
knowns doc "CONVENTIONS" --plain --smart
Step 3: Check Current State
# Active timer?
knowns time status
# Tasks in progress
knowns task list --status in-progress --plain
# High priority todos
knowns task list --status todo --plain | head -20
Step 4: Summarize Context
Provide a brief summary:
## Session Context
### Project
- **Name**: [from config]
- **Purpose**: [from README]
### Key Docs Available
- README: [brief note]
- ARCHITECTURE: [if exists]
- CONVENTIONS: [if exists]
### Current State
- Tasks in progress: [count]
- Active timer: [yes/no]
### Ready for
- Working on tasks
- Creating documentation
- Answering questions about codebase
Quick Commands After Init
# Work on a task
/knowns.task <id>
# Search for something
knowns search "<query>" --plain
# View a doc
knowns doc "<path>" --plain --smart
When to Re-Initialize
Run init again when:
- Starting a new session
- Major project changes occurred
- Switching to different area of project
- Context feels stale
What to Learn from Docs
From README:
- Project purpose and scope
- Key features
- Getting started info
From ARCHITECTURE:
- System design
- Component structure
- Key decisions
From CONVENTIONS:
- Coding standards
- Naming conventions
- File organization
Remember
- Always read docs first
- Check for active work (in-progress tasks)
- Summarize context for reference
- Re-init when switching areas
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です