Stage all files and create a commit.
/plugin marketplace add GGPrompts/TabzBeads/plugin install specialized@tabz-beadsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Stage, commit and push all code in the current branch:
fix, feat, perf, refactor, docs, style, ci, chore, build, test)
Any changes related to Markdown files in .claude/ should be using perf: (instead of docs:)
New files in .claude/ directory should be using feat: (instead of docs: or perf:)
Commit title should be less than 70 characters.
If there are new files and file changes at the same time, split them into separate commits.
Commit body should be a summarized list of key changes.
NEVER automatically add AI attribution signatures like:
Stage, commit and push all code in the current branch:
fix, feat, perf, refactor, docs, style, ci, chore, build, test)
Any changes related to Markdown files in .claude/ should be using perf: (instead of docs:)
New files in .claude/ directory should be using feat: (instead of docs: or perf:)
Commit title should be less than 70 characters.
If there are new files and file changes at the same time, split them into separate commits.
Commit body should be a summarized list of key changes.
NEVER automatically add AI attribution signatures like:
TO_BRANCH: $1 (defaults to main)
FROM_BRANCH: $2 (defaults to current branch)
gh command to create a pull request from {FROM_BRANCH} to {TO_BRANCH} branch.gh command is not available, instruct the user to install and authorize GitHub CLI first.This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.