{ "name": "workflow-skill-design", "version": "1.0.1", "description": "Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills", "author": { "name": "Benjamin Samuels", "email": "opensource@trailofbits.com", "url": "https://github.com/trailofbits" } }
Claude Plugin
workflow-skill-design
Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills
Editor's Note
Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills
Plugin Overview
This item is backed by a plugin manifest rather than a `SKILL.md` file, so the most useful fields are surfaced here first.
Plugin Name
workflow-skill-design
Version
1.0.1
Author
Benjamin Samuels (opensource@trailofbits.com)
Manifest Description
Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills
Raw Manifest
The structured plugin fields above are derived from the same upstream manifest shown below.
Related Items
Claude Plugin
agentic-actions-auditor
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)
Claude Plugin
building-secure-contracts
Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.
Claude Plugin
entry-point-analyzer
Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.
Claude Plugin
sharp-edges
Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes