Agent Skill
2/7/2026

copywriting

Use this skill when writing, rewriting, or improving marketing copy for any page (homepage, landing page, pricing, feature, product, or about page). This skill produces clear, compelling, and testable copy while enforcing alignment, honesty, and conversion best practices.

O
odjaramillo
0GitHub Stars
1Views
npx skills add odjaramillo/custom-rules

SKILL.md

Namecopywriting
DescriptionUse this skill when writing, rewriting, or improving marketing copy for any page (homepage, landing page, pricing, feature, product, or about page). This skill produces clear, compelling, and testable copy while enforcing alignment, honesty, and conversion best practices.

DevOS (Custom Rules Registry)

An "Enterprise-Grade but Agile" CLI transpiler and centralized registry for AI coding rules, workflows, and skills designed to supercharge agentic assistance.

License DevOS CLI

This repository serves as a centralized "Gold Standard" for coding practices, architecture patterns, and operational workflows.

๐Ÿš€ Quick Start

In any project (new or existing), safely initialize rules for your preferred AI agents:

npx devos init --agents opencode,copilot,antigravity

This transpiler CLI will:

  1. Detect the requested agents.
  2. Fetch the compiled rules from the global registry.
  3. Scaffold .agent/, .opencode/, and .github/copilot-instructions.md intelligently tailored to those agents.

๐Ÿ—๏ธ Repository Structure

This monorepo enforces a strict separation between the "Meta-Agent" tools and the "Data" (the rules).

custom-rules/
โ”œโ”€โ”€ packages/
โ”‚   โ””โ”€โ”€ cli/                # The `devos` transpiler CLI codebase
โ”œโ”€โ”€ registry/               # The Intelligence Database (Single Source of Truth)
โ”‚   โ”œโ”€โ”€ roles/              # The Squad (Dynamic Personas)
โ”‚   โ””โ”€โ”€ skills/             # Modular Knowledge & Tools (650+ skills)
โ”œโ”€โ”€ .agent/                 # Meta-Agent Rules (Isolated context ONLY for building the CLI itself)
โ””โ”€โ”€ workflows/              # Procedural Guides (e.g., feature-dev, release-flow)

๐Ÿง  Orchestrator & Squad

The custom registry files define a dynamic role-switching architecture.

IntentActive RoleFocus
Requirements / Business๐Ÿ‘” Product ManagerROI, User Stories, Scope
System Design / DB๐Ÿ—๏ธ ArchitectScalability, Diagrams, Data Models
Coding / Implementation๐Ÿ‘“ Tech LeadClean Code, SOLID, Refactoring
Security / Audit๐Ÿ›ก๏ธ Security EngIAM, OWASP, Prowler
Deploy / Logs / Action๐Ÿš’ SRE / DevOpsObservability, Stability, RCA
Testing / Verification๐Ÿงช QA EngineerE2E, Edge Cases, Bugs

The Orchestrator automatically detects these intents and routes the query to the correct expert using registry/roles/.

๐Ÿค Contributing

  1. Add a Skill: Create a new markdown file in registry/skills/.
  2. Update Rules: Modify markdown files in registry/roles/.
  3. Validate: Run devos validate <path> to ensure Zod schema metadata validity before committing.
  4. Publish: The CLI package in packages/cli is published to NPM to distribute these generic definitions to multiple formats.

๐Ÿ“ License

CC0 1.0 Universal (Public Domain Dedication). See LICENSE.

Skills Info
Original Name:copywritingAuthor:odjaramillo