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

apex-discovery

يحتوي apex-discovery على 54 من skills المجمعة من lhbsaa، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

pi-integration
مطوّرو البرمجيات

Pi Coding Agent integration. Generate multi-agent team/chain configs and damage-control safety rules. Triggers on: pi, Pi agent, multi-agent, chain config, damage control.

2026-07-22
apex-mode
المهن الحاسوبية الأخرى

Switch between development modes. Use /apex:mode to change mode or check current mode. Triggers on: switch mode, change mode, /apex:mode, what mode am I in.

2026-07-22
apex-spec
مطوّرو البرمجيات

Spec-driven development workflow. Propose features with specs, design docs, and tasks before writing code. Triggers on: /apex:spec, propose, write spec, design feature.

2026-07-22
api-design
مطوّرو البرمجيات

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

2026-07-22
architecture-decision-records
مطوّرو البرمجيات

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

2026-07-22
backend-patterns
مطوّرو البرمجيات

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

2026-07-22
brainstorming
مطوّرو البرمجيات

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-07-22
coding-standards
مطوّرو البرمجيات

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

2026-07-22
database-migrations
مصممو قواعد البيانات

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

2026-07-22
delivery-gate
مطوّرو البرمجيات

Stop hook that blocks Claude from finishing until quality checks pass. Detects rationalization patterns (surface text heuristics), stale learning logs (filesystem mtime), and low disk space. Complements self-audit by mechanically enforcing learning capture habits.

2026-07-22
deployment-patterns
مديرو الشبكات وأنظمة الحاسوب

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

2026-07-22
dispatching-parallel-agents
مطوّرو البرمجيات

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-07-22
docker-patterns
مديرو الشبكات وأنظمة الحاسوب

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

2026-07-22
error-handling
مطوّرو البرمجيات

Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages.

2026-07-22
executing-plans
مطوّرو البرمجيات

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-07-22
finishing-a-development-branch
مطوّرو البرمجيات

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-07-22
frontend-patterns
مطوّرو الويب

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

2026-07-22
gateguard
مطوّرو البرمجيات

Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.

2026-07-22
git-workflow
مطوّرو البرمجيات

Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.

2026-07-22
plan-orchestrate
مطوّرو البرمجيات

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.

2026-07-22
postgres-patterns
مصممو قواعد البيانات

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

2026-07-22
prd
متخصصو إدارة المشاريع

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.

2026-07-22
python-testing
محللو ضمان جودة البرمجيات والمختبرون

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

2026-07-22
ralph
مطوّرو البرمجيات

Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json.

2026-07-22
react-patterns
مطوّرو الويب

React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.

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

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

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

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-07-22
safety-guard
مديرو الشبكات وأنظمة الحاسوب

Use this skill to prevent destructive operations when working on production systems or running agents autonomously.

2026-07-22
sdk-scan
مطوّرو البرمجيات

Scan vendor SDK examples and GitHub for reference code matching a hardware/peripheral query. Triggers on: find example, 找示例, SDK example, reference code, 参考代码, show me how to, demo.

2026-07-22
security-review
محللو أمن المعلومات

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

2026-07-22
subagent-driven-development
المهن الحاسوبية الأخرى

Use when executing implementation plans with independent tasks in the current session

2026-07-22
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-07-22
tdd-workflow
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

2026-07-22
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any feature or bugfix, before writing implementation code

2026-07-22
using-git-worktrees
مطوّرو البرمجيات

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

2026-07-22
verification-before-completion
محللو ضمان جودة البرمجيات والمختبرون

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-07-22
verification-loop
محللو ضمان جودة البرمجيات والمختبرون

A comprehensive verification system for Claude Code sessions.

2026-07-22
writing-plans
مطوّرو البرمجيات

Use when you have a spec or requirements for a multi-step task, before touching code

2026-07-22
writing-skills
المهن الحاسوبية الأخرى

Use when creating new skills, editing existing skills, or verifying skills work before deployment

2026-07-22
citation-management
معلمو التعليم العالي، جميع الآخرون

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

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