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

codingbuddy

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

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

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

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

Use when orchestrating parallel Claude Code instances across tmux panes with git worktree isolation — managing multiple concurrent development tasks visually

2026-04-05
incident-response
مديرو الشبكات وأنظمة الحاسوب

Use when production incident occurs, alerts fire, service degradation detected, or on-call escalation needed - guides systematic organizational response before technical fixes

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

Use when conducting manual PR reviews - provides structured checklist covering security, performance, maintainability, and code quality dimensions with anti-sycophancy principles

2026-04-05
ship
مطوّرو البرمجيات

Run local CI checks and ship changes — create branch, commit, push, and PR. Optionally link to a GitHub issue. Use when changes are ready to ship.

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

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

2026-04-03
widget-slot-architecture
مطوّرو البرمجيات

Architecture guide using Next.js App Router's Parallel Routes for Widget-Slot pattern. Separates static layouts from dynamic widgets to achieve separation of concerns, fault isolation, and plug-and-play development.

2026-04-02
ship
مطوّرو البرمجيات

Run local CI checks and ship changes — create branch, commit, push, and PR. Optionally link to a GitHub issue. Use `--full` to run all workspace checks. Use when changes are ready to ship.

2026-04-02
agent-design
مطوّرو البرمجيات

Use when creating new specialist agent definitions for codingbuddy. Covers JSON schema design, expertise definition, system prompt authoring, and differentiation from existing agents.

2026-03-27
mcp-builder
مطوّرو البرمجيات

Use when building or extending MCP (Model Context Protocol) servers. Covers NestJS-based server design, Tools/Resources/Prompts capability design, transport implementation (stdio/SSE), and testing strategies.

2026-03-27
skill-creator
مطوّرو البرمجيات

>-

2026-03-27
retrospective
مطوّرو البرمجيات

Analyze recent session context archives to identify coding patterns, agent usage, TDD cycle stats, and common EVAL issues. Generates a summary report with data-driven improvement suggestions.

2026-03-27
onboard
مطوّرو البرمجيات

Guided onboarding for new projects - scans tech stack, generates codingbuddy.config.json, sets up adapters, and installs .ai-rules with interactive Q&A.

2026-03-27
plan-to-issues
مطوّرو البرمجيات

Decompose specs or implementation plans into independent GitHub issues with dependency graphs, wave grouping, and file overlap analysis for safe parallel execution.

2026-03-27
writing-plans
متخصصو إدارة المشاريع

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

2026-03-24
agent-discussion-panel
مطوّرو البرمجيات

Use when rendering a multi-agent discussion as a TUI panel. Defines terminal panel layout, component architecture, real-time streaming behavior, and integration points for displaying AgentOpinion data with bordered boxes, severity badges, and consensus indicators.

2026-03-22
cost-budget
متخصصو إدارة المشاريع

Use when managing AI session costs, setting budget limits, or preventing cost overruns in autonomous workflows like taskMaestro, autopilot, ralph loops, and parallel agent execution. Defines cost tracking protocol, threshold alerts, and auto-pause mechanism.

2026-03-22
test-coverage-gate
محللو ضمان جودة البرمجيات والمختبرون

Use before shipping, creating PRs, or merging to enforce minimum test coverage thresholds. Covers line, branch, and function coverage. Supports vitest, jest, c8, and istanbul. Blocks shipping when coverage falls below configurable thresholds (default 80%).

2026-03-22
cross-repo-issues
مطوّرو البرمجيات

Use when a bug or feature request belongs in an upstream, parent, or dependency repository rather than the current one. Guides detection, mapping, and safe cross-repo issue creation with user confirmation.

2026-03-22
deepsearch
مطوّرو البرمجيات

Use when simple grep/glob is insufficient and you need comprehensive, multi-pass codebase understanding

2026-03-22
agent-discussion
مطوّرو البرمجيات

Use when rendering multi-agent debate, discussion, or review output in the terminal. Formats agent opinions with severity badges, colored identifiers, evidence blocks, and consensus indicators using box drawing characters.

2026-03-22
plan-and-review
مطوّرو البرمجيات

Use when creating implementation plans that need quality review before execution — 4-phase workflow combining plan creation with automated plan-reviewer validation

2026-03-22
tmux-master
مديرو الشبكات وأنظمة الحاسوب

Background knowledge for tmux session, window, and pane lifecycle management, layout control, inter-pane communication, styling, and troubleshooting. Used by taskMaestro and parallel execution workflows.

2026-03-22
build-fix
مطوّرو البرمجيات

Use when build fails, TypeScript errors appear, or compilation breaks. Minimal diff fixes only — no refactoring, no architecture changes.

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

Use when creating isolated workspaces for parallel execution, feature exploration, or plan implementation. Covers worktree creation, naming conventions, safety checks, and cleanup procedures.

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

Use when implementation is complete and you need to decide how to integrate the work - merge, PR, or cleanup

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

Use when receiving PR review feedback or code review comments. Enforces verification-first response to review feedback with anti-sycophancy classification and constructive disagreement protocol.

2026-03-22
git-master
مطوّرو البرمجيات

Use when performing git operations - commits, rebasing, cherry-picking, history cleanup, or conflict resolution. Ensures atomic commits, clean history, and consistent commit message style.

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

Use when preparing code for review before submitting PRs — covers pre-flight validation, change summary generation, test evidence collection, review focus areas, and structured review request formatting

2026-03-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

2026-03-22
plan-to-issues
مطوّرو البرمجيات

Convert a PLAN into GitHub issues with native sub-issue hierarchy. Use when a plan is ready to be registered as deployable, independent work items. Creates self-contained issues where each sub-issue can be independently branched, PRed, and merged.

2026-03-21
pr-all-in-one
مطوّرو البرمجيات

Unified commit and PR workflow. Auto-commits changes, creates/updates PRs with smart issue linking and multi-language support.

2026-03-21
parallel-issues
مطوّرو البرمجيات

>-

2026-03-21
retro
متخصصو إدارة المشاريع

Use after completing parallel/batch work, multi-step plan execution, or any session where surprises occurred (good or bad) and learnings should be captured before context fades.

2026-03-21
api-design
مطوّرو البرمجيات

Use when designing REST or GraphQL APIs - covers OpenAPI spec, resource design, versioning, and documentation

2026-03-21
frontend-design
مطوّرو البرمجيات

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-03-21
rule-authoring
مطوّرو البرمجيات

Use when writing AI coding rules for codingbuddy that must work consistently across multiple AI tools (Cursor, Claude Code, Codex, GitHub Copilot, Amazon Q, Kiro). Covers rule clarity, trigger design, and multi-tool compatibility.

2026-03-21
code-explanation
مطوّرو البرمجيات

Use when explaining complex code to new team members, conducting code reviews, onboarding, or understanding unfamiliar codebases. Provides structured analysis from high-level overview to implementation details.

2026-03-21
error-analysis
مطوّرو البرمجيات

Use when encountering error messages, stack traces, or unexpected application behavior. Provides structured analysis to understand root cause before attempting any fix.

2026-03-21
legacy-modernization
مطوّرو البرمجيات

Use when modernizing legacy code or migrating outdated patterns to current best practices. Covers assessment, strangler fig pattern, incremental migration, and risk management.

2026-03-21
performance-optimization
مطوّرو البرمجيات

Use when optimizing code performance, addressing slowness complaints, or measuring application speed improvements

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