xiaobei930xiaobei930Community·17 Agent Skills Included

claude-code-best-practices

Role-based coding workflow with safety hooks and memory

Runs a full development cycle from requirements to code review using role-based commands for planning, design, coding, testing, and commits. Blocks risky operations like force pushes and secret leaks through built-in safety hooks, and keeps progress across sessions with a persistent memory bank. Includes ready-made patterns for frontend, backend, database, testing, security, and DevOps work.
npx skills add xiaobei930/claude-code-best-practices --all -g -y
Available:

Defines the project constitution that tells the agent which role commands to run in sequence, when to act autonomously without asking the user, and which operations like force pushes or guessing APIs are forbidden.

All Skills in This Repository (17)

Pure Emerald Level Indicators
📦 In Repo
xiaobei930xiaobei930

database

Design database schemas, indexes, and migrations across PostgreSQL, MySQL, Oracle, and SQLite.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

devops

Automate DevOps workflows for containerization, CI/CD pipelines, and cloud deployment.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

compact

Suggest context compression at logical breakpoints during development sessions.

Community
Intermediate
📦 In Repo
xiaobei930xiaobei930

frontend

Implement frontend patterns for component design, state management, performance, and accessibility across Vue, React, Svelte, and Angular.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

native

Unify native development patterns for Apple platforms and Tauri desktop apps.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

quality

Combine security review and systematic debugging to assess software quality.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

security

Review codebases, APIs, and deployment configurations for security vulnerabilities.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

learning

Extract reusable patterns from development sessions into a structured knowledge base.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

backend

Organize backend services with layered architecture, error handling, logging, and caching.

Community
Advanced
📦 In Repo
xiaobei930xiaobei930

exploration

Explore unfamiliar codebases using isolated-research and iterative-retrieval strategy modes.

Community
Intermediate
📦 In Repo
xiaobei930xiaobei930

testing

Guide teams to adopt TDD and E2E testing workflows with templates and examples.

Community
Intermediate
📦 In Repo
xiaobei930xiaobei930

architecture

Document architecture decisions using ADR templates and design checklists.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install claude-code-best-practices?

Run `npx skills add xiaobei930/claude-code-best-practices --all -g -y` in your terminal to install all skills globally.

What does this workflow actually do?

It turns a plain request like 'add user authentication' into a full cycle: requirement analysis, technical design, coding, testing, and a clean commit, all handled by role-based commands.

How does it keep my code safe?

Built-in hooks block dangerous commands like force pushes and hard deletions, scan for leaked secrets, and enforce coding standards automatically on every change.

Can it remember progress between sessions?

Yes. A memory bank records progress, architecture decisions, and learned patterns, so the next session resumes exactly where you left off.

Do I need to configure anything before coding?

No. The roles, rules, hooks, and skills come pre-configured, so you can start with a single iterate command right after installation.

Related Repositories in Software Engineering

View All in Software Engineering