# AntifragileTech

> Open-source publisher. Listings imported from github.com/AntifragileTech — credited to the original author with their license.

- **Listings:** 37
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/antifragiletech
- **Website:** https://github.com/AntifragileTech

## Published listings

- [Cso](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-cso) — Skill · Free — `agentstack add skill-antifragiletech-antifragile-claude-code-cso`
  |
- [Audit Prep Assistant](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-audit-prep-assistant) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-audit-prep-assistant`
  Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).
- [Bugfix](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-bugfix) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-bugfix`
  A Claude skill from AntifragileTech/antifragile-claude-code.
- [Component Scaffold](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-component-scaffold) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-component-scaffold`
  A Claude skill from AntifragileTech/antifragile-claude-code.
- [Git:analyze Issue](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-analyze-issue) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-analyze-issue`
  Analyze a GitHub issue and create a detailed technical specification
- [Canary](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-canary) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-canary`
  |
- [Checkpoint](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-checkpoint) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-checkpoint`
  A Claude skill from AntifragileTech/antifragile-claude-code.
- [Codex](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-codex) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-codex`
  |
- [Connect Chrome](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-connect-chrome) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-connect-chrome`
  |
- [Debug Like Expert](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-debug-like-expert) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-debug-like-expert`
  Deep analysis debugging mode for complex issues. Activates methodical investigation protocol with evidence gathering, hypothesis testing, and rigorous verification. Use when standard troubleshooting fails or when issues require systematic root cause analysis.
- [Api Designer](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-api-designer) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-api-designer`
  Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
- [Sdd:add Task](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-add-task) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-add-task`
  creates draft task file in .specs/tasks/draft/ with original user intent
- [Browse](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-browse) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-browse`
  |
- [Architecture Designer](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-architecture-designer) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-architecture-designer`
  Use when designing new high-level system architecture, reviewing existing designs, or making architectural decisions. Invoke to create architecture diagrams, write Architecture Decision Records (ADRs), evaluate technology trade-offs, design component interactions, and plan for scalability. Use for system design, architecture review, microservices structuring, ADR authoring, scalability planning,…
- [Csharp Developer](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-csharp-developer) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-csharp-developer`
  Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor components with state management. Invoke for C#, .NET, ASP.NET Core, Blazor, Entity F…
- [Cpp Pro](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-cpp-pro) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-cpp-pro`
  Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance bottlenecks, concurrency issues, and build system configuration with CMake.
- [Code Reviewer](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-code-reviewer) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-code-reviewer`
  Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security…
- [Agent Browser](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-agent-browser) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-agent-browser`
  Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click button", "take screenshot", "scrape page", "web automation".
- [Benchmark](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-benchmark) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-benchmark`
  |
- [Code Documenter](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-code-documenter) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-code-documenter`
  Generates, formats, and validates technical documentation — including docstrings, OpenAPI/Swagger specs, JSDoc annotations, doc portals, and user guides. Use when adding docstrings to functions or classes, creating API documentation, building documentation sites, or writing tutorials and user guides. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, getting started guides.
- [Ckm:banner Design](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-banner-design) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-banner-design`
  Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold typography, photo-based, illustrated, geometric, retro, glassmorphism, 3D, neon, du…
- [Andrew Kane Gem Writer](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-andrew-kane-gem-writer) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-andrew-kane-gem-writer`
  This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when clean, minimal, production-ready Ruby library code is needed. Triggers on requests like "create a gem", "write a Ruby library", "design a gem API", or mentions of Andrew Kane's style.
- [Git:commit](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-commit) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-commit`
  Create well-formatted commits with conventional commit messages and emoji
- [Db Migrate](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-db-migrate) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-db-migrate`
  A Claude skill from AntifragileTech/antifragile-claude-code.
- [Ckm:brand](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-brand) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-brand`
  Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.
- [Debug Buttercup](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-debug-buttercup) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-debug-buttercup`
  >
- [Autoplan](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-autoplan) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-autoplan`
  |
- [Git:compare Worktrees](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-compare-worktrees) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-compare-worktrees`
  Compare files and directories between git worktrees or worktree and current branch
- [Git:attach Review To Pr](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-attach-review-to-pr) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-attach-review-to-pr`
  Add line-specific review comments to pull requests using GitHub CLI API
- [Code Maturity Assessor](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-code-maturity-assessor) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-code-maturity-assessor`
  Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices, access controls, complexity, decentralization, documentation, MEV risks, low-level code, and testing. Produces professional scorecard with evidence-based ratings and actionable recommendations.
- [Angular Architect](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-angular-architect) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-angular-architect`
  Generates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS reactive patterns, performance tuning, or writing Angular tests for enterprise ap…
- [Careful](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-careful) — Skill · Free — `agentstack add skill-antifragiletech-antifragile-claude-code-careful`
  |
- [Claude In Chrome Troubleshooting](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-claude-in-chrome-troubleshooting) — Skill · Free — `agentstack add skill-antifragiletech-antifragile-claude-code-claude-in-chrome-troubleshooting`
  Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return "Browser extension is not connected", or behave erratically.
- [Coverage Analysis](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-coverage-analysis) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-coverage-analysis`
  >
- [Cli Developer](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-cli-developer) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-cli-developer`
  Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for parsing flags and subcommands, displaying progress bars and spinners, generating bash/zsh/fish completion scripts, CLI design, shell completions, and cross-platform terminal applications using commander, click, typer, or cobra.
- [Tech Stack:add Typescript Best Practices](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-add-typescript-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-add-typescript-best-practices`
  Setup TypeScript best practices and code style rules in CLAUDE.md
- [Compound Docs](https://agentstack.voostack.com/l/skill-antifragiletech-antifragile-claude-code-compound-docs) — Skill · Free · security-reviewed — `agentstack add skill-antifragiletech-antifragile-claude-code-compound-docs`
  Capture solved problems as categorized documentation with YAML frontmatter for fast lookup

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
