sutras
01Plugin Claude Code
Devtool for creating, testing, and distributing Anthropic Agent Skills with lifecycle management, Skill ABI, and federated registries.
Plugin Claude Code
Devtool for creating, testing, and distributing Anthropic Agent Skills with lifecycle management, Skill ABI, and federated registries.
Instructions file CodexOpenCode
Instructions for anistark/sutras, covering agents.md — ai coding agent instructions for sutras, project overview, architecture, 1. core library (src/sutras/core/) and 2. cli layer (src/sutras/cli/main.py).
Skill Claude CodeCodex
A simple greeting skill that demonstrates Anthropic Skills structure. Use when you want to greet users or show how skills work. Perfect for testing and examples.
Skill Claude CodeCodex
Create, validate, test, build, and distribute Anthropic Agent Skills using the Sutras CLI. Use when the user asks to create a new skill, scaffold skill structure, validate SKILL.md files, manage skill metadata, run skill tests/evaluations, build distributable packages, or publish skills to registries. Requires sutras…