poshan0126poshan0126Communityยท22 Agent Skills Included

dotclaude

Complete Claude Code setup with agents, skills, rules, and safety hooks

Installs a ready-made Claude Code configuration with specialist review agents, workflow slash commands, coding rules, and safety hooks. Scans your codebase and installs only the components justified by real evidence, eliminating manual setup and bloated config files. Covers debugging, testing, refactoring, PR reviews, shipping, and onboarding so daily development workflows run faster with built-in guardrails.
npx skills add poshan0126/dotclaude --all -g -y

All Skills in This Repository (22)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
poshan0126poshan0126

explain

Parse code snippets and generate structured explanations with visual diagrams.

Community
Intermediate
๐Ÿ“ฆ In Repo
poshan0126poshan0126

debug-fix

Diagnose bugs by parsing error logs and stack traces.

Community
Intermediate
๐Ÿ“ฆ In Repo
poshan0126poshan0126

test-writer

Generate unit tests for code changes covering normal, edge, error, and concurrent scenarios.

Community
Advanced
๐Ÿ“ฆ In Repo
poshan0126poshan0126

ship

Stage, commit, push code changes, and create pull requests.

Community
Intermediate
๐Ÿ“ฆ In Repo
poshan0126poshan0126

tdd

Guide developers through test-driven development cycles with failing tests, minimal code, and refactoring.

Community
Intermediate
๐Ÿ“ฆ In Repo
poshan0126poshan0126

context-budget

Calculate token and character sizes of Claude configuration files and resources.

Community
Basic
๐Ÿ“ฆ In Repo
poshan0126poshan0126

pr-review

Analyze pull requests for quality, security, performance, and documentation issues.

Community
Advanced
๐Ÿ“ฆ In Repo
poshan0126poshan0126

refactor

Guide incremental code refactoring with test coverage at each step.

Community
Intermediate
๐Ÿ“ฆ In Repo
poshan0126poshan0126

setupdotclaude

Automate dotclaude initialization and configuration in projects.

Community
Basic
๐Ÿ“ฆ In Repo
poshan0126poshan0126

explain

Explains code with a one-sentence summary, mental model, and optional verbose breakdown.

Community
Basic
๐Ÿ“ฆ In Repo
poshan0126poshan0126

debug-fix

Diagnose and fix bugs with a careful reproduce-investigate-test workflow or an emergency hotfix mode.

Community
Intermediate
๐Ÿ“ฆ In Repo
poshan0126poshan0126

spec

Interviews the user and writes a self-contained SPEC.md for a feature.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install dotclaude?โ–ผ

Run `npx skills add poshan0126/dotclaude --all -g -y` in your terminal to install the full suite globally, then restart your AI coding assistant.

What does dotclaude do?โ–ผ

It gives your AI coding assistant a complete project setup: specialist code review agents, workflow commands like /ship and /debug-fix, coding rules, and safety hooks that block dangerous commands and leaked secrets.

How does the setupdotclaude skill work?โ–ผ

It deep-scans your codebase, asks a few questions about scope, then installs only the components justified by real evidence from your project, confirming every change before applying it.

Does dotclaude work with Claude Code?โ–ผ

Yes. It is built specifically for Claude Code as a plugin marketplace, and its skills and agents follow the standard SKILL.md format.

Can I install only part of dotclaude?โ–ผ

Yes. Each agent, skill, and hook ships as a separate plugin, so you can install just the pieces you need, such as the code reviewer or the safety hooks.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’