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

claude-code-plugins-ip-labs

يحتوي claude-code-plugins-ip-labs على 35 من skills المجمعة من jovermier، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
35
Stars
1
محدث
2026-01-19
Forks
0
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

coder-convex-setup
مطوّرو البرمجيات

Initial Convex workspace setup in Coder workspaces with self-hosted Convex deployment, authentication configuration, Docker setup, and environment variable generation

2026-01-19
coder-convex
مطوّرو البرمجيات

Self-hosted Convex development in Coder workspaces with authentication, queries, mutations, React integration, and environment configuration

2026-01-19
convex-self-hosting
مديرو الشبكات وأنظمة الحاسوب

Guides self-hosted Convex deployment, authentication setup, environment configuration, troubleshooting, and production deployment considerations.

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

Coder workspace environment for hahomelabs.com deployments. Includes networking, ports, convex config, nhost config

2026-01-16
git-workflow
مطوّرو البرمجيات

Manages git operations including commits, pull requests, merge requests, and branching. Use when creating commits, handling git conflicts, managing branches, or reviewing git history. Enforces clean commit messages without author attribution.

2026-01-16
skill-optimizer
مطوّرو البرمجيات

Refactors Claude Code skills to reduce token usage 80-95% using Progressive Disclosure Architecture (PDA). Splits monolithic skills into orchestrator + reference files, extracts scripts, creates reference/ directories. Use when optimizing skills, improving skill efficiency, refactoring large/bloated skills, reducing token costs, applying PDA, modularizing skills, breaking down skills, or converting encyclopedia-style skills to orchestrator pattern.

2026-01-16
coder-workspace-management
مديرو الشبكات وأنظمة الحاسوب

Coder CLI commands for workspace management, templates, and platform operations

2026-01-15
skill-architect
مطوّرو البرمجيات

Orchestrates complete skill lifecycle from creation to optimization. Use for comprehensive skill development, reviewing skills, or managing skill quality.

2026-01-15
skill-generator
مطوّرو البرمجيات

Generates Claude Code skills from user descriptions. Use when creating new skills, converting documentation to skills, or scaffolding skill structure.

2026-01-15
skill-reviewer
مطوّرو البرمجيات

Reviews Claude Code skills for quality, best practices, and improvement opportunities. Use when evaluating skills, checking for PDA compliance, or identifying optimization opportunities.

2026-01-15
graphql-workflow
مطوّرو البرمجيات

Activate when creating, modifying, troubleshooting, or managing GraphQL operations with codegen. This includes scaffolding .graphql files, running code generation, validating naming conventions, fixing codegen errors, or updating GraphQL types and hooks.

2026-01-13
cross-env-postgresql-extensions
مصممو قواعد البيانات

Activate when creating database migrations that enable or disable PostgreSQL extensions. Provides the DO block pattern for cross-environment compatibility between Nhost Cloud, CNPG (CloudNativePG), and other PostgreSQL environments.

2026-01-13
hasura-docker-cli
مديرو الشبكات وأنظمة الحاسوب

Activate when using Hasura CLI commands in a self-hosted Docker environment, including migrations, metadata management, and console access via docker exec.

2026-01-13
pm2-test-services
محللو ضمان جودة البرمجيات والمختبرون

Activate when managing PM2 services for Playwright test reports, trace viewers, or other test artifacts. Includes starting/stopping services, generating dynamic workspace URLs (Coder/VS Code), and viewing service logs.

2026-01-13
context7-skill-generator
مطوّرو البرمجيات

Automatically generates skills from Context7 MCP documentation responses

2026-01-13
best-practices-researcher
مطوّرو البرمجيات

Use this agent when researching external best practices, documentation, and examples for any technology, framework, or development practice. Specializes in gathering information from official documentation, community standards, and well-regarded open source projects. Triggers on requests like "research best practices", "find examples of", "how should I implement".

2026-01-13
framework-docs-researcher
مطوّرو البرمجيات

Use this agent when needing to gather comprehensive documentation and best practices for specific frameworks, libraries, or dependencies in a project. Specializes in fetching official documentation, exploring source code, identifying version-specific constraints, and understanding implementation patterns. Triggers on requests like "lookup framework docs", "how do I use", "find documentation for".

