← スキル一覧に戻る

codex-skill
by Shakes-tzd
HTML is All You Need - A lightweight graph database using HTML files as nodes, hyperlinks as edges, and CSS selectors as queries
⭐ 2🍴 1📅 2026年1月16日
SKILL.md
name: codex-skill description: HtmlGraph session tracking and work continuity for Codex. Ensures proper activity attribution, feature awareness, and continuous work tracking across sessions. metadata: short-description: HtmlGraph session tracking for Codex
HtmlGraph Session Tracking
Description: HtmlGraph session tracking and work continuity for Codex. Ensures proper activity attribution, feature awareness, and continuous work tracking across sessions.
Commands:
$htmlgraph-status- Check current session and feature status$htmlgraph-feature- List, start, or complete features$htmlgraph-session- View session history and current work
Usage:
Check project status:
$htmlgraph-status
Start working on a feature:
$htmlgraph-feature start feat-abc123
Complete a feature:
$htmlgraph-feature complete feat-abc123
View session history:
$htmlgraph-session list
Features:
- Automatic session tracking via git hooks
- Feature-based work attribution
- Cross-session continuity
- Session resume detection
- Drift detection for file changes
Requirements:
- Python 3.10+
- HtmlGraph installed (
pip install htmlgraph>=0.8.0) - Git repository with
.htmlgraph/directory
Installation:
- Install HtmlGraph:
pip install htmlgraph>=0.8.0
- Initialize in your project:
cd your-project
htmlgraph init
- Copy this skill to Codex skills directory:
mkdir -p ~/.codex/skills/htmlgraph
cp -r packages/codex-skill/* ~/.codex/skills/htmlgraph/
Session Workflow:
- Session Start - Automatically detected when you begin working
- Feature Attribution - Activity linked to in-progress features
- Session Continuity - Resume context from previous sessions
- Session End - Auto-tracked via git hooks
Work Continuity:
HtmlGraph maintains state across sessions:
- Previous session summary
- Active features and their progress
- File change tracking (drift detection)
- Decision history and context
This enables seamless handoffs between:
- Different AI assistants (Claude Code ↔ Codex ↔ Gemini)
- Different sessions
- Different agents/developers
See Also:
- Full documentation:
docs/WORKFLOW.md - Python SDK:
docs/SDK_FOR_AI_AGENTS.md - Session management:
uv run htmlgraph session --help
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です