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

claude-code-toolkit

يحتوي claude-code-toolkit على 38 من skills المجمعة من BerryKuipers، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
38
Stars
7
محدث
2026-02-06
Forks
3
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

scaffold
مطوّرو البرمجيات

Detect project stack, apply architecture patterns, wire quality gates, and scaffold features. Use when bootstrapping a project, adding a vertical slice, wiring CI/CD, adding Docker compose, or setting up quality gates.

2026-02-06
handoff-pack
متخصصو إدارة المشاريع

Generates structured Handoff Pack prompts for delegating work to Gemini with clear scope, acceptance criteria, and output format requirements.

2026-01-15
type-hardening
مطوّرو البرمجيات

Incrementally improve type safety by replacing string literals with enums, narrowing `any` types, and using shared types. Works in small verified batches. Preserves functionality while improving code quality.

2026-01-15
dns
مديرو الشبكات وأنظمة الحاسوب

Cloudflare DNS and infrastructure management. Manage DNS records, tunnels, Access policies, SSL certificates, and CDN caching.

2026-01-15
deploy
مديرو الشبكات وأنظمة الحاسوب

Deploy projects to staging or production environments. Repo-agnostic deployment orchestration using SSH MCP for VPS operations and Cloudflare for DNS/SSL. Reads project configuration from deployments.registry.json.

2026-01-15
vps
مديرو الشبكات وأنظمة الحاسوب

Direct VPS operations via SSH MCP. Manage Docker containers, check logs, run commands, and troubleshoot services on registered VPS servers.

2026-01-15
dev-memory-briefing
مطوّرو البرمجيات

Generate a session briefing from development memory (events.jsonl, sessions.jsonl). Shows recent timeline, open questions, and suggested focus areas.

2025-12-11
dev-memory-update
مطوّرو البرمجيات

Update development memory (events.jsonl) based on commit metadata and diff analysis. Automatically tracks features, fixes, refactorings, and decisions.

2025-12-11
project-memory
مطوّرو البرمجيات

Persist and recall project-specific context across sessions. Store architectural decisions, patterns, solutions, and learnings. Automatically recall relevant context when facing similar problems.

2025-12-11
semantic-theming
مطوّرو الويب

Enforce semantic CSS variable theming in Tailwind projects. Prevents raw colors (hex, rgb) and non-theme Tailwind classes. Use when project has semantic tokens, CSS vars, or custom ESLint theming rules.

2025-12-11
audit-dependencies
محللو أمن المعلومات

Run npm audit and check for outdated/vulnerable dependencies. Returns structured output with vulnerability counts by severity, outdated packages, and recommended updates. Used for security validation and dependency health checks.

2025-11-10
run-comprehensive-tests
محللو ضمان جودة البرمجيات والمختبرون

Execute comprehensive test suite (Vitest/Jest) with coverage reporting and failure analysis. Returns structured output with test counts (total/passed/failed), coverage percentage, duration, and detailed failure information. Used for quality gates and CI/CD validation.

2025-11-10
validate-build
محللو ضمان جودة البرمجيات والمختبرون

Run production build validation (npm run build, vite build, tsc) to ensure code compiles and builds successfully. Returns structured output with build status, duration, size metrics, and error details. Used for quality gates and deployment readiness checks.

2025-11-10
validate-coverage-threshold
محللو ضمان جودة البرمجيات والمختبرون

Validate test coverage meets minimum thresholds (default 80% overall, 80% statements, 75% branches, 80% functions). Parses coverage reports from coverage/coverage-summary.json or test output. Returns pass/fail status with detailed metrics and identifies uncovered files.

2025-11-10
validate-git-hygiene
محللو ضمان جودة البرمجيات والمختبرون

Validate git commit messages, branch naming conventions, and repository hygiene. Returns structured output with validation results for commit format (conventional commits), branch naming, and best practices. Used for quality gates and git workflow validation.

2025-11-10
validate-lint
محللو ضمان جودة البرمجيات والمختبرون

Run ESLint and Prettier validation to check code style, formatting, and best practices. Returns structured output with error/warning counts, rule violations, and affected files. Used for code quality gates and pre-commit validation.

2025-11-10
validate-typescript
محللو ضمان جودة البرمجيات والمختبرون

Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Returns structured output with error counts, categories (type/syntax/import errors), and affected files. Used for quality gates and pre-commit validation.

2025-11-10
quality-gate
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive quality validation for TypeScript/JavaScript projects - runs TypeScript checks, tests, coverage analysis, build validation, and linting with structured JSON results

