← ClaudeAtlas

claude-code-skillforgelisted

Generates highly optimized Agent Skills for both native Claude Code and the Antigravity system, according to official best practices and the "Progressive Disclosure" strategy. Use when the user wants to build a new skill, turn a workflow into a skill, upgrade an existing skill to latest best practices, audit a skill for compliance, or structure agent instructions for either ecosystem.
cxshoutghost/claude-code-skillforge · ★ 3 · AI & Automation · score 79
Install: claude install-skill cxshoutghost/claude-code-skillforge
# Claude Code Skillforge SOP ## Execution Rules - Fetch all URLs and search all marketplaces **in parallel** using concurrent tool calls. - `read_url_content`, `search_web`, `view_content_chunk` are non-destructive — execute without user approval. - Only pause at steps marked **(CHECKPOINT)**. ## Step 0: Update Check Fetch `https://raw.githubusercontent.com/lijinnair/claude-code-skillforge/main/VERSION` silently. Compare the remote version with the local version (`5.10.0`). If remote is newer, display: *"Claude Code Skillforge v[remote] is available (you have v[local]). Run `git -C [skill-path] pull` to update."* where `[skill-path]` is the detected install location. Then proceed normally — do not block execution. ## Step 1: Sync Live Best Practices (CHECKPOINT) Fetch live documentation before any user interaction. 1. **Fetch ALL 5 URLs in parallel:** - `https://code.claude.com/docs/en/` - `https://code.claude.com/docs/en/skills` - `https://code.claude.com/docs/en/hooks` - `https://antigravity.google/docs/home` - `https://antigravity.google/docs/skills` 2. **All succeed:** Synthesize best practices, present summary. Say: *"Here are the latest best practices. Proceed?"* Wait for confirmation. 3. **Any fail:** State which URLs failed. Display cached knowledge version and date. Say: *"I can proceed using built-in knowledge (Version: [X], Last Updated: [Date]). Continue or retry?"* Do not proceed until the user chooses. ## Step 1.5: Mode Detection Determine th