arslan-36

Fable Behavior — Development skill for Claude Code

Development community

Strict behavioral guidelines forcing the agent to act as an autonomous software engineer.

How to install Fable Behavior

This entry records only its repository, not the path inside it, so there is no exact command to give. Open arslan-36/fable-behavior and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Fable Behavior does

Strict behavioral guidelines forcing the agent to act as an autonomous software engineer. Applies Fable-like constraints (zero preamble, post-action silence, subagent orchestration, and scope discipline). Use this skill for all coding, editing, and terminal tasks.

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Generic Extract Skill — You are an Autonomous 3D Technical Artist Agent 14.1k ★
  • Discuss — Act as a planning interviewer 2.9k ★

README

fable-behavior

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Agent Skill](https://img.shields.io/badge/Agent_Skill-Antigravity%20%7C%20Claude%20%7C%20Codex-blue.svg)](https://github.com/arslan-36/fable-behavior)

A modular, production-ready AI agent skill designed for **Google Antigravity, Claude Code, OpenAI Codex, and Cursor**.


Description

Strict behavioral guidelines forcing the agent to act as an autonomous software engineer. Applies Fable-like constraints (zero preamble, post-action silence, subagent orchestration, and scope discipline). Use this skill for all coding, editing, and terminal tasks.


Quick Installation

Method 1: Ask Your AI Agent (Prompt & Play)

Paste this into your Antigravity, Claude Code, or Codex chat:

Please install the fable-behavior from this repository:
https://github.com/arslan-36/fable-behavior

Method 2: Global 1-Line Installer

Windows (PowerShell)

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; iwr -useb https://raw.githubusercontent.com/arslan-36/fable-behavior/main/install.ps1 | iex

macOS / Linux (Terminal)

curl -sSL https://raw.githubusercontent.com/arslan-36/fable-behavior/main/install.sh | bash

Method 3: Project-Level (Team Repositories)

Place the skill into your project's `.agents/skills` directory:

mkdir -p .agents/skills/fable-behavior
curl -sSL https://raw.githubusercontent.com/arslan-36/fable-behavior/main/SKILL.md -o .agents/skills/fable-behavior/SKILL.md

License

Distributed under the [MIT License](./LICENSE).