2026-01-13
git-history-analyzer
مطوّرو البرمجيات

Use this agent when understanding the historical context and evolution of code changes, tracing the origins of specific code patterns, identifying key contributors and their expertise areas, or analyzing patterns in commit history. Triggers on requests like "git history analysis", "why was this written", "who owns this code".

2026-01-13
repo-research-analyst
مطوّرو البرمجيات

Use this agent when conducting thorough research on a repository's structure, documentation, and patterns. Specializes in analyzing architecture files, examining GitHub issues, reviewing contribution guidelines, and searching for implementation patterns. Triggers on requests like "analyze repository", "research codebase structure", "find patterns in repo".

2026-01-13
agent-native-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Use this agent when reviewing code changes to ensure features are agent-native - any action a user can take, an agent can also take, and anything a user can see, an agent can see. Triggers on requests like "agent-native review", "AI accessibility check".

2026-01-13
architecture-strategist
مطوّرو البرمجيات

Use this agent when analyzing code changes from an architectural perspective, evaluating system design decisions, or ensuring changes align with established architectural patterns. Triggers on requests like "architecture review", "design evaluation", "system architecture analysis".

2026-01-13
code-simplicity-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Use this agent when reviewing code changes to ensure they are as simple and minimal as possible. Applies when implementation is complete but before finalizing changes. Triggers on requests like "check for over-engineering", "review for simplicity", "YAGNI review".

2026-01-13
data-integrity-guardian
مصممو قواعد البيانات

Use this agent when reviewing database migrations, data models, or any code that manipulates persistent data. Specializes in validating referential integrity, transaction boundaries, and data validation rules. Triggers on requests like "data integrity review", "database safety check".

2026-01-13
data-migration-expert
مصممو قواعد البيانات

Use this agent when reviewing database migrations, schema changes, or data transformations. Specializes in validating ID mappings, checking for swapped values, and verifying rollback safety. Triggers on requests like "migration review", "schema change validation".

2026-01-13
deployment-verification-agent
مطوّرو البرمجيات

Use this agent when creating deployment verification checklists for PRs that touch production data, migrations, or risky behavior changes. Generates Go/No-Go decision criteria with SQL verification queries and rollback procedures. Triggers on requests like "deployment checklist", "verify deployment", "pre-deploy checks".

2026-01-13
pattern-recognition-specialist
مطوّرو البرمجيات

Use this agent when analyzing code for design patterns, anti-patterns, naming conventions, and code consistency. Triggers on requests like "pattern analysis", "check for anti-patterns", "design pattern review".

2026-01-13
performance-oracle
مطوّرو البرمجيات

Use this agent when analyzing code for performance issues, optimization opportunities, or scalability concerns. Triggers on requests like "performance review", "check for bottlenecks", "scalability analysis".

2026-01-13
security-sentinel
محللو أمن المعلومات

Use this agent when performing security audits, vulnerability assessments, or security reviews of code. Triggers on requests like "security review", "check for vulnerabilities", "OWASP compliance check".

2026-01-13
file-todos
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

This skill should be used when managing the file-based todo tracking system in the todos/ directory. Triggers on requests like "create a todo", "update todo status", "manage todos", "check todo dependencies".

2026-01-13
plan-manager
مطوّرو البرمجيات

Manage plans and context documents with automatic indexing

2026-01-13
quality-severity
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when classifying issues, findings, or code review problems with severity levels. Triggers on requests like "classify severity", "what is P1/P2/P3", "determine issue priority".

2026-01-13
latest-astro
مطوّرو البرمجيات

Latest Astro features from versions 4.x through 5.x (mid 2024 to 2025)

2026-01-12
latest-nextjs
مطوّرو البرمجيات

Latest React and Next.js features for past 1.5 years (mid-2024 to 2026)

2026-01-12
playwright-test
محللو ضمان جودة البرمجيات والمختبرون

Playwright end-to-end testing patterns and best practices

2026-01-12
latest-react
مطوّرو الويب

Latest React features from React 19 and React Compiler (past 1.5 years - mid 2024 to 2026)

2026-01-12