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

Code-Skills

يحتوي Code-Skills على 32 من skills المجمعة من VidyaBodepudi، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

agent-security
محللو أمن المعلومات

Security posture for the AI agent itself covering OWASP LLM Top 10, Agentic Security Top 10, behavior boundaries, destructive operation gates, prompt injection resistance, and skill supply chain verification via OIDC Trusted Publishing.

2026-04-13
api-and-interface-design
مطوّرو البرمجيات

Design and implement clean, consistent, well-documented APIs and interfaces. Use when building REST APIs, GraphQL schemas, library interfaces, or internal module boundaries.

2026-04-13
audit-and-governance
محللو أمن المعلومات

Ensure compliance with organizational policies and regulatory standards, then generate structured reports and dashboards. Covers license auditing, data handling regulations, security standard mapping, and structured reporting with actionable recommendations.

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

Collaborative design refinement with hard gates preventing premature implementation. Use BEFORE any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.

2026-04-13
browser-testing-with-devtools
محللو ضمان جودة البرمجيات والمختبرون

Visual verification of UI changes using browser DevTools MCP. Use when building or modifying frontend components to verify rendering, responsiveness, and visual correctness. All browser-read data is treated as UNTRUSTED.

2026-04-13
ci-cd-and-shipping
مطوّرو البرمجيات

End-to-end pipeline from CI configuration through production deployment. Covers pipeline stages, test automation, deployment strategies, pre-launch checklists, rollback planning, and post-deploy verification.

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

Two-stage code review: spec compliance first, then code quality. Use when reviewing code changes, conducting PR reviews, or when subagents complete implementation tasks. Ensures code matches spec AND meets quality standards.

2026-04-13
code-simplification
مطوّرو البرمجيات

Reduce code complexity through targeted refactoring. Use when code is difficult to understand, overgrown, or has accumulated technical debt. Simplify without changing behavior.

2026-04-13
codebase-reconnaissance
مطوّرو البرمجيات

Systematically understand an unfamiliar or partially-known codebase before making changes. Produces a Codebase Profile that informs all subsequent skills. Use before any modification to a codebase you haven't reconnoitered in the current session.

2026-04-13
context-engineering
مطوّرو البرمجيات

Optimize agent context window usage for maximum effectiveness. Use when working on complex tasks, managing large codebases, or when context is becoming polluted. Covers the 5-level context hierarchy, confusion management, and token-conscious strategies.

2026-04-13
deprecation-and-migration
مطوّرو البرمجيات

Safe deprecation of features and migration between versions. Use when removing features, changing APIs, or migrating data schemas. Covers deprecation notices, migration guides, and sunset timelines.

2026-04-13
documentation-and-adrs
مطوّرو البرمجيات

Documentation standards and Architecture Decision Records (ADRs). Use when documenting features, APIs, or architectural decisions. Covers inline docs, README structure, API docs, and ADR format.

2026-04-13
executing-plans
المديرون العامون ومديرو العمليات

Coordinate the execution of approved implementation plans across sessions. Track progress, handle deviations, and maintain momentum. Use when working through a multi-task plan.

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

Complete work on a development branch with final verification, review, and merge/PR decision. Use when all plan tasks are done and the branch is ready for integration.

2026-04-13
frontend-ui-engineering
مطوّرو الويب

Frontend-specific engineering practices including component architecture, state management, accessibility, responsiveness, and performance. Use when building UI components, pages, or interactive interfaces.

2026-04-13
git-workflow-and-versioning
مطوّرو البرمجيات

Git conventions for trunk-based development, semantic versioning, feature flags, commit messages, and branch management. Use when making commits, managing branches, or planning releases.

2026-04-13
incremental-implementation
مطوّرو البرمجيات

Build features in small, verifiable steps with continuous test validation. Use when implementing any feature from a plan. Each step should produce a working, tested increment. Prevents large, unverified code drops.

2026-04-13
multi-agent-orchestration
مطوّرو البرمجيات

Multi-agent orchestration covering strategy, dispatch, context isolation, conflict avoidance, progress tracking, and two-stage review gates. Use when splitting work across multiple concurrent agent sessions.

2026-04-13
performance-optimization
مطوّرو البرمجيات

Systematic performance optimization with measurement-first methodology. Use when performance issues are identified, during review phase, or when building performance-critical features. Profile before optimizing.

2026-04-13
planning-and-task-breakdown
متخصصو إدارة المشاريع

Decompose approved designs into bite-sized implementation tasks with exact file paths, verification steps, and dependency ordering. Use after brainstorming/spec approval, before implementation begins. Each task should take 2-10 minutes for an agent to complete.

2026-04-13
risk-assessment-and-escalation
متخصصو إدارة المشاريع

Evaluate the risk profile of a change and automatically escalate reviews when high-risk areas are touched. Triggered by the task decomposition engine when risk signals are detected. Ensures auth, payments, data handling, and infrastructure changes get appropriate scrutiny.

2026-04-13
security-and-hardening
محللو أمن المعلومات

OWASP-aligned security engineering for all code produced by agents. Use when building any feature that handles user input, authentication, data storage, API endpoints, file uploads, or external integrations. Covers OWASP Top 10, injection prevention, secrets management, CSP, dependency auditing, and security review checklists.

2026-04-13
source-driven-development
مطوّرو البرمجيات

Read and understand existing code before writing any modifications. Use when modifying any existing codebase. Follow established patterns, conventions, and architecture rather than introducing new ones.

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

Formal specification authoring with exit criteria and acceptance conditions. Use when requirements need to be captured precisely before implementation begins. Produces a spec document that drives planning and testing.

2026-04-13
systematic-debugging
مطوّرو البرمجيات

4-phase root cause investigation methodology for bugs and unexpected behavior. Use when tests fail, errors occur, behavior is unexpected, or a fix attempt has failed. Prohibits guessing and symptom-fixing.

2026-04-13
task-decomposition-engine
مطوّرو البرمجيات

ROOT ORCHESTRATOR — the main() of CodeHands. Activates on EVERY task. Classifies the request, assesses complexity, gates non-trivial work through mandatory decomposition, selects the correct skill chain, and tracks execution state. This is the single entry point that makes the CodeHands lifecycle mandatory, not advisory.

2026-04-13
skill-template
مطوّرو البرمجيات

Template for creating new CodeHands skills. Copy this directory and fill in all sections. Use when authoring a new skill.

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

Enforce strict test-driven development with the Iron Law: no production code without a failing test first. Use when implementing any feature, fixing any bug, or modifying any behavior. Covers Red-Green-Refactor cycle, test pyramid, Prove-It Pattern for bugs, and DAMP test writing.

2026-04-13
using-codehands
مطوّرو البرمجيات

Introduction and onboarding for the CodeHands agent skills framework. Use when starting a new session, when a user mentions CodeHands, or when you need to understand how the framework works.

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

Create isolated git worktree workspaces for feature development. Use before starting any implementation to ensure work happens on a clean branch with an isolated workspace. Prevents main branch pollution and enables parallel workstreams.

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

Mandatory proof that work is actually done before declaring completion. Use before saying "done," "complete," or "finished" for any task. Prevents the agent anti-pattern of declaring success without evidence.

2026-04-13
writing-skills
مطوّرو البرمجيات

Guide for authoring new CodeHands skills. Use when creating a new skill, improving an existing skill, or contributing to the CodeHands framework. Covers skill anatomy, writing principles, testing, and the contribution process.

2026-04-13
Code-Skills Agent Skills على GitHub | SkillsMP