Agent Skill
2/7/2026

edit-command

Creates and modifies Claude Code slash commands following best practices. Use when user requests creating, updating, modifying, improving, or editing slash commands. Triggers include "create/make/new command", "slash command", "/command-name", file paths with /commands/, "update/modify/improve command X". Handles command structure, YAML frontmatter (description, allowed-tools, argument-hint, model), argument patterns ($ARGUMENTS, $1 $2, @filepath), tool restrictions, discoverability. Delegates to edit-tool orchestrator if uncertain about tool type (command vs skill vs agent vs script).

D
digital
2GitHub Stars
2Views
npx skills add digital-stoic-org/agent-skills

SKILL.md

Nameedit-command
DescriptionCreates and modifies Claude Code slash commands following best practices. Use when user requests creating, updating, modifying, improving, or editing slash commands. Triggers include "create/make/new command", "slash command", "/command-name", file paths with /commands/, "update/modify/improve command X". Handles command structure, YAML frontmatter (description, allowed-tools, argument-hint, model), argument patterns ($ARGUMENTS, $1 $2, @filepath), tool restrictions, discoverability. Delegates to edit-tool orchestrator if uncertain about tool type (command vs skill vs agent vs script).

๐Ÿง  Agent Skills Marketplace

Structured human+AI collaboration for knowledge work.

โš ๏ธ Live experiment. My cognitive toolkit โ€” fork it, adapt it to your brain.


๐Ÿ’ก Why This Exists

AI coding tools are powerful but chaotic. Most people either micromanage every prompt or let AI run wild and pray. Neither scales to real work.

This toolkit treats AI collaboration as cognitive discipline โ€” a set of thinking modes you activate depending on the situation, with the human always setting the pace.

๐ŸŽฏ Principles

  • ๐Ÿงญ Frame before act โ€” classify the problem, then pick the right approach
  • ๐Ÿง  Think before build โ€” brainstorm, investigate, design before writing code
  • ๐Ÿšง Human controls pace โ€” gates between sections, you verify, AI continues
  • ๐Ÿชจ Boulder โ†’ Pebbles โ€” scale your process to the problem (OpenSpec for big, just code for small)
  • ๐Ÿ’พ Sessions persist โ€” save context, resume tomorrow without re-explaining
  • ๐Ÿชž Learn from patterns โ€” retrospectives extract what worked and what didn't

๐Ÿ“– Deep dive: PHILOSOPHY.md


๐Ÿ”„ Cognitive Modes

flowchart LR
    F["๐Ÿงญ Frame"] --> T["๐Ÿง  Think"]
    T --> B["โš™๏ธ Build"]
    B --> D["๐Ÿ”ง Debug"]
    D --> L["๐Ÿชž Learn"]
    L -.->|"next problem"| F

    classDef frame fill:#E8EAF6,stroke:#3F51B5,color:#000
    classDef think fill:#E1BEE7,stroke:#7B1FA2,color:#000
    classDef build fill:#C8E6C9,stroke:#388E3C,color:#000
    classDef debug fill:#FFE0B2,stroke:#F57C00,color:#000
    classDef learn fill:#BBDEFB,stroke:#1976D2,color:#000

    class F frame
    class T think
    class B build
    class D debug
    class L learn
ModeWhatHero Skills
๐Ÿงญ FrameClassify the problem โ†’ route to the right skill chain/frame-problem (Cynefin), /pick-model
๐Ÿง  ThinkDivergent ideation, deep analysis, adversarial review/brainstorm (SCAMPER), /investigate (Issue Trees, Pre-mortem), /probe (safe-to-fail), /challenge (Devil's Advocate)
โš™๏ธ BuildPlan โ†’ develop โ†’ gate โ†’ test โ†’ sync/openspec-* suite (7 skills, human-gated sections)
๐Ÿ”ง DebugSearch-first troubleshooting with learnings DB/troubleshoot (Wolf Fence, 5 Whys, OODA), /experiment (Chaotic act-sense)
๐Ÿชž LearnExtract patterns, persist sessions/retrospect-*, /save-context, /load-context

Plus: tool creation (/edit-tool โ†’ routes to skill/command/agent editors), conversions (PDF, EPUB, Google Docs), and a GTD plugin for task capture.


๐Ÿช Plugins

PluginDescriptionStatus
dstoicCore cognitive toolkit: 44 skills, 0 commands, 4 hooksโœ… v0.19.1
gtdGTD workflow automation for Obsidian vaultsโœ… v0.1.0
...More planned๐Ÿ”œ

๐Ÿ“ฆ Install

Install from the Claude Code marketplace:

/install-plugin https://github.com/digital-stoic-org/agent-skills

This installs all plugins (dstoic, gtd). To install a specific plugin only, add it to .claude/settings.json:

{"plugins": ["digital-stoic-org/agent-skills/dstoic"]}

๐Ÿš€ Quick Start

/frame-problem how should I approach building a new auth system
# โ†’ Classifies as Complicated (governing constraints) + Boulder
# โ†’ Routes to: /investigate โ†’ /openspec-plan

/brainstorm product naming ideas for my CLI tool
# โ†’ Research โ†’ SCAMPER divergence โ†’ weighted scoring โ†’ recommendation

/troubleshoot "TypeError: Cannot read property 'map' of undefined"
# โ†’ WebSearch โ†’ qualify โ†’ diagnose โ†’ OODA โ†’ save learning

๐Ÿ“– Documentation Philosophy

GenAI makes it too easy to generate walls of text โ†’ cognitive overload for humans.

Doc TypeForExample
๐Ÿ“„ README.mdHumans (1 min scan)This file
๐Ÿ“š README-full.mdHumans (deep dive)Full catalog
๐Ÿงญ PHILOSOPHY.mdHumans (mindset)Principles
๐Ÿค– SKILL.mdLLMs (token-optimized)Not for human reading

Respect your attention. Start here, dive deeper only when needed.


โš ๏ธ ๐Ÿชฅ CLAUDE.md = toothbrush. See CLAUDE.md.example for inspiration, don't copy. (Why?)

The example uses rtk for token-optimized command output. Install it separately if you want to use the rtk instructions.


๐Ÿ“š Full skill catalog: README-full.md ยท ๐Ÿงญ Philosophy: PHILOSOPHY.md

Skills Info
Original Name:edit-commandAuthor:digital