claude-devkit GEMINI.md

A set of project instructions for claude-devkit, a toolkit for creating and managing skills for the Claude Code AI agent. It documents the project's skills, generators, templates, configuration, and deployment scripts.

In plain words
What is it for?
Use it when developing or maintaining claude-devkit, including its skills, templates, generators, and deployment process.
Why use it?
It gives an agent the project context needed to build, run, install, and deploy the toolkit correctly.

Instructions file for Gemini CLI

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/backspace-shmackspace/claude-devkit/gemini-md
Clone the repo
git clone --depth 1 https://github.com/backspace-shmackspace/claude-devkit

Made for: Gemini CLI.

Per session 729 This file is loaded in full into every session.
When invoked 729 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00729 $0.00729
Opus 5 $0.00365 $0.00365
Sonnet 5 $0.00146 $0.00146
Haiku 4.5 $0.00073 $0.00073

Measured 2d ago against content hash 4a8f8afc6941, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-devkit GEMINI.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

GEMINI.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GEMINI.md

Project Overview

This project, claude-devkit, is a complete development toolkit for creating and managing skills for the Claude Code AI agent. The "code" in this project primarily consists of Markdown files that define "skills"—structured workflows that the Claude Code agent can execute.

The project provides:

  • Skills: Pre-built workflows for common development tasks like planning (/architect), implementation (/ship), security audits (/audit), and documentation synchronization (/sync).
  • Generators: Python scripts to scaffold new skills and agents from templates.
  • Templates: A set of standard templates for different types of skills and agents.
  • Configuration: JSON files that define patterns for skills and tech stacks.
  • Deployment Scripts: Shell scripts to install and deploy the skills to the Claude Code environment.

The core of the project is the skills directory, where each subdirectory represents a skill and contains a SKILL.md file. This file defines the skill's workflow, including its steps, the tools to use, and the logic for handling different scenarios.

Building and Running

This project does not have a traditional build process. Instead, it uses a set of scripts to generate, validate, and deploy skills.

Installation

To set up the claude-devkit, run the installation script:

./scripts/install.sh

This script sets up the necessary environment variables and aliases to use the generators and other tools.

Deploying Skills

To deploy the skills to the Claude Code environment, run the deployment script:

./scripts/deploy.sh

You can also deploy a specific skill by providing its name as an argument:

./scripts/deploy.sh <skill-name>

Running Tests

The project includes a test suite for the skill generator. To run the tests, execute the following command:

bash generators/test_skill_generator.sh

Development Conventions

Creating a New Skill

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 84 lines · 729 tokens per session scan A 4a8f8afc6941

Subscribe to this mod's changes

claude-devkit GEMINI.md is an instructions file published in the GitHub repository backspace-shmackspace/claude-devkit (15 stars, last pushed 8d ago), licensed MIT. It adds 729 tokens to every session, about $0.0036 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.