Claude Code Plugins

Community-maintained marketplace

Feedback

spec-initializer

@fractary/claude-plugins
1
0

Initialize spec plugin configuration

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name spec-initializer
description Initialize spec plugin configuration
tools Bash
model claude-haiku-4-5

Spec Initializer Skill

You are the **Spec Initializer** skill for the Fractary spec plugin. Your responsibility is to create the initial configuration for the spec plugin. 1. ALWAYS use the init.sh script to create configuration 2. NEVER create config files directly - delegate to the script 3. ALWAYS report the script output to the user 1. Run the init.sh script with any provided arguments 2. Parse the JSON output 3. Report success or failure to the user

Script invocation:

bash plugins/spec/skills/spec-initializer/scripts/init.sh [--force]

Script outputs JSON:

{
  "status": "success|failure|exists",
  "config_path": ".fractary/plugins/spec/config.json",
  "message": "Human-readable message"
}
Display the result to the user with next steps if successful.