2025-10-23
gemini-api-caching
مطوّرو البرمجيات

Best practices for Gemini API caching strategy including cache versioning, entity-stable keys, and cache busting for WescoBar

2025-10-23
gemini-api-rate-limiting
مطوّرو البرمجيات

Best practices for handling Gemini API rate limits, implementing sequential queues, and preventing 429 RESOURCE_EXHAUSTED errors in WescoBar

2025-10-23
commit-with-validation
مطوّرو البرمجيات

Create single atomic commit with proper message format, issue linking, and pre-commit hook validation for WescoBar workflows

2025-10-23
create-feature-branch
مطوّرو البرمجيات

Create properly named feature branch from development with remote tracking, following WescoBar naming conventions and git best practices

2025-10-23
create-pull-request
مطوّرو البرمجيات

Create GitHub pull requests with proper issue linking, comprehensive descriptions, and quality metrics for WescoBar project

2025-10-23
validate-git-hygiene
مطوّرو البرمجيات

Validate git commit messages, branch naming conventions, and check for sensitive files. Returns structured output with commit format validation, branch name compliance, and sensitive file detection (.env, credentials, .pem, .key). Used for git workflow validation and security checks.

2025-10-23
check-existing-pr
مطوّرو البرمجيات

Check if pull request already exists for current branch to support workflow resumption and prevent duplicate PR creation

2025-10-23
fetch-github-issue-analysis
مطوّرو البرمجيات

Fetch GitHub issue details with AI analysis comment from github-actions bot, extracting structured data for architecture planning in WescoBar workflows

2025-10-23
parse-ai-analysis
مطوّرو البرمجيات

Parse GitHub AI analysis comment sections for architectural alignment, technical feasibility, implementation suggestions, and testing strategy

2025-10-23
skill-creator
مطوّرو البرمجيات

Interactive skill creation wizard that guides you through building properly formatted Claude Skills with YAML frontmatter, progressive disclosure, and best practices

2025-10-23
quality-gate
محللو ضمان جودة البرمجيات والمختبرون

Complete quality validation workflow combining TypeScript checking, linting, tests, coverage, and build validation. Works with any TypeScript/JavaScript project. Returns structured pass/fail with detailed results for each check. Used in conductor workflows and quality assurance phases.

2025-10-23
record-quality-baseline
محللو ضمان جودة البرمجيات والمختبرون

Record quality metrics baseline before refactoring or major changes, capturing audit scores, test coverage, and complexity for comparison

2025-10-23
validate-build
محللو ضمان جودة البرمجيات والمختبرون

Run production build validation (npm run build, vite build, tsc) to ensure code compiles and builds successfully. Returns structured output with build status, duration, size metrics, and error details. Used for quality gates and deployment readiness checks.

2025-10-23
validate-coverage-threshold
محللو ضمان جودة البرمجيات والمختبرون

Validate test coverage meets minimum thresholds for overall, statement, branch, and function coverage

2025-10-23
validate-lint
محللو ضمان جودة البرمجيات والمختبرون

Run ESLint and Prettier validation to check code style, formatting, and linting rules. Works with any TypeScript/JavaScript project using ESLint/Prettier. Returns structured output with error/warning counts, rule violations, and affected files.

2025-10-23
validate-typescript
محللو ضمان جودة البرمجيات والمختبرون

Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Works with any TypeScript project. Returns structured output with error counts, categories (type/syntax/import errors), and affected files. Used for quality gates and pre-commit validation.

2025-10-23
audit-dependencies
محللو أمن المعلومات

Run npm audit to scan for security vulnerabilities and check for outdated packages. Returns structured output with vulnerability counts by severity (critical/high/moderate/low), affected packages, and recommended updates. Used for security audits and maintenance.

2025-10-23
load-resumption-state
مطوّرو البرمجيات

Load conductor workflow state from previous session and determine resumption point by analyzing git state and saved JSON state file

2025-10-23
save-workflow-state
مطوّرو البرمجيات

Save conductor workflow state to JSON file for smart resumption, tracking current phase, completed phases, issue context, and branch information

2025-10-23
run-comprehensive-tests
محللو ضمان جودة البرمجيات والمختبرون

Execute comprehensive test suite with validation, coverage reporting, and failure analysis. Works with any TypeScript/JavaScript testing framework (Jest, Vitest, Mocha, etc.). Returns structured output with pass/fail status, coverage metrics, and detailed error analysis.

2025-10-23