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

CerebraSkills

يحتوي CerebraSkills على 615 من skills المجمعة من AmnadTaowsoam، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

shift-left-docset-generator
مطوّرو البرمجيات

Generate a standardized shift-left engineering documentation set (Blueprint, Requirements, Verification, Architecture, Contract, Specs, Operation, and Agentic Work Ticket) under a target project docs folder using canonical 1:1 heading templates.

2026-02-23
architectural-reviews
مطوّرو البرمجيات

Architectural Reviews is a critical process for evaluating system designs before implementation, helping to reduce risks in large-scale systems where incorrect early decisions can cause millions of do

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

Architecture Decision Records (ADRs) are lightweight documents that capture important architectural decisions and their rationale, providing a historical record that helps teams understand the "why" b

2026-02-22
intelligence-router
مطوّرو البرمجيات

The Intelligence Router implements the "Twin-Engine" Intelligence Architecture that governs how skills are routed, composed, and validated within the CerebraSkills ecosystem. Layer A provides determin

2026-02-22
problem-framing
مطوّرو البرمجيات

Problem framing is the critical first step before any implementation, teaching agents to detect vague or incomplete requirements, pause execution, and ask clarifying questions. This skill reduces hall

2026-02-22
risk-assessment
متخصصو إدارة المشاريع

Risk assessment is a systematic process of identifying, analyzing, and evaluating potential risks that could affect project success, system stability, or business operations. This skill provides frame

2026-02-22
self-validation-cicd
محللو ضمان جودة البرمجيات والمختبرون

Self-Validation CI/CD provides an automated pipeline for testing AI-generated code and documentation. It uses a dummy project to verify that AI-generated skills work correctly before they are committe

2026-02-22
skill-generator
مطوّرو البرمجيات

The Meta-Skill Generator is the foundational cognitive engine that instructs an AI Agent on *how* to generate a perfect `SKILL.md` file using the existing `skill-template.md`. This skill acts as the o

2026-02-22
skill-router
مطوّرو البرمجيات

The Skill Router is the cognitive orchestrator that dynamically loads context and combines skills based on user requests. It uses the skill graph to identify relevant skills, resolve dependencies, and

2026-02-22
swarm-collaboration
مطوّرو البرمجيات

Swarm Collaboration enables multiple AI agents with different personas to work together on complex tasks. Each agent has specialized expertise (Architect, Coder, Reviewer/Security) and they collaborat

2026-02-22
system-thinking
مطوّرو البرمجيات

System thinking is a holistic approach to understanding complex systems by examining interconnections, relationships, and feedback loops between components. This skill helps teams see "big picture" an

2026-02-22
technical-debt-management
مطوّرو البرمجيات

Technical debt is the implied cost of additional rework caused by choosing an easy solution now instead of using a better approach that would take longer. This skill provides frameworks for identifyin

2026-02-22
algorithmic-self-discovery
مطوّرو البرمجيات

Algorithmic Self-Discovery is the God-Mode protocol that enables AI agents to autonomously invent, create, and deploy their own MCP (Model Context Protocol) tools when existing tools are insufficient.

2026-02-22
alphago-architecture
مطوّرو البرمجيات

AlphaGo Architecture is the God-Mode protocol that applies Monte Carlo Tree Search (MCTS) principles to software engineering architecture design. Instead of relying on intuition or best practices from

2026-02-22
cognitive-governance
محللو أمن المعلومات

Cognitive Governance is the God-Mode protocol that implements deep, unblockable safety controls for autonomous AI systems. Inspired by Asimov's Laws of Robotics, this protocol goes beyond simple rule-

2026-02-22
liquid-architecture
مطوّرو البرمجيات

Liquid Architecture enables the AI system to modify and optimize its own codebase in real-time without human intervention. This God-Mode protocol allows the agent to analyze, refactor, and improve cod

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

RESTful API design is an architectural style and set of constraints for building web services that emphasize consistency, scalability, and developer experience. This skill provides comprehensive guida

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

Code review is a systematic examination of source code intended to find bugs, improve code quality, enforce standards, and share knowledge across teams. Effective code reviews catch defects early, pre

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

Git workflow encompasses practices, patterns, and strategies for using Git effectively in collaborative development environments. This skill provides comprehensive guidance on branch management, commi

2026-02-22
python-standards
مطوّرو البرمجيات

Python coding standards define best practices for writing clean, maintainable, and robust Python code. This skill covers PEP 8 compliance, modern type hints with Python 3.10+ syntax, Pydantic models f

2026-02-22
typescript-standards
مطوّرو البرمجيات

TypeScript coding standards provide comprehensive guidelines for writing type-safe, maintainable code. This skill covers strict TypeScript configuration, naming conventions, type definitions, error ha

2026-02-22
animation
مطوّرو البرمجيات

Creating efficient and beautiful animations is crucial for creating impressive user experiences in digital transformation era where users expect smooth, immediate, and responsive interactions. Animati

2026-02-22
error-boundaries-react
مطوّرو البرمجيات

Error boundaries are React components that catch JavaScript errors anywhere in their component tree, log those errors, and display a fallback UI instead of a component tree that crashed. Introduced in

2026-02-22
form-handling
مطوّرو البرمجيات

Form handling is a critical aspect of web applications that collect data from users. React Hook Form and Zod provide a powerful combination for building forms in React: React Hook Form reduces re-rend

2026-02-22
infinite-scroll
مطوّرو البرمجيات

Infinite scroll is a technique for displaying large datasets by loading additional content as the user scrolls to a predefined threshold, instead of loading all data at once. This skill covers Interse

2026-02-22
mui-material
مطوّرو البرمجيات

Material-UI (MUI) is a comprehensive React component library implementing Google's Material Design system. It provides 50+ production-ready components with built-in accessibility, responsive design, a

2026-02-22
multi-step-forms
مطوّرو الويب

Multi-Step Forms break complex data collection into manageable chunks using wizard patterns. This approach reduces cognitive load, improves completion rates by 20-30%, and provides better user experie

2026-02-22
nextjs-patterns
مطوّرو البرمجيات

Next.js 14+ App Router is a powerful React framework with features including Server Components, Streaming, Server Actions, and improved data fetching. The App Router uses file-based routing and nested

2026-02-22
react-best-practices
مطوّرو البرمجيات

React is a JavaScript library for building user interfaces using component-based architecture and virtual DOM for optimal performance. React 18+ introduces features including functional components wit

2026-02-22
shadcn-ui
مطوّرو الويب

shadcn/ui is a collection of accessible React components built on Radix UI primitives and styled with Tailwind CSS. It helps developers build beautiful and consistent UI easily without starting from s

2026-02-22
state-machines-xstate
مطوّرو البرمجيات

XState is a state management library using finite state machines and statecharts for modeling application logic. It helps developers create applications with predictable state management, visualizatio

2026-02-22
state-management
مطوّرو البرمجيات

* **Depends on**: [typescript-standards](..\..\01-foundations\typescript-standards/SKILL.md) * **Compatible with**: None * **Conflicts with**: None * **Related Skills**: [api-design](..\..\01-foundati

2026-02-22
tailwind-patterns
مطوّرو الويب

Tailwind CSS is a utility-first CSS framework that helps developers build UI rapidly and maintainably using utility classes instead of custom CSS. This approach reduces context switching between HTML

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

Error Handling is a critical component of backend development that enables applications to operate reliably, maintainably, and debuggably. It encompasses patterns and best practices for handling, logg

2026-02-22
express-rest
مطوّرو البرمجيات

Express.js is a minimal and flexible Node.js web application framework for building REST APIs, featuring a powerful middleware system, flexible routing, and a large ecosystem. Express.js consists of:

2026-02-22
fastapi-patterns
مطوّرو البرمجيات

FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.6+ using standard Python type hints, enabling developers to create APIs quickly, maintainably, and with type

2026-02-22
fastify-rest-api
مطوّرو البرمجيات

Fastify is a high-performance Node.js web framework focused on speed and low overhead, featuring built-in schema validation and serialization, enabling developers to create production-ready APIs quick

2026-02-22
graphql-best-practices
مطوّرو البرمجيات

GraphQL is a query language for APIs that enables clients to ask for exactly what they need and nothing more, featuring a strong typing system and self-documenting capabilities. GraphQL consists of: -

2026-02-22
grpc-integration
مطوّرو البرمجيات

gRPC (Google Remote Procedure Call) is a high-performance, open-source universal RPC framework using Protocol Buffers for serialization, ideal for microservices communication with efficient binary ser

2026-02-22
middleware
مطوّرو البرمجيات

Middleware functions are functions that have access to the request object (req), response object (res), and the next middleware function in the application's request-response cycle. Middleware helps m

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