ai-firstify

ai-firstify is a skill for Claude Code, Codex from techwolf-ai/ai-first-toolkit. It costs 87 tokens per session (573 once invoked), scanned A, original, MIT.

A project review and redesign process based on AI-first design principles, meaning software is organised to work well with AI-assisted development and use.

In plain words
What is it for?
Use it to audit an existing project, actively rework it, or guide the creation of a new project through architecture, simplification, safety, and workflow decisions.
Why use it?
It reveals structural problems that make a project harder to understand, maintain, or improve with AI, then provides changes or setup guidance depending on the requested mode.

Skill for Claude CodeCodex

Part of the ai-firstify plugin — 1 skill shipped together

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/techwolf-ai/ai-first-toolkit/ai-firstify
Any agent
npx skills add techwolf-ai/ai-first-toolkit --skill ai-firstify
Clone the repo
git clone --depth 1 https://github.com/techwolf-ai/ai-first-toolkit

Made for: Claude Code, Codex.

Or install ai-firstify, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-firstify

README.md
[![agentmods](https://agentmods.dev/badge/skills/techwolf-ai/ai-first-toolkit/ai-firstify.svg)](https://agentmods.dev/skills/techwolf-ai/ai-first-toolkit/ai-firstify)
Your own site
<a href="https://agentmods.dev/skills/techwolf-ai/ai-first-toolkit/ai-firstify"><img src="https://agentmods.dev/badge/skills/techwolf-ai/ai-first-toolkit/ai-firstify.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 573 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.00087 $0.00573
Opus 5 $0.00044 $0.00287
Sonnet 5 $0.00017 $0.00115
Haiku 4.5 $0.00009 $0.00057

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

Security

Grade A, and why

ai-firstify 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-report.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/ai-firstify/skills/ai-firstify/SKILL.md · 51 lines

How it starts

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

AI-Firstify

Analyze and re-engineer projects to align with AI-first design principles.

Trigger

Use this skill when asked to:

  • Audit mode (read-only): "review", "audit", "analyze", "check", "assess"
  • Re-Engineer mode (active changes): "ai-firstify", "fix", "improve", "re-engineer", "transform"
  • Bootstrap mode (new project): "start", "new project", "bootstrap", "set up", "build from scratch"

Mode 1: Audit (Read-Only Analysis)

Perform a comprehensive read-only analysis across 7 dimensions. Output a scored report with recommendations. Do NOT modify any files.

Read references/mode-audit.md for the full audit procedure and dimension checklist.

Mode 2: Re-Engineer (Active Transformation)

First, perform the full audit (Mode 1). Then actively fix issues in 7 phases: foundation, de-agentification, skill extraction, complexity reduction, context hygiene, safety hardening, workflow optimization.

Read references/mode-reengineer.md for the full re-engineering procedure.

Mode 3: Bootstrap (New Project Setup)

Guide the user through setting up a new AI-first project from scratch. Interactive: ask discovery questions, recommend architecture, scaffold, and test.

Read references/mode-bootstrap.md for the full bootstrap procedure.

Reference Files

Domain knowledge (load on demand per dimension):

  • references/principles.md: All 9 AI-first design principles in depth
  • references/patterns.md: All 7 design patterns with implementation guidance
  • references/anti-patterns.md: Common mistakes with detection patterns and fixes
  • references/skill-architecture.md: How to structure skills, sub-agents, and workflows
  • references/project-structure.md: Ideal project layouts, CLAUDE.md templates, .gitignore
  • references/assessment-rubric.md: Scoring criteria and report template

Load the relevant reference file for the dimension you are currently analyzing. Do not load all references at once. Use progressive disclosure.

Read the full file on GitHub · 51 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. 4d ago First seen · 51 lines · 87 tokens per session scan A 59d294be1ae6

Subscribe to this mod's changes

ai-firstify is a skill published in the GitHub repository techwolf-ai/ai-first-toolkit (98 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 573 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

todos

This chat has a shared, live TODO plan — your tasks for the conversation, which the user also edits. Read this skill and reach for the todo tools whenever a request takes more than a couple of steps. It covers the plan model (group = task, items = its steps; loose items are the user's lane), how to work it: propose…

JetBrains/thinkrail · 127 tokens

writing-workflow-skills

Use when adding a new workflow skill to pi-thinkrail-workflow, changing an existing workflow skill's role, trigger, handoff, or structure, or checking a workflow skill against the workflow system's rules. Not for authoring general-purpose skills outside this package.

JetBrains/thinkrail · 60 tokens

writing-specs

Use when a workflow step drafts or revises a spec artifact — a goal-and-requirements, an architecture, or a module SPEC — or when a workflow skill names it at such a step. The shared quality bar for specs — not a workflow, nothing to execute.

JetBrains/thinkrail · 59 tokens

clarify

Adaptive requirements clarification with auto-depth routing. Shallow (Q&A) for simple tasks, Deep (exploration + DRAFT + PLAN) for complex ones. Escalates automatically when ambiguity persists.

mag123c/toktrack · 43 tokens

auditing-aws-s3-bucket-permissions

Systematically audit AWS S3 bucket permissions to identify publicly accessible buckets, overly permissive ACLs, misconfigured bucket policies, and missing encryption settings using AWS CLI, S3audit, and Prowler to enforce least-privilege data access controls.

adriannoes/awesome-agentic-ai · 62 tokens

correlating-security-events-in-qradar

Correlates security events in IBM QRadar SIEM using AQL (Ariel Query Language), custom rules, building blocks, and offense management to detect multi-stage attacks across network, endpoint, and application log sources. Use when SOC analysts need to investigate QRadar offenses, build correlation rules, or tune…

adriannoes/awesome-agentic-ai · 78 tokens