From forge-obsidian
Pull a module skill into the vault for editing in Obsidian. USE WHEN the user wants to edit, iterate on, or author a skill that will eventually live in a module. Creates a working copy in Orchestration/Skills/ with source tracking.
npx claudepluginhub n4m3z/forge-obsidianThis skill uses the workspace's default tool permissions.
Pull a skill from a module into the vault workspace for editing in Obsidian.
Authors a new SKILL.md with optional references, scripts, and evals following Anthropic's progressive-disclosure conventions. Triggers on requests to write, create, or draft skills.
Guides creation of new Claude Code skills from scratch, listing existing user/project skills, samples, current directory, and providing metadata templates for descriptions/tags.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Pull a skill from a module into the vault workspace for editing in Obsidian.
Binary: Modules/forge-obsidian/bin/forge-draft
Auto-resolves FORGE_USER_ROOT from defaults.yaml/config.yaml. Copies the skill to Orchestration/Skills/, adds source_module: provenance to frontmatter. If an upstream symlink exists (from a previous promote), removes it first.
# Draft a skill (auto-finds the module)
Modules/forge-obsidian/bin/forge-draft BehavioralSteering
# Draft from a specific module
Modules/forge-obsidian/bin/forge-draft BehavioralSteering forge-steering
| User Says | Args | Effect |
|---|---|---|
| "draft BehavioralSteering" | BehavioralSteering | Search all modules for skill, copy to workspace |
| "draft from forge-steering" | BehavioralSteering forge-steering | Copy from specific module |
To author a brand-new skill that doesn't exist in any module yet:
$FORGE_USER_ROOT/Orchestration/Skills/<SkillName>/SKILL.md manuallyname:, description:)source_module: <target-module> to indicate where it should eventually be promoted/Promote| Directory | Purpose |
|---|---|
Orchestration/Skills/ | Draft workspace — editable copies for authoring |
Orchestration/Upstream/ | Symlinks to promoted module skills (Linter-excluded, read-only view) |