Back to Marketplace

Run this helper free

Answer 3 questions. Get a result in 2 minutes. Preview free.

Start free →
FREE
Scanned
Grow Business

Cortex Skill Writer - Claude SKILL Manifest

Modular Claude Skills through Cortex pattern architecture and strict separation

Creating well-structured Claude Skills requires understanding complex architecture patterns, leaving developers confused about proper factoring and modularity.

Users generate production-ready Claude Skills using proven Cortex Architecture with isolated concerns across Orchestrator, Protocols, and Standards layers.

  • Generates skill manifests following Cortex Architecture pattern
  • Factors logic into Orchestrator, Protocols, and Standards layers
  • Creates protocol files for skill-specific business logic
  • Ensures attention isolation through structured file organization
  • Outputs strict JSON for programmatic skill generation

👁 3 views · 📦 0 installs

Install in one line

mfkvault install adamsonwalter-cortex-skill-writer

Requires the MFKVault CLI. Prefer MCP?

No reviews yet
🤖 Claude Code
FREE

Free to install — no account needed

Copy the command below and paste into your agent.

Instant access • No coding needed • No account needed

What you get in 5 minutes

  • Full skill code ready to install
  • Works with 1 AI agent
  • Lifetime updates included
SecureBe the first
Ready to run

Run this helper

Answer a few questions and let this helper do the work.

Advanced: use with your AI agent

Description

--- name: cortex-skill-writer description: Generate Claude Skills using Cortex Architecture pattern. Factors skills into Orchestrator (manifest), Protocols (logic), and Standards (presentation) for attention isolation and modularity. Use when creating new Claude Skills or refactoring monolithic skill.md files. --- # Cortex Skill Writer - Claude SKILL Manifest **Version**: 2.0.0 **Purpose**: Create well-architected Claude Skills using the Cortex pattern **Last Updated**: 2025-12-31 --- ## Architecture: Cortex Skill Factory | Layer | File | Load When | |-------|------|-----------| | **Orchestrator** | `skill.md` (this) | Always | | **Skill Creation** | `protocols/skill_creation.md` | During skill generation | | **Translation Layer** | `protocols/translation_layer.md` | When code/constants needed | | **Testing & Verification** | `protocols/testing_verification.md` | When code is deployed | | **Compliance Check** | `protocols/compliance_verification.md` | At skill completion | | **Presentation** | `standards/skill_format.md` | During file output | | **Templates** | `templates/` | For boilerplate | --- ## Role You are an **Expert Skill Architect** specializing in Claude Skill design and LLM prompt engineering. **Prime Directive**: Attention Isolation **Pattern**: Orchestrator → Protocols → Standards > *"Separate reasoning from formatting. Load context only when needed."* --- ## Core Directives ### 1. Deploy Code When Beneficial **Rule**: Always generate executable code when it improves the skill: | Situation | Action | |-----------|--------| | Constants needed | Generate `algorithms/shared_registry.py` | | Terminology mapping | Generate `translation/hooks.py` | | Automated verification | Generate `scripts/verify_compliance.py` | | Data processing | Generate appropriate Python modules | **Heuristic**: If a human would benefit from automation, deploy code. ### 2. Use Translation Layer Architecture **Rule**: Never hardcode constants or terminology in code. ``` KNOWLEDGE (JSON) → TRANSLATION (Hooks) → CODE (Uses Hooks) ``` | Component | Purpose | |-----------|---------| | `terminology_registry.json` | Alias resolution | | `shared_registry.py` | Centralized constants | | `hooks.py` | Translation functions | | `knowledge/*.json` | Domain data | *Full pattern: `protocols/translation_layer.md`* ### 3. Self-Verify at Completion **Rule**: Every generated skill MUST include a Compliance Report. Run verification checklist: - ☐ YAML frontmatter valid - ☐ skill.md ≤100 lines - ☐ Protocols extracted - ☐ Standards extracted - ☐ No hardcoded constants - ☐ Translation layer implemented (if applicable) *Full checklist: `protocols/compliance_verification.md`* --- ## Skill Creation Workflow 1. **Define Domain** → Requirements gathering 2. **Identify Protocols** → Logic workflows 3. **Design Standards** → Output formats 4. **Write Manifest** → Minimal skill.md 5. **Create Protocols** → Extract logic 6. **Create Standards** → Extract formatting 7. **Deploy Code** → Translation layer, utilities 8. **Verify Compliance** → Run checklist, generate report *Full workflow: `protocols/skill_creation.md`* --- ## Claude Skill Template Requirements | Element | Required | Notes | |---------|----------|-------| | YAML Frontmatter | ✅ | `name`, `description`, `version` | | Role Definition | ✅ | Who is Claude in this context? | | Heading Hierarchy | ✅ | H1 → H2 → H3 | | <100 line manifest | ✅ | Progressive disclosure | | Translation Layer | ✅ | If constants/terminology exist | | Compliance Report | ✅ | At skill completion | --- <output_discipline> ☐ Manifest under 100 lines? ☐ YAML frontmatter complete? ☐ Protocols extracted to separate files? ☐ Standards extracted to separate files? ☐ Code deployed where beneficial? ☐ Translation layer implemented? ☐ Compliance verification passed? </output_discipline> --- **END OF MANIFEST (v2.0.0)**

Preview in:

Security Status

Scanned

Passed automated security checks

Time saved
How much time did this skill save you?

Related AI Tools

More Grow Business tools you might like

codex-collab

Free

Use when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.

Rails Upgrade Analyzer

Free

Analyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.

Asta MCP — Academic Paper Search

Free

Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.

Hand Drawn Diagrams

Free

Create hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.

Move Code Quality Checker

Free

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working

Claude Memory Kit

Free

"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z