The whole ecosystem, one catalog.

7,262 results · page 5 of 243

  • Sensei - Junior MentorsubagentDev tools

    Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems.

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • Structured AutonomypluginDev tools

    Premium planning, thrifty implementation

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • TDD Green Phase - Make Tests Pass QuicklysubagentDev tools

    Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • TDD Red Phase - Write Failing Tests FirstsubagentDev tools

    Guide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists.

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • Technical SpikepluginDev tools

    Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before proceeding to specification and implementation of solutions.

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • Testing AutomationpluginDev tools

    Comprehensive collection for writing tests, test automation, and test-driven development including unit tests, integration tests, and end-to-end testing strategies.

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • Ultimate Transparent Thinking Beast ModesubagentDev tools

    Ultimate Transparent Thinking Beast Mode

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • WinForms ExpertsubagentDev tools

    Support development of .NET (OOP) WinForms Designer compatible Apps.

    github.com/github/awesome-copilot36k stars

    Add to your gateway
  • 00-andruia-consultantskillDev tools

    Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.

    github.com/sickn33/antigravity-awesome-skills25k stars

    Add to your gateway
  • PM Skills MarketplaceskillDev tools

    63 product management skills from discovery to strategy, execution, launch, and growth

    github.com/phuryn/pm-skills23k stars

    Add to your gateway
  • Pm ExecutionpluginDev tools

    Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.

    github.com/phuryn/pm-skills22k stars

    Add to your gateway
  • Pm Go To MarketpluginDev tools

    Go-to-market skills for PMs: GTM strategy, growth loops, GTM motions, beachhead segments, and ideal customer profiles.

    github.com/phuryn/pm-skills22k stars

    Add to your gateway
  • Pm Market ResearchpluginDev tools

    Market research skills for PMs: user personas, market segmentation, sentiment analysis, and competitive analysis.

    github.com/phuryn/pm-skills22k stars

    Add to your gateway
  • Pm Product DiscoverypluginDev tools

    Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.

    github.com/phuryn/pm-skills22k stars

    Add to your gateway
  • Pm ToolkitpluginDev tools

    PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.

    github.com/phuryn/pm-skills22k stars

    Add to your gateway
  • gradioskillDev tools

    Build Gradio web UIs and demos in Python. Use when creating or editing Gradio apps, components, event listeners, layouts, or chatbots.

    github.com/huggingface/skills11k stars

    Add to your gateway
  • Visual Explainer MarketplacepluginDev tools

    Plugin distribution for visual-explainer

    github.com/nicobailon/visual-explainer9k stars

    Add to your gateway
  • bad-skill-unclosed-frontmatterskillDev tools

    ---

    github.com/larksuite/cli8k stars

    Add to your gateway
  • Typescript Cli ArchitectsubagentDev tools

    TypeScript CLI architecture specialist for ZCF project

    github.com/ufomiao/zcf6k stars

    Add to your gateway
  • Zcf Config ArchitectsubagentDev tools

    Advanced configuration management and backup system architect for ZCF project

    github.com/ufomiao/zcf6k stars

    Add to your gateway
  • Zcf I18n SpecialistsubagentDev tools

    Advanced i18next internationalization specialist for ZCF project

    github.com/ufomiao/zcf6k stars

    Add to your gateway
  • Zcf Template EnginesubagentDev tools

    Template system and workflow configuration specialist for ZCF project

    github.com/ufomiao/zcf6k stars

    Add to your gateway
  • Zcf Testing SpecialistsubagentDev tools

    Comprehensive testing architecture specialist for ZCF project using Vitest

    github.com/ufomiao/zcf6k stars

    Add to your gateway
  • Zcf Tools Integration SpecialistsubagentDev tools

    CCR, Cometix, and CCusage integration specialist for ZCF project

    github.com/ufomiao/zcf6k stars

    Add to your gateway
  • address-sanitizerskillDev tools

    AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.

    github.com/trailofbits/skills6k stars

    Add to your gateway
  • 0 PreflightsubagentDev tools

    Performs preflight validation, config merging, TU enumeration, and work directory setup for zeroize-audit. Produces merged-config.yaml, preflight.json, and orchestrator-state.json.

    github.com/trailofbits/skills6k stars

    Add to your gateway
  • 2 Source AnalyzersubagentDev tools

    Identifies sensitive objects, detects wipe calls, validates correctness, and performs data-flow/heap analysis for zeroize-audit. Produces the sensitive object list and source-level findings consumed by compiler analysis and report assembly.

    github.com/trailofbits/skills6k stars

    Add to your gateway
  • 2b Rust Source AnalyzersubagentDev tools

    Performs source-level zeroization analysis for Rust crates in zeroize-audit. Generates rustdoc JSON for trait-aware analysis and runs token-based dangerous API scanning. Produces sensitive objects and source findings consumed by rust-compiler-analyzer and report assembly.

    github.com/trailofbits/skills6k stars

    Add to your gateway
  • 3 Tu Compiler AnalyzersubagentDev tools

    Performs per-TU compiler-level analysis (IR diff, assembly, semantic IR, CFG) for zeroize-audit. One instance runs per translation unit, enabling parallel execution across TUs.

    github.com/trailofbits/skills6k stars

    Add to your gateway
  • 3b Rust Compiler AnalyzersubagentDev tools

    Performs crate-level MIR and LLVM IR analysis for Rust in zeroize-audit. A single instance runs per crate (unlike 3-tu-compiler-analyzer which runs one per C/C++ TU). Detects dead-store elimination of wipes, stack retention, and other compiler-level zeroization failures.

    github.com/trailofbits/skills6k stars

    Add to your gateway