By bryant-tang
Skills and scripts for web project development workflows, testing and proof, and team collaboration.
Generate 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.
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.
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 設定環境變數與必要的設定檔案Commands and scripts for .NET Framework web project build with MSBuild and IIS Express startup.
npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdpComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
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.