By bryant-tang
Skills and scripts for web project development workflows, testing and proof, and team collaboration.
npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdpGenerate a commit message from the fixed format declared inside this skill. Use when the user asks for commit message, git commit title, 提交訊息, commit 訊息, or wants a project-specific message style without re-checking git history.
Write or update C# comments, including XML documentation comments plus single-line and multi-line explanatory comments, so a new engineer with no project background can understand the code. Use when implementing or revising C# classes, fields, properties, methods, constructors, or other members that need durable documentation comments.
Inspect project databases with DBHub read-only MCP tools, decide environment scope, and deliver standardized SQL scripts under sql files/local-db, sql files/test-db, and sql files/main-db. Use when feature work, bug fixing, schema investigation, data checking, seed data, migration prep, or deployment preparation depends on one or more databases exposed by the current workspace MCP tools.
Archive the specs folder and SQL work-item folders for a completed bugfix or feature branch. Use when a branch is merged or the work is done and specs/<type>/<slug> and sql files/*-db/<slug> folders should be moved to their respective archives locations under specs/archives/ and sql files/archives/.
Define a frontend skill entry that points to repository-local implementation, component reuse, file placement, formatting, and documentation standards for frontend work.
Implement plan.md tasks in order by delegating coding and categorized AC review to subagents. Use when plan.md already exists and each task should loop implement -> parallel category review reports -> read review reports until COMPLETE, while the final build task starts from build review first, where n must be replaced with the actual task number, without running final test-plan verification.
Convert supported local documents to Markdown through the workspace MarkItDown MCP server by staging the input under the markitdown_workdir_path and calling the tool with a file:///workdir/... URI.
Read and record durable project facts, decisions, constraints, and user-requested "記住" notes in MCP memory. Use when current work may depend on previously stored repo context, or when you should remember new repo-specific context for future work.
Set up or update plugin configuration in .claude/settings.local.json and create required companion files. Use when installing the plugin for the first time or when adding or adjusting environment variables and config files for db-management, memory, markitdown, or testing-and-proof skills.
Start a new bugfix or feature workflow for this repo. Use when a new requirement needs its own bugfix/ or feature/ branch, matching specs folder, and an initial goal.md created through user discussion before planning or coding.
Execute a requirement test-plan.md and write proof back into each test-n.md. Use when a bugfix or feature already has test-plan.md and the user wants ordered verification, browser screenshots, or non-browser evidence. This skill must determine the appropriate build command and run command based on the current project type, apply and restore the local test stash around each server-backed verification task, and delegate each verification task to a subagent that writes the corresponding test-n.md. Replace the n in every test-n file name with the actual task number.
Write plan.md, test-plan.md, and decomposed test-n.md files from an approved goal.md. Use when a requirement already has goal.md and now needs single-session implementation tasks with categorized AC, mandatory static checks, a final build task, and final verification tasks with evidence rules. Replace the n in every test-n file name with the actual task number.
Some claude plugins that handle dev process.
/plugin 指令.claude/settings.json"extraKnownMarketplaces": {
"turbo-plugins-claude": {
"source": {
"source": "git",
"url": "https://github.com/Bryant-Tang/turbo-plugins-claude.git"
}
}
},
"enabledPlugins": {
"turbo-dev-pack@turbo-plugins-claude": true,
"turbo-dotnet-framework-commands@turbo-plugins-claude": true
}
/tdp:setup 、 /tnf:setup 設定環境變數與必要的設定檔案Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Share bugs, ideas, or general feedback.
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.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.