By baufest
Core skills: brand styling, API design, data table design, architecture decisions, and delivery status updates
Design ergonomic, consistent REST and HTTP APIs that work well with OpenAPI and code generators. Use this skill when designing an API, writing an OpenAPI spec, reviewing API endpoints, naming resources, choosing HTTP methods, structuring request/response bodies, designing pagination, or planning API versioning. Also triggers for: "what should this endpoint look like", "review my API", "write the OpenAPI spec", "REST design", "API contract", "resource naming", "error response format", or "how should I paginate this". Do NOT use for GraphQL schema design, gRPC protobuf definitions, database schema design (use data-table-design), or general backend architecture (use architecture-decision).
Produce structured Architecture Decision Records (ADRs) with options analysis, tradeoffs, and a clear recommendation. Use this skill when making technology choices, evaluating build-vs-buy, selecting platforms or frameworks, choosing between architectural patterns, or documenting any significant technical decision. Also triggers for: "decision doc", "options analysis", "tech evaluation", "design decision", "technology comparison", "should we use X or Y", "what database should we pick", or "evaluate these options". Covers context, decision drivers, options with pros/cons/risks, decision outcome, and consequences. Do NOT use for project plans, delivery status reports, proposals, or general technical documentation.
Apply Baufest brand identity — colors, typography, and voice — to any deliverable. Use this skill when styling documents, decks, emails, or any content that should look and sound like Baufest. Triggers for: brand colors, brand guidelines, Baufest styling, corporate identity, deck formatting, look-and-feel, brand voice, visual identity, branded output, magenta and green palette. Also use when generating CSS, design tokens, or theme configuration for brand-guidelinesed applications. Do NOT use for logo file requests (those require asset management) or for non-Baufest client branding.
Design clear, scannable data tables that follow established UX conventions for alignment, formatting, and readability. Use this skill when building data tables, grids, list views, dashboards, reports, or any tabular display. Also triggers for: "design this table", "how should I display this data", "table layout", "column alignment", "grid design", "data grid", "table UX", "report table", "spreadsheet layout", "make this table easier to read", or "numeric column formatting". Covers column ordering, alignment rules, number formatting, status indicators, row density, sorting, and responsive behavior. Do NOT use for database schema design, API response design (use api-design), or chart/visualization design.
Write delivery status reports — weekly updates, steering committee summaries, and executive roll-ups. Use this skill when creating a status report, weekly update, delivery update, progress report, steering committee summary, or executive project summary. Also triggers for: "write up the status", "what's the update", "prepare the weekly report", "steering committee deck", "project health summary", or "roll up the status across workstreams". Produces forward-looking reports that emphasize next actions over retrospective narrative. Do NOT use for proposals (use proposal-builder), engagement briefs (use client-engagement-brief), or architecture documentation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of agent skills for Baufest consulting teams, built on the agentskills.io open standard.
Skills are structured instruction sets that any compatible AI coding agent can discover and execute. Each skill is a folder containing a SKILL.md file with YAML frontmatter (for discovery) and a markdown body (for execution). Skills follow a progressive disclosure model: agents see only the name and description at discovery time, load the full instructions on trigger, and pull in references or scripts on demand. This keeps context lean while enabling deep, specialized behavior.
Skills are agent-agnostic. The same skill works across Claude Code, Cursor, VS Code / Copilot, Codex, Gemini CLI, and any agent that supports the agentskills.io specification.
| Skill | Description | Type |
|---|---|---|
brand-guidelines | Apply Baufest brand colors, typography, and voice to any deliverable | Simple |
api-design | Design ergonomic REST APIs that work well with OpenAPI and code generators | Reference-backed |
data-table-design | Design clear, scannable data tables with correct alignment, formatting, and layout | Reference-backed |
architecture-decision | Produce Architecture Decision Records with options analysis and recommendations | Reference-backed |
delivery-status | Write delivery status reports — weekly updates, steering committee summaries, executive roll-ups | Example-backed |
demo-duck-style | Apply DuckCorp brand voice — duck emoji statuses, "quack" placeholders, ALL CAPS duck-pun headers, and celebration suffixes. Designed for use with skills-demo to show how brand guide skills work. | Demo |
Install from the marketplace:
plugin marketplace add baufest/skills
Select the consulting-skills plugin, then install. Skills are automatically available in all sessions.
Manual install: Clone this repo and symlink to your skills directory:
git clone https://github.com/baufest/skills.git
ln -s $(pwd)/skills ~/.claude/skills
Clone the repo, then add the skills directory to your Cursor settings:
{
"chat.agentSkillsLocations": [
"/path/to/baufest-skills/skills"
]
}
Place skills in .github/skills/ in your project, or configure chat.agentSkillsLocations in VS Code settings:
{
"chat.agentSkillsLocations": [
"/path/to/baufest-skills/skills"
]
}
Clone this repo and point your agent's skill discovery at the skills/ directory. The agent must support the agentskills.io specification — it will read SKILL.md frontmatter for discovery and load skill bodies on demand.
skill-name/
├── SKILL.md # Required: YAML frontmatter + markdown instructions
├── scripts/ # Optional: executable helpers
├── references/ # Optional: loaded on-demand into context
└── assets/ # Optional: templates, images, static files
name, description, license, metadata) and a markdown body with instructions.See CONTRIBUTING.md for how to author, test, and register new skills.
Apache-2.0 — see LICENSE.
npx claudepluginhub baufest/skills --plugin consulting-skillsFour-layer test framework for Claude Code plugin skills — structure validation, trigger accuracy, session testing, and skill value comparison
4つの専門エージェント(アーキテクト・リサーチャー・ライター・レビュアー)がチームで高品質なスキルを設計・作成する
Create and validate production-grade agent skills with 100-point marketplace grading
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.