cortex-skill-writer

Create modular Claude Skills using the Cortex Architecture pattern.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/adamsonwalter/cortex-skill-writer --skill cortex-skill-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cortex-skill-writer
Source: https://github.com/adamsonwalter/cortex-skill-writer/tree/main
Command: npx skills add https://github.com/adamsonwalter/cortex-skill-writer --skill cortex-skill-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Cortex Skill Writer provides a disciplined blueprint for building Claude Skills using the Cortex Architecture, separating concerns into an orchestrator, protocols, and standards to improve maintainability and reusability.

Core Features & Use Cases

  • Modular Skill Structure: orchestrator (skill.md), protocols, standards, and optional resources for on-demand access.
  • Clear Separation of Concerns: enables isolated reasoning, formatting, and logic to swap implementations easily.
  • Quick Start Scenarios: create a new Claude Skill from scratch or refactor a monolithic skill.md into Cortex components.

Quick Start

Invoke the Cortex Skill Writer to generate a new skill manifest, protocols for defined workflows, and standards for the chosen output format.

Frequently Asked Questions about cortex-skill-writer

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

FAQPage Schema
How do I refactor a monolithic skill.md file into modular components?

To refactor a monolithic skill.md file into modular components, use the Cortex Architecture pattern to separate concerns into an orchestrator, protocols, and standards directories. This ensures isolated reasoning and easy implementation swapping.

What is the Cortex Architecture pattern for building Claude Skills?

The Cortex Architecture pattern for building Claude Skills is a structured blueprint separating concerns into an orchestrator, protocols, and standards to improve maintainability and reusability across modular directories.

How do I structure a new Claude Skill for automated generation and deployment?

Structure a new Claude Skill for automated generation by generating a skill manifest, protocols for workflows, and standards for output formats. This modular structure ensures frontmatter validity and deployment compliance.

Can I use the Cortex Architecture to separate concerns for isolated reasoning in Claude Skills?

Yes, you can use the Cortex Architecture to separate concerns for isolated reasoning in Claude Skills. It isolates formatting and logic into distinct protocols and standards, enabling you to swap implementations easily.

Does building modular Claude Skills require a compliant manifest for deployment?

Yes, building modular Claude Skills requires a compliant manifest for deployment. The Cortex Architecture ensures frontmatter validity and generates a compliant manifest for automated generation and deployment.

When should I modularize Claude Skill workflows instead of using a single file?

You should modularize Claude Skill workflows instead of using a single file when you need clear separation of concerns, on-demand access to resources, and the ability to swap isolated reasoning and formatting implementations easily.