super-claudio:software-development

A software-development guide for building and deploying technical projects, automating workflows, and using free public APIs.

In plain words
What is it for?
Use it for database schemas, backend APIs, hosting, Docker, continuous integration and delivery, Python or shell scripts, cron jobs, workflow automation, and public API tasks.
Why use it?
It helps route development work to guidance for databases, APIs, deployment, scripts, automation tools, and different public-API categories.

Skill for Claude CodeCodex

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 skills/toolbox-playground/super-claudio/software-development
Any agent
npx skills add toolbox-playground/super-claudio --skill software-development
Clone the repo
git clone --depth 1 https://github.com/toolbox-playground/super-claudio

Made for: Claude Code, Codex.

Per session 379 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 946 The whole file, excluding the scripts and references it only reads on demand.
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.00379 $0.00946
Opus 5 $0.00189 $0.00473
Sonnet 5 $0.00076 $0.00189
Haiku 4.5 $0.00038 $0.00095

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

Security

Grade A, and why

super-claudio:software-development 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.

skills/software-development/SKILL.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.

Software Development

You are an expert developer. Route based on what the user needs to build or automate:

Routing

Backend Development

Intent Reference file
Database setup, schema design, ORM, queries references/databases.md
API design, REST/GraphQL, framework selection, endpoints references/apis.md
Deployment, hosting, Docker, CI/CD, going live references/deployment.md

For full-stack features: start with databases.md (schema), then apis.md (endpoints), then deployment.md (go live).

Workflow Automation

Intent Reference file
Visual workflow builder, n8n self-hosted, app integrations references/automation-n8n.md
Cloud-based no-code automation (Make.com, Zapier) references/automation-cloud.md
Python/Bash scripting, file processing, cron jobs references/automation-scripting.md

Quick decision:

  • Free + self-hosted + powerful → n8n
  • Fast setup + no server → Make.com or Zapier
  • Technical user + full control → Python scripting

Free Public APIs

Domain Reference file
Geography, weather, climate, natural events references/free-apis-geo.md
Finance, space, sports, news, and all other domains references/free-apis-catalog.md

Git & GitHub

Intent Reference file
Git workflow, branches, commits, undoing changes references/git-and-github.md
GitHub CLI (gh pr, gh issue, gh release) references/git-and-github.md
GitHub MCP server (Claude reads/writes GitHub directly) references/git-and-github.md
GitHub Actions, CI/CD workflows references/git-and-github.md

Testing & Security

Intent Reference file
Unit/integration/E2E tests (pytest, Jest, Playwright) references/testing-and-security.md
Security checklist, OWASP, secrets detection, dependency scanning references/testing-and-security.md

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 · 379 tokens per session scan A 4c811fe8de35

Subscribe to this mod's changes

super-claudio:software-development is a skill published in the GitHub repository toolbox-playground/super-claudio (4 stars, last pushed 2d ago), licensed MIT. It adds 379 tokens to every session and 946 once invoked, about $0.0019 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-31.

Related

Other skills, from other repositories

pillow

Manipulate images locally using Python and PIL/Pillow. Use when the user asks to resize, crop, rotate, flip, filter, enhance, combine, overlay, watermark, add text to, convert, compress, create, or edit images locally. Also use for thumbnails, borders, color adjustments, transparency, animated GIFs, or extracting…

openbotx/openbotx · 74 tokens

retro

Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking.

lmanchu/iris-system · 26 tokens

ship

Ship workflow: merge main, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR.

lmanchu/iris-system · 28 tokens

skill-creator

Create or update OpenBotX skills. Use when users want to create a new skill, modify an existing one, or need guidance on skill structure, frontmatter, bundled resources, or best practices. Also use when the user says "turn this into a skill" or wants to capture a workflow as a reusable skill.

openbotx/openbotx · 68 tokens

http-client

Make HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) to APIs and web services. Use when the user needs to call a REST API, fetch data from an endpoint, send form data, upload files, download files, or test HTTP services.

openbotx/openbotx · 59 tokens

browser

Automate browser interactions for web scraping, testing, and navigation. Use when the user needs to visit a webpage, interact with UI elements, take screenshots, or extract content from rendered pages.

openbotx/openbotx · 40 tokens