ai-first-toolkit

agent
Security Audit
Fail
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 58 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in install.sh
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This toolkit provides open-source skills and plugins for Claude Code and Codex. It is designed to audit, re-engineer, and bootstrap codebases based on AI-first design principles, alongside offering specialized pipelines for content creation and people management.

Security Assessment
The tool requests no explicitly dangerous permissions, posing a low baseline risk for daily operations. However, the automated installation script contains a recursive force deletion command (`rm -rf`). While this is a common practice for cleaning up temporary files during setup, it is a risky shell execution that could potentially harm your local file system if the script is mishandled or modified. Beyond this installation behavior, the tool does not appear to access highly sensitive data or rely on hardcoded secrets. Overall risk is rated as Medium.

Quality Assessment
The project demonstrates strong maintenance and active development, with its most recent code pushed within the last day. It is properly licensed under the standard MIT license, ensuring clear and permissive usage terms. Community trust is solid, evidenced by nearly 60 GitHub stars, which suggests a growing and engaged user base reviewing the code.

Verdict
Use with caution. While the active maintenance and MIT license are reassuring, developers should manually review the installation script before executing it to mitigate the risks associated with the built-in force deletion command.
SUMMARY

Open-source Claude Code skills and Codex skills for AI-first work. Audit, re-engineer, and bootstrap projects with AI-first design principles.

README.md

TechWolf AI-First Toolkit

MIT License v1.2.0 Claude Code Codex agentskills.io

Open-source Claude Code skills and Codex skills from TechWolf's AI-First Bootcamp.

What's inside

ai-firstify -- AI-First Skill

Audit, re-engineer, or bootstrap any codebase to align with 9 AI-first design principles and 7 design patterns. Three modes:

  • Audit -- deep analysis across 7 dimensions with a scored report
  • Re-engineer -- actively restructures your project to be AI-first
  • Bootstrap -- guides new project setup with discovery questions

content-studio -- Thought Leadership Pipeline

Full content pipeline for LinkedIn posts, blog posts, and opinion pieces. Includes 8 specialized skills, a visual Kanban editor, and hooks that auto-start the companion app.

  • Write -- LinkedIn posts, blog posts, opinion pieces with voice-matched style
  • Brainstorm -- generate ideas from URLs, files, or recent posts
  • Analyze -- engagement pattern analysis across published content
  • Setup -- interactive onboarding that learns your voice and creates a personalized content repo

people-management -- AI-Augmented Management

AI-augmented tooling for people managers. Surfaces the right context at the right time -- before meetings, during 1:1 prep, when triaging messages, or reviewing performance. Adapts to any org's frameworks and values.

  • Setup -- interactive onboarding (10 phases) that discovers your team, frameworks, values, and ways of working
  • 8 skills -- meeting prep, 1:1 prep, triage, customer status, priority planner, team health, performance cycle
  • Framework-agnostic -- configures to your org's performance dimensions, rating scale, management competencies, and values

techwolf-brand-kit -- Brand Assets

Official TechWolf brand assets for AI-generated outputs. Ensures agents use the correct logo files instead of guessing or approximating.

  • TechWolf Logo -- 4 variants (dark, white, mono-dark, mono-white) in SVG and PNG
  • currentColor SVG -- inline variant that inherits color from parent CSS for themed contexts

Quick start

Claude Code

claude plugin marketplace add techwolf-ai/ai-first-toolkit
claude plugin install ai-firstify@techwolf-ai-first
claude plugin install content-studio@techwolf-ai-first
claude plugin install people-management@techwolf-ai-first
claude plugin install techwolf-brand-kit@techwolf-ai-first

Codex

Skills follow the agentskills.io spec:

./install.sh
./install.sh ai-firstify
./install.sh content-studio
./install.sh people-management
./install.sh techwolf-brand-kit
More install commands
./install.sh list
./install.sh verify
./install.sh update ai-firstify
./install.sh uninstall ai-firstify
./install.sh --target ~/custom/

What the installer does:

  • Installs each skill under ~/.codex/skills/<skill-name>/
  • Adds per-skill metadata for traceability back to the source plugin and version
  • Verifies required files are present after install
  • Copies plugin guidance into ~/.codex/skills/.techwolf-ai-first/plugins/<plugin>/AGENTS.md

Repository structure

ai-first-toolkit/
├── .claude-plugin/
│   └── marketplace.json        # Marketplace manifest
├── plugins/
│   ├── ai-firstify/            # Auditor & re-engineer (1 skill, 9 reference docs)
│   ├── content-studio/         # Content pipeline (8 skills, visual editor, hooks)
│   ├── people-management/      # Management tooling (8 skills, 5 reference docs)
│   └── techwolf-brand-kit/              # Brand assets (logo variants in SVG + PNG)
├── install.sh                  # Codex skill installer
└── README.md

Each plugin lives in plugins/<name>/ with a .claude-plugin/ manifest and skills/ directory containing SKILL.md files. See individual plugin READMEs for details:

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT -- see CHANGELOG.md for release history.

Reviews (0)

No results found