PromptWar̊e ØS Agent Skill Specification

Define and enforce PromptWar̊e ØS Agent Skill specifications for TypeScript and Deno.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/ShipFail/promptware --skill promptwar-e-s-agent-skill-specification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PromptWar̊e ØS Agent Skill Specification
Source: https://github.com/ShipFail/promptware/tree/main/os/skills/skill-spec
Command: npx skills add https://github.com/ShipFail/promptware --skill promptwar-e-s-agent-skill-specification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concrete, standardized specification for building and using Skills within PromptWar̊e ØS, ensuring consistency across scripts/tools, runtimes (TypeScript with Deno), and CLI interfaces.

Core Features & Use Cases

  • Specification-driven development: Defines requirements for Skill scripts/tools, CLI help, and remote execution.
  • Guided integration: Serves as the authoritative reference for developers implementing Claude agent Skills per the Anthropic spec.
  • Use Case: A developer wanting to implement a new Skill follows this spec to ensure compatibility and predictable behavior.

Quick Start

Follow the spec to implement new Skills by adhering to:

  • all scripts/tools must be TypeScript with Deno runtime
  • all scripts/tools must support a --help CLI
  • scripts will be executed remotely via deno URL

Frequently Asked Questions about PromptWar̊e ØS Agent Skill Specification

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

FAQPage Schema
How do I specify a TypeScript agent skill for remote execution?

To specify a TypeScript agent skill for remote execution, you must define scripts using the Deno runtime, enforce CLI --help support, and execute tools remotely via Deno URL.

What are the structural requirements for a PromptWar̊e ØS Agent Skill specification?

The specification requires YAML frontmatter with name and description fields, optional component directories, and adherence to safety check guidelines to ensure predictable agent behavior.

Do I need Deno to build CLI tools for Claude agent skills?

Yes, Deno is the required runtime for building CLI tools under this specification, ensuring all TypeScript scripts support remote execution and standardized CLI help interfaces.

How does remote execution work for Deno CLI scripts?

Remote execution for Deno CLI scripts operates by running the TypeScript tools directly via a Deno URL, allowing the PromptWar̊e ØS environment to invoke skills without local installation.

What is the best way to standardize Claude agent skill development?

The best way to standardize Claude agent skill development is by following a specification-driven approach that enforces TypeScript Deno runtimes, CLI --help compatibility, and YAML frontmatter documentation.

Are safety checks required when implementing skills with Deno runtime?

Yes, safety check guidelines are enforced within the specification to ensure secure and predictable behavior when implementing skills using the TypeScript Deno runtime environment.