Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-init

يحتوي claude-init على 12 من skills المجمعة من yash-gadodia، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
5
محدث
2026-07-13
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

claude-init
مطوّرو البرمجيات

Analyze any codebase and generate a complete .claude/ configuration to make it AI-native. Use when setting up Claude Code for a new or existing repo. Handles cold-start by detecting stack, framework, patterns, and generating tailored CLAUDE.md, agents, skills, rules, and hooks.

2026-07-13
doctor
مطوّرو البرمجيات

Validate your .claude/ configuration. Checks that commands work, paths exist, hooks are valid, and agents are well-formed. Use after /claude-init or /update to catch issues.

2026-07-13
finish
مطوّرو البرمجيات

Land completed work — verify tests, present options (merge/PR/keep/discard), execute chosen workflow. Auto-triggered after implementation and review pass. Also available as /finish.

2026-07-05
review
محللو ضمان جودة البرمجيات والمختبرون

Two-stage code review: spec compliance first, then code quality. Auto-triggered after implementation. Also available as /review.

2026-07-05
subagent-dev
مطوّرو البرمجيات

Execute implementation plans using fresh subagents per task with two-stage review. Auto-triggered for plans with multiple independent tasks. Also available as /subagent-dev.

2026-07-05
verify
محللو ضمان جودة البرمجيات والمختبرون

Verification before completion — no success claims without fresh evidence. Auto-triggered before any completion claim. Also available as /verify.

2026-07-05
update
مطوّرو البرمجيات

Re-analyze a repo and update its existing .claude/ configuration. Detects stack changes, new dependencies, and config drift without overwriting customizations. Use when the codebase has evolved since initial /claude-init.

2026-06-01
clarify
متخصصو إدارة المشاريع

Turn vague requests into structured, testable specs through collaborative design. Auto-triggered when requirements are ambiguous. Explores intent, constraints, and alternatives before implementation. Also available as /clarify.

2026-03-18
plan
متخصصو إدارة المشاريع

Create a detailed implementation plan with bite-sized tasks. Auto-triggered for non-trivial work. Includes design exploration, devil's advocate challenge, and subagent review. Also available as /plan.

2026-03-18
tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-driven development — RED-GREEN-REFACTOR cycle. Auto-triggered during implementation. Write the test first, watch it fail, write minimal code to pass. Also available as /tdd.

2026-03-17
onboard
مطوّرو البرمجيات

Quick onboarding to an existing codebase. Generates a mental model of the architecture, key patterns, and how things connect. Use when joining a new repo or when a teammate needs to get up to speed fast.

2026-03-16
devils-advocate
مطوّرو البرمجيات

Challenge a plan, design, or PR by finding every flaw, risk, and wrong assumption. Use before committing to an architecture or shipping a major change.

2026-03-16