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

claude-dotfiles

يحتوي claude-dotfiles على 69 من skills المجمعة من peopleforrester، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Generate changelog entries following Keep a Changelog format

2026-04-25
pr
مطوّرو البرمجيات

Generate a well-structured pull request with summary and test plan

2026-04-25
evolve
مطوّرو البرمجيات

Cluster related instincts into skills, commands, or agents

2026-04-25
instinct-export
مساعدو الموارد البشرية (باستثناء الرواتب وضبط الوقت)

Export instincts for sharing with teammates or backup

2026-04-25
instinct-import
مطوّرو البرمجيات

Import instincts from teammates or community collections

2026-04-25
instinct-status
المشرفون في الخط الأول على عمال الدعم المكتبي والإداري

View learned instincts grouped by domain with confidence levels

2026-04-25
cleanup
مطوّرو البرمجيات

Clean up project files, remove cruft, and organize codebase

2026-04-25
lint-fix
مطوّرو البرمجيات

Fix linting errors systematically across the codebase

2026-04-25
refactor-clean
مطوّرو البرمجيات

Remove dead code, unused dependencies, and reduce complexity. Invokes the refactor-cleaner agent.

2026-04-25
update-deps
مطوّرو البرمجيات

Safely update project dependencies with testing verification

2026-04-25
build-fix
مطوّرو البرمجيات

Diagnose and fix build errors systematically. Invokes the build-resolver agent for type errors, dependency conflicts, and CI failures.

2026-04-25
code-review
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive code review for quality, security, and maintainability. Invokes the code-reviewer agent.

2026-04-25
e2e
محللو ضمان جودة البرمجيات والمختبرون

Generate end-to-end tests for critical user flows

2026-04-25
security-review
محللو أمن المعلومات

Security-focused code audit. Checks OWASP Top 10, secrets exposure, and vulnerability patterns. Invokes the security-reviewer agent.

2026-04-25
test-coverage
محللو ضمان جودة البرمجيات والمختبرون

Analyze and report test coverage with improvement suggestions

2026-04-25
checkpoint
مطوّرو البرمجيات

Save current verification state for resumption

2026-04-25
deploy
مطوّرو البرمجيات

Guide through a safe deployment process with verification

2026-04-25
eval
محللو ضمان جودة البرمجيات والمختبرون

Evaluate code or implementation against specific criteria

2026-04-25
learn
منسّقو التدريس

Extract reusable patterns from the current session

2026-04-25
multi-execute
مطوّرو البرمجيات

Execute an approved multi-agent plan

2026-04-25
multi-plan
متخصصو إدارة المشاريع

Plan a complex task using multiple specialized agents

2026-04-25
orchestrate
مطوّرو البرمجيات

Coordinate multi-agent workflow for complex tasks

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

Create a detailed implementation plan before coding

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

Perform a thorough code review of recent changes

2026-04-25
sessions
المشرفون في الخط الأول على عمال الدعم المكتبي والإداري

Manage and review session history and state

2026-04-25
spec-new
متخصصو إدارة المشاريع

Create a new feature specification through structured interview

2026-04-25
spec-status
متخصصو إدارة المشاريع

Show specification progress and next tasks

2026-04-25
spec-task
متخصصو إدارة المشاريع

Update task status and add implementation notes

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

Start TDD workflow for a feature or bug fix. Enforces red-green-refactor cycle with the tdd-guide agent.

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

Run comprehensive pre-PR verification loop. Checks build, types, lint, tests, security, and coverage.

2026-04-25
continuous-learning-v2
مطوّرو البرمجيات

Instinct-based learning system that observes development patterns via hooks and builds a knowledge base of reusable instincts with confidence scoring. Instincts evolve from observations into skills, commands, and agents.

2026-04-25
spec-driven-development
متخصصو إدارة المشاريع

Interview-first specification workflow for feature development. Guides through 8 question categories to build comprehensive specs before coding. Use when starting new features, planning complex changes, or establishing clear requirements before implementation.

2026-02-05
project-guidelines-example
مطوّرو البرمجيات

Reference template for creating project-specific CLAUDE.md files. Shows how to structure project guidelines with stack info, commands, directory structure, code standards, and gotchas sections for optimal Claude usage.

2026-02-05
django-security
محللو أمن المعلومات

Django security best practices. Covers CSRF, XSS, SQL injection prevention, authentication hardening, Content Security Policy, secrets management, and Django-specific security middleware configuration.

2026-02-05
django-tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-driven development patterns for Django. Covers pytest-django setup, factory_boy factories, API testing with DRF, model testing, view testing, and integration test strategies with database transactions.

2026-02-05
django-verification
محللو ضمان جودة البرمجيات والمختبرون

Pre-deployment verification workflow for Django projects. Covers migration checks, security audit, performance profiling, dependency scanning, deployment readiness, and production configuration validation.

2026-02-05
springboot-patterns
مطوّرو البرمجيات

Spring Boot 3.x best practices. Covers layered architecture, dependency injection, JPA/Hibernate patterns, REST controllers, configuration management, and production-ready features with Spring Actuator.

2026-02-05
springboot-security
مطوّرو البرمجيات

Spring Security 6.x best practices. Covers SecurityFilterChain, JWT auth, OAuth2, CORS, CSRF, method-level security, password encoding, and rate limiting for Spring Boot 3.x applications.

2026-02-05
springboot-tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-driven development patterns for Spring Boot 3.x. Covers JUnit 5, MockMvc, Testcontainers, service mocking with Mockito, slice tests, integration tests, and test configuration management.

2026-02-05
backend-patterns
مطوّرو البرمجيات

Common backend development patterns for APIs, databases, caching, and service architecture. Language-agnostic principles with examples in Python, TypeScript, and Go.

2026-02-05
عرض أهم 40 من أصل 69 skills مجمعة في هذا المستودع.