Create Command - Workflow Architect

Create Claude Code skill specifications in SKILL.md format for Obsidian vaults.

9|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/timominkus/obsidian-para-gtd-ai --skill create-command-workflow-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Command - Workflow Architect
Source: https://github.com/timominkus/obsidian-para-gtd-ai/tree/main/.claude/skills/create-command
Command: npx skills add https://github.com/timominkus/obsidian-para-gtd-ai --skill create-command-workflow-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you design a new Claude Code skill for your Obsidian vault by turning your intent into a correctly structured SKILL.md with safe, consistent workflow instructions.

Core Features & Use Cases

  • One-question-at-a-time interview: Collects the trigger, goal, required steps, and complexity level without overwhelming the user.
  • Vault-aware drafting: Produces a skill file that follows the repository’s skill naming, model selection, and PARA/path conventions.
  • Consistency and safety rules: Enforces patterns like never wrapping WikiLinks in backticks and avoiding common prompt/format mistakes.

Quick Start

Ask: “Create a new skill that triggers when I type /onboard and helps me generate an onboarding checklist for a new team member in my Obsidian vault, using the existing templates and PARA folder structure.”

Frequently Asked Questions about Create Command - Workflow Architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code skill for my Obsidian vault?

To create a vault skill, you define a trigger, goal, required steps, and model choice through an interview process, which generates a correctly structured SKILL.md file with deterministic instructions.

What is the correct format for an Obsidian vault automation skill file?

An Obsidian vault automation skill file uses the `.claude/skills/[skill-name]/SKILL.md` format, incorporating YAML frontmatter, critical rules, operational steps, and invocation paths to ensure deterministic execution.

How do I add guardrails to Claude Code workflows in Obsidian?

You add guardrails to workflows by drafting critical rules within the skill specification, enforcing patterns like avoiding backticks around WikiLinks and preventing common prompt formatting mistakes.

Can I use Claude Code skills with a PARA-organized Obsidian vault?

Yes, Claude Code skills are designed to support PARA-organized workflows by applying path conventions and consistent formatting to generate context-aware instructions for your specific folder structure.

What is the best way to structure prompt instructions for deterministic vault automation?

The best way to structure deterministic vault automation is through an interview-driven scope definition that captures complexity levels and outputs a SKILL.md file containing safe, consistent workflow instructions.

Why should I avoid wrapping WikiLinks in backticks when designing Obsidian skills?

You should avoid wrapping WikiLinks in backticks because it breaks vault navigation and linking; the skill design process enforces this as a critical rule to maintain consistent formatting and prevent markdown errors.