ソース情報
- リポジトリ
- htlin222/dotfiles
- ソースの最終更新活動
- 2026年4月6日 10:14
- 検出された SKILL.md の言語
- 英語
- スター
- 79
- フォーク
- 4
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/htlin222/dotfiles --skill dev-docsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
依 ticket/issue 產出初版實作 — 解析需求、從最新 develop 切出符合命名規範的分支、寫出實作、跑既有測試與 lint、conventional commit,然後交棒給 /simplify。Use when the user types /develop, or asks to start implementing a ticket, issue, or feature request end-to-end from requirement to first commit.
Put a website behind a Cloudflare Access (Zero Trust) login gate, or remove one, entirely from the CLI — no dashboard GUI. Use when the user wants to password/email-protect a hostname, gate a Cloudflare Pages or Workers site, restrict a site to specific emails, set up Zero Trust Access, or asks about "cf-gate". Manages Access applications and allow-email policies via the Cloudflare API using a token in the skill's .env. Note: wrangler does NOT manage Access — this uses the Cloudflare REST API directly.
Curate a GitHub repository's wiki (the separate repo.wiki.git) into a coherent, tightly written set of pages: Home, Introduction (project + features), Roadmap, Gotchas/Lessons, Tech Debt, and an Architecture page taught through the book *Head First Software Architecture* — with mermaid diagrams, in the repo's own language and style, then commit and push. Use when the user wants to create, update, curate, or document a GitHub repo's wiki; write or refresh wiki pages; add an architecture / design page to a wiki; enable a wiki; or asks for "/wiki-git". Handles both first-time wikis and updates to existing ones, and can fan out across many repos.
SOC 職業分類に基づく
SKILL.md を表示中
| name | dev-docs |
| description | Create strategic plan and dev docs. Use when starting large multi-session tasks. |
| allowed-tools | Bash, Read, Write, Glob, Grep, TodoWrite |
Creates a structured documentation system for large tasks to maintain context across sessions.
/dev-docs [task-name]
When this command runs:
Create dev docs directory structure:
dev/active/[task-name]/
├── plan.md # Strategic implementation plan
├── context.md # Key files, decisions, dependencies
└── tasks.md # Detailed task checklist
Generate plan.md with:
Generate context.md with:
Generate tasks.md with:
Update TodoWrite with the initial tasks
# [Task Name] - Implementation plan
## Overview
[Brief description of what we're building]
## Objectives
- [ ] Objective 1
- [ ] Objective 2
## Strategy
[High-level approach]
## Architecture decisions
- Decision 1: [rationale]
## Risks
| Risk | Mitigation |
| ---- | ---------- |
| | |
## Success criteria
- [ ] Criteria 1
# [Task Name] - Context
## Key files
- `path/to/file.ts` - [purpose]
## Code patterns
- Pattern 1: [description]
## Dependencies
- package@version - [why needed]
## Decisions log
| Date | Decision | Rationale |
| ---- | -------- | --------- |
| | | |
# [Task Name] - Tasks
## Phase 1: Setup
- [ ] Task 1 (S)
- [ ] Task 2 (M)
## Phase 2: Implementation
- [ ] Task 3 (L)
## Phase 3: Testing
- [ ] Task 4 (S)
Legend: (S)mall, (M)edium, (L)arge
/update-dev-docs before session compaction to capture progress