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

wrangler

يحتوي wrangler على 59 من skills المجمعة من bacchus-labs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Use when design is complete and you need detailed implementation tasks - creates tracked MCP issues with exact file paths, complete code examples, and verification steps. Optional reference plan file for architecture overview.

2026-02-19
updating-wrangler
مديرو الشبكات وأنظمة الحاسوب

Update the wrangler plugin to the latest version by clearing all caching layers. Use when user says "update yourself", "update wrangler", or after pushing changes to the wrangler repo.

2026-02-19
avoiding-testing-anti-patterns
محللو ضمان جودة البرمجيات والمختبرون

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

2026-02-17
brainstorming
مطوّرو البرمجيات

Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

2026-02-17
condition-based-waiting
محللو ضمان جودة البرمجيات والمختبرون

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling; prefer event-based waiting when available (WebSockets, EventEmitters, Observables)

2026-02-17
debugging-systematically
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

2026-02-17
defense-in-depth
مطوّرو البرمجيات

Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible

2026-02-17
dependency-opportunity-scanner
مطوّرو البرمجيات

Scan codebase to identify opportunities to replace custom implementations with well-maintained open source libraries. Creates worktree, implements changes, and submits PR for review. Multi-phase workflow with parallel analysis agents.

2026-02-17
finding-code-patterns
مطوّرو البرمجيات

Locates code patterns, anti-patterns, or specific implementations across codebase. Use when searching for usage examples, identifying inconsistencies, or finding instances requiring updates.

2026-02-17
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 verifying work is complete (tests, requirements, code review, TDD compliance) and presenting structured options for merge, PR, or cleanup

2026-02-17
implement-spec
مطوّرو البرمجيات

Orchestrate spec-to-PR workflow with session tracking, worktree isolation, and audit trail

2026-02-17
isolating-worktrees
مطوّرو البرمجيات

Use when implementing features in git worktrees to ensure all changes stay in the correct worktree - prevents "bleeding" of changes back to main branch

2026-02-17
reviewing-implementation-progress
متخصصو إدارة المشاريع

Tracks implementation progress against specs or plans with completion percentages. Use when monitoring multi-step implementations, reporting status, or identifying blockers.

2026-02-17
wranglerstartup-checklist
مديرو الشبكات وأنظمة الحاسوب

Validates project wrangler version on session start, detects breaking changes, and recommends updates

2026-02-17
accessibility-verification
مطوّرو الويب

Use when implementing any UI - verifies accessibility compliance through automated testing (axe-core), keyboard navigation, screen reader verification, and Lighthouse audits; legally required and ensures inclusive user experience

2026-02-17
design-system-governance
مصممو واجهات الويب والرقمية

Detect and track design token drift between Figma design systems and code implementations - report-only skill that identifies inconsistencies and creates wrangler issues for resolution

2026-02-17
design-system-setup
مصممو واجهات الويب والرقمية

Initialize design systems for projects via Q&A and templates, with auto-detection when missing

2026-02-17
figma-design-workflow
مصممو واجهات الويب والرقمية

Generate Figma mockups from wrangler specifications with hierarchical file structure and approval tracking

2026-02-17
youtube-transcript
مطوّرو البرمجيات

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

2026-02-17
creating-issues
متخصصو إدارة المشاريع

For use when a new issue/task has been identified and needs to be formally captured using the Wrangler MCP issue management system. Use this skill to create new issues via the issues_create MCP tool with appropriate metadata and structured content.

2026-02-17
implementing-specs
مطوّرو البرمجيات

Orchestrates specification implementation through planning, execution, verification, and PR publication phases with session recovery. Use when implementing specifications requiring phased workflow and resumable progress tracking.

2026-02-17
writing-specifications
مطوّرو البرمجيات

Use when creating technical specifications for features, systems, or architectural designs. Creates comprehensive specification documents using the Wrangler MCP issue management system with proper structure and completeness checks.

2026-02-17
running-workflows
مطوّرو البرمجيات

Launches workflow engine runs in the background, monitors progress via session files, and reports status. Use when running spec-implementation workflows or any workflow engine invocation.

2026-02-17
reporting-status
متخصصو إدارة المشاريع

Generate situational awareness report showing new memos, recent commits, decisions, questions, and roadmap work since user's last reporting-status. Use when user asks "what's new", "catch me up", "status update", "what did I miss", or "recent activity". ONLY invoke via /wrangler:reporting-status command.

2026-02-15
defining-constitution
متخصصو إدارة المشاريع

Develops project constitutional principles through Socratic questioning. Use when establishing design values, creating project governance, or resolving ambiguous design decisions.

2026-02-07
e2e-user-journeys
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing critical user workflows that span multiple pages/components - tests complete journeys end-to-end using Page Object Model, user-centric selectors, and condition-based waiting; use sparingly (10-15% of tests)

2026-02-07
visual-regression-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing UI components, design systems, or responsive layouts - verifies visual correctness through screenshot comparison and DevTools verification; prevents shipping broken UI

2026-02-07
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-02-07
requesting-code-review
مطوّرو البرمجيات

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches reviewing-code subagent to review implementation against plan or requirements before proceeding

2026-02-07
implementing-issue
مطوّرو البرمجيات

Implements a single issue with TDD, code review, and fix loop. Use when a specific issue needs implementation -- either standalone or as part of orchestrated spec execution.

2026-02-05
initializing-governance
مديرو أنظمة الحاسوب والمعلومات

Initializes complete governance framework including constitution, roadmap, and templates. Use when setting up new projects or establishing governance in existing projects lacking systematic documentation.

2026-02-05
practicing-tdd
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

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

Conducts systematic code review with quality checks, architectural verification, and actionable feedback. Use when reviewing pull requests, code changes, or ensuring code quality standards.

2026-02-05
setting-up-git-hooks
مطوّرو البرمجيات

Configures git hooks for automated testing, linting, and quality enforcement. Use when initializing projects, establishing quality gates, or preventing commit/push errors.

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

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-02-05
verifying-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-02-05
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 verifying work is complete (tests, requirements, code review, TDD compliance) and presenting structured options for merge, PR, or cleanup

2026-02-03
checking-constitutional-alignment
مطوّرو البرمجيات

Verifies features and decisions align with project constitution. Use when evaluating new features, resolving design conflicts, or ensuring constitutional compliance.

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

Perform comprehensive project housekeeping - update roadmap, reconcile issues with implementation reality, organize completed work, and identify drift. This is a workflow skill that coordinates multiple parallel subagents for efficiency. Use when user says something like "run housekeeping", "do your housekeeping" or "clean up project state".

2026-02-03
organizing-root-files
مطوّرو البرمجيات

Routes root-level markdown files to appropriate directories or deletes obsolete content. Use when project root accumulates analysis files, memos, or documentation needing organization.

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