Sandbox
@CaliCastle/skills

Agent skills for sparse posters and chalk illustrations

This repo packages two Agent Skills: Signal Geometry and Chalk Logic. Each skill gives your agent a focused visual style, example outputs, and prompt patterns for rendering or prompt-only use.

93 stars2 forksUpdated 1mo ago
Who it's for

Builders who want their agent to produce specific illustration styles from a named skill.

What it delivers

You can ask for a consistent poster or chalk-style illustration without re-describing the visual rules each time.

What it does

Signal Geometry skill

Turns one concept into a sparse abstract illustration or poster using precise geometry, matte fields, restrained contrast, and one clear spatial event.

Chalk Logic skill

Turns one concept into a quiet white-chalk illustration on a desaturated green board, aimed at explanatory or editorial scenes.

Explicit skill invocation

The README shows using `$signal-geometry` and `$chalk-logic` directly in prompts.

Prompt-only mode

Both skills support prompt-only use so you can generate the prompt and recipe without rendering an image.

Rendered output recipe

Rendered runs return the accepted image plus the final prompt and composition recipe; Chalk Logic also returns QA status.

How to get it

  1. 1Using npm
    npx skills add CaliCastle/skills --skill signal-geometry
  2. 2Using pnpm
    pnpm dlx skills add CaliCastle/skills --skill signal-geometry
  3. 3Using pnpm
    pnpm dlx skills add CaliCastle/skills --skill chalk-logic
  4. 4Using npm
    npx skills add CaliCastle/skills --skill chalk-logic

README

Skills

A collection of Agent Skills by Cali Castle. Currently includes Signal Geometry and Chalk Logic.

skills.sh

Signal Geometry

Signal Geometry is an Agent Skill for turning one concept into a sparse abstract illustration or poster. It uses precise geometry, quiet matte fields, restrained contrast, and one legible spatial event.

Gated streamlines

Linked orbits

Relay constellations

Install

Using npm:

npx skills add CaliCastle/skills --skill signal-geometry

Using pnpm:

pnpm dlx skills add CaliCastle/skills --skill signal-geometry

Use

Invoke the skill explicitly with $signal-geometry:

Use $signal-geometry to create a dark 4:5 poster about a weak signal becoming stable through repeated filtering. No text.

For a prompt without rendering:

Use $signal-geometry in prompt-only mode for an ultrawide illustration about two systems finding equilibrium.

Output

Rendered work includes the accepted image, its exact final prompt, and the complete composition recipe. Prompt-only mode returns the prompt and recipe without generating an image.

Requirements

  • Prompt-only mode works without image tools.
  • Rendered mode requires image generation and image inspection capabilities.
  • The Codex integration is explicit-only by design, so invoke $signal-geometry by name.

License

Signal Geometry and its reference images are released under the MIT License.

Chalk Logic

Chalk Logic is an Agent Skill for turning one concept into a quiet, wordless white-chalk illustration on a desaturated green board. It supports explanatory systems, natural processes, observed objects, and sparse editorial scenes without drifting into classroom clutter or polished digital graphics.

Noise to Signal

A Sound Fades

Making Space to Think

Install

Using pnpm:

pnpm dlx skills add CaliCastle/skills --skill chalk-logic

Using npm:

npx skills add CaliCastle/skills --skill chalk-logic

Use

Invoke the skill with $chalk-logic:

Use $chalk-logic to create a quiet 16:9 wordless illustration about a heavy thought becoming easier to carry.

For a prompt without rendering:

Use $chalk-logic in prompt-only mode for a portrait illustration explaining how a key opens a lock. No labels.

Output

Rendered work includes the inspected image, its exact prompt sequence, the complete composition recipe, and QA status. Prompt-only mode returns the compiled prompt and recipe without generating an image.

Requirements

  • Prompt-only mode works without image tools.
  • Rendered mode requires image generation and image inspection capabilities.
  • Image-free conversations route generation and inspection through an isolated worker and return file links only.

License

Chalk Logic and its reference images are released under the MIT License.

Files in the repo

Repository payload4 top-level entries
  • skills
  • .gitignore
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop

86k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k
img2threejs/
img2threejs

Rebuild the object in a reference image as a code-only, procedural, quality-gated, animation-ready Three.js model. Token-efficient image-to-3D.

16k