Skip to main content
McFuzzySquirrel
Profil créateur GitHub

McFuzzySquirrel

Vue par dépôt de 87 skills collectés dans 15 dépôts GitHub.

skills collectés
87
dépôts
15
mis à jour
2026-07-22
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
knowledge-dungeon
14 skills · 2026-06-24
Développeurs de logicielsAutres occupations informatiquesSpécialistes en gestion de projetsAnalystes en assurance qualité des logiciels et testeursEnseignants postsecondaires, autres
5 catégories métier · 100% classifié
16%part
#02
mcfuzzy-agent-forge
9 skills · 2026-06-18
Autres occupations informatiquesSpécialistes en gestion de projetsAnalystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
4 catégories métier · 100% classifié
10%part
#03
repo-dungeon
9 skills · 2026-05-19
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiquesDéveloppeurs web
4 catégories métier · 100% classifié
10%part
#04
3d-space-rocks-demo
9 skills · 2026-03-18
Développeurs de logiciels
1 catégories métier · 100% classifié
10%part
#05
photo-jumper
6 skills · 2026-03-30
Développeurs de logicielsSpécialistes en gestion de projetsDéveloppeurs webPréposés aux dossiers
4 catégories métier · 100% classifié
6.9%part
#06
hooked-on-hooks
6 skills · 2026-04-17
Développeurs de logicielsSpécialistes en gestion de projetsAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100% classifié
6.9%part
#07
copilot-trace-importer
5 skills · 2026-05-18
Développeurs de logicielsRédacteurs techniquesSpécialistes en gestion de projets
3 catégories métier · 100% classifié
5.7%part
#08
ezansiedgeai-small
5 skills · 2026-04-11
Développeurs de logicielsCoordinateurs pédagogiquesEnseignants au collège (sauf éducation spécialisée et technique)
3 catégories métier · 100% classifié
5.7%part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

add-data-persistence
Développeurs de logiciels

Adds new data fields or entities to Knowledge Dungeon's persistence layer, covering type definitions, store updates, save/load logic, backward compatibility, and test coverage.

2026-06-24
add-village-structure
Développeurs de logiciels

Adds a new interactive structure type (building, landmark, or interaction point) to the Knowledge Dungeon village hub. Use this skill when adding any new structure that players can approach and interact with - fishing ponds, new buildings, interactable decorations, or custom landmarks. Covers the full cross-agent pipeline: layout data, Phaser rendering, React info panel, and interaction routing.

2026-06-24
create-phaser-game-object
Développeurs de logiciels

Scaffolds a new Phaser game object (NPC, decoration, portal, item, or interactive element) in a Knowledge Dungeon scene, following the project's patterns for texture loading, positioning, animation, and state integration.

2026-06-24
forge-assign-models
Autres occupations informatiques

Discover which LLM models are available to the user (cloud subscription + local Ollama), classify each generated agent's workload, and recommend (and optionally apply) a per-agent model assignment so that lightweight agents do not default to the most expensive model. Use this skill after `forge-build-agent-team` has produced an agent team, or any time the team changes.

2026-06-24
forge-build-agent-team
Autres occupations informatiques

Analyze a Product Requirements Document (PRD), Product Vision with Feature documents, or Feature PRD and generate a complete team of custom agents and reusable skills tailored to the project. Use this skill when asked to create, scaffold, or design a development team from requirements documents.

2026-06-24
forge-build-feature-prd
Spécialistes en gestion de projets

Build a Feature PRD that captures a feature - either as a new addition to an existing project, or as part of initial project decomposition from a Product Vision. Use this skill when you need a self-contained feature document with user stories, requirements, and implementation tasks.

2026-06-24
forge-build-prd
Spécialistes en gestion de projets

Build a comprehensive Product Requirements Document (PRD) or Technical Specification from a user's idea, concept, or research document. Use this skill when asked to create, draft, or formalize a PRD, spec, or requirements document.

2026-06-24
forge-decompose-prd
Spécialistes en gestion de projets

Decompose an existing monolithic Product Requirements Document (PRD) into a Product Vision document and individual Feature documents. Use this skill when you want to break a large PRD into independent, self-contained features that can be prioritized, built, and delivered separately.

2026-06-24
Affichage des 8 principaux skills collectés sur 14 dans ce dépôt.
forge-assign-models
Autres occupations informatiques

Discover which LLM models are available to the user (cloud subscription + local Ollama), classify each generated agent's workload, and recommend (and optionally apply) a per-agent model assignment so that lightweight agents do not default to the most expensive model. Use this skill after `forge-build-agent-team` has produced an agent team, or any time the team changes.

2026-06-18
forge-bootstrap-project
Autres occupations informatiques

Meta-skill that bootstraps a new project end-to-end from a one-liner idea by chaining the deterministic Forge skills: forge-build-prd → (pause for review) → forge-build-agent-team → (pause for review) → optionally forge-assign-models. Use this skill when a user wants to go from idea to a reviewable PRD and a generated agent team in a single guided flow, without losing the human review gates between steps.

2026-06-18
forge-build-agent-team
Autres occupations informatiques

Analyze a Product Requirements Document (PRD), Product Vision with Feature documents, or Feature PRD and generate a complete team of custom agents and reusable skills tailored to the project. Use this skill when asked to create, scaffold, or design a development team from requirements documents.

2026-06-18
forge-build-feature-prd
Autres occupations informatiques

Build a Feature PRD that captures a feature - either as a new addition to an existing project, or as part of initial project decomposition from a Product Vision. Use this skill when you need a self-contained feature document with user stories, requirements, and implementation tasks.

2026-06-18
forge-orchestrate-build
Autres occupations informatiques

Coordinate specialist agents through PRD implementation phases. Provides the full execution process for PRD full builds, Feature PRD executions, and feature-based builds from decomposed documents. Use this skill when the project-orchestrator agent invokes it, or when you need to drive a build step by step.

2026-06-18
forge-build-agent-framework-solution
Développeurs de logiciels

Scaffold a working Microsoft Agent Framework solution from a PRD that has selected Microsoft Agent Framework (https://learn.microsoft.com/en-us/agent-framework/) as the technology choice. Use this skill when asked to create, scaffold, bootstrap, or generate an Agent Framework project (single-agent, multi-agent, or workflow-based) in .NET or Python from an existing PRD, Feature PRD, or Product Vision + Feature documents.

2026-06-17
forge-build-prd
Spécialistes en gestion de projets

Build a comprehensive Product Requirements Document (PRD) or Technical Specification from a user's idea, concept, or research document. Use this skill when asked to create, draft, or formalize a PRD, spec, or requirements document.

2026-06-17
forge-decompose-prd
Spécialistes en gestion de projets

Decompose an existing monolithic Product Requirements Document (PRD) into a Product Vision document and individual Feature documents. Use this skill when you want to break a large PRD into independent, self-contained features that can be prioritized, built, and delivered separately.

2026-06-17
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
add-biome-content-pack
Développeurs de logiciels

Add a complete Repo Dungeon biome content pack, including tileset references, prop/NPC dressing, palette cues, and ambient audio hooks for a language or topic zone.

2026-05-19
create-game-system-test-suite
Analystes en assurance qualité des logiciels et testeurs

Add Repo Dungeon unit, component, or integration coverage for a gameplay, UI, or platform subsystem using Vitest, React Testing Library, and MSW as appropriate.

2026-05-19
create-phaser-scene
Développeurs de logiciels

Scaffold a Repo Dungeon Phaser scene with lifecycle hooks, typed event wiring, and integration points for generation, UI overlays, and progression events.

2026-05-19
create-react-overlay
Développeurs web

Build an accessible Repo Dungeon React overlay, panel, or screen that consumes shared game state without moving feature logic out of its specialist owner.

2026-05-19
implement-github-data-flow
Développeurs de logiciels

Add or extend a Repo Dungeon GitHub data flow, including Octokit access, typed models, caching, backoff, and mocked verification coverage.

2026-05-19
forge-assign-models
Autres occupations informatiques

Discover which LLM models are available to the user (cloud subscription + local Ollama), classify each generated agent's workload, and recommend (and optionally apply) a per-agent model assignment so that lightweight agents do not default to the most expensive model. Use this skill after `forge-build-agent-team` has produced an agent team, or any time the team changes.

2026-05-19
forge-bootstrap-project
Développeurs de logiciels

Meta-skill that bootstraps a new project end-to-end from a one-liner idea by chaining the deterministic Forge skills: forge-build-prd → (pause for review) → forge-build-agent-team → (pause for review) → optionally forge-assign-models. Use this skill when a user wants to go from idea to a reviewable PRD and a generated agent team in a single guided flow, without losing the human review gates between steps.

2026-05-19
forge-build-agent-framework-solution
Développeurs de logiciels

Scaffold a working Microsoft Agent Framework solution from a PRD that has selected Microsoft Agent Framework (https://learn.microsoft.com/en-us/agent-framework/) as the technology choice. Use this skill when asked to create, scaffold, bootstrap, or generate an Agent Framework project (single-agent, multi-agent, or workflow-based) in .NET or Python from an existing PRD, Feature PRD, or Product Vision + Feature documents.

2026-05-19
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
create-readme
Développeurs de logiciels

Create a README.md file for the project

2026-03-18
ejs-session-init
Développeurs de logiciels

Initialize an Engineering Journey System (EJS) session by creating a Session Journey file, refreshing the ADR/journey database index, and setting up metadata for continuous recording throughout the session.

2026-03-18
ejs-session-wrapup
Développeurs de logiciels

Finalize an Engineering Journey System (EJS) session by completing all journey sections, populating machine extracts, evaluating the ADR decision rubric, and optionally creating an ADR document.

2026-03-18
ejs-sub-agent-capture
Développeurs de logiciels

Capture sub-agent decisions, rationale, and inter-agent handoffs during multi-agent Engineering Journey System (EJS) workflows. Ensures that delegated work is properly attributed and traceable.

2026-03-18
create-game-entity
Développeurs de logiciels

Scaffolds a typed gameplay entity module (player, asteroid, projectile) with lifecycle, update logic, and event hooks for the 3D Space Rocks architecture.

2026-03-18
create-particle-effect
Développeurs de logiciels

Creates reusable particle and impact-feedback effects for 3D Space Rocks with performance-aware defaults and gameplay event integration.

2026-03-18
implement-ui-screen
Développeurs de logiciels

Implements a Babylon GUI screen or overlay pattern for 3D Space Rocks, including keyboard navigation, accessibility checks, and state lifecycle hooks.

2026-03-18
setup-babylonjs-scene
Développeurs de logiciels

Sets up the Babylon.js engine, scene, camera, lighting, and asset loading pipeline for 3D Space Rocks.

2026-03-18
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
ejs-session-init
Développeurs web

Enhance a hook-scaffolded EJS session journey file with semantic content (problem/intent, agents involved) and confirm initialization.

2026-03-30
ejs-sub-agent-capture
Préposés aux dossiers

Capture sub-agent decisions, rationale, and inter-agent handoffs during multi-agent Engineering Journey System (EJS) workflows. Ensures that delegated work is properly attributed and traceable.

2026-03-30
forge-build-agent-team
Développeurs de logiciels

Analyze a Product Requirements Document (PRD) and generate a complete team of GitHub Copilot custom agents and reusable skills tailored to the project. Use this skill when asked to create, scaffold, or design a development team from a PRD or technical specification.

2026-03-30
forge-build-feature-prd
Spécialistes en gestion de projets

Build a Feature PRD that captures a new feature request in the context of an existing, completed project. Use this skill when the initial PRD has been implemented and you need to add a new feature without regenerating the entire project plan or agent team.

2026-03-30
forge-build-prd
Spécialistes en gestion de projets

Build a comprehensive Product Requirements Document (PRD) or Technical Specification from a user's idea, concept, or research document. Use this skill when asked to create, draft, or formalize a PRD, spec, or requirements document.

2026-03-30
ejs-session-wrapup
Développeurs de logiciels

Initialize and manage EJS artifacts throughout session lifecycle (Session Journey initialization, continuous updates, and finalization; ADR only when significant)

2026-02-08
create-event-type
Développeurs de logiciels

Step-by-step process for adding a new event type to the Copilot Agent Activity Visualizer. Touches four locations in sequence: event schema definition, hook emitter registration, state machine transition handling, and web UI rendering rule. Use this skill whenever a new lifecycle event type needs to be introduced beyond the MVP set.

2026-04-17
create-readme
Développeurs de logiciels

Create a README.md file for the project

2026-04-17
forge-build-agent-team
Développeurs de logiciels

Analyze a Product Requirements Document (PRD), Product Vision with Feature documents, or Feature PRD and generate a complete team of GitHub Copilot custom agents and reusable skills tailored to the project. Use this skill when asked to create, scaffold, or design a development team from requirements documents.

2026-04-17
forge-build-feature-prd
Spécialistes en gestion de projets

Build a Feature PRD that captures a feature — either as a new addition to an existing project, or as part of initial project decomposition from a Product Vision. Use this skill when you need a self-contained feature document with user stories, requirements, and implementation tasks.

2026-04-17
forge-decompose-prd
Spécialistes en gestion de projets

Decompose an existing monolithic Product Requirements Document (PRD) into a Product Vision document and individual Feature documents. Use this skill when you want to break a large PRD into independent, self-contained features that can be prioritized, built, and delivered separately.

2026-04-17
setup-integration-test
Analystes en assurance qualité des logiciels et testeurs

Process for creating a fixture-driven integration test that exercises the full hook-emitter → JSONL → ingest-service → state-machine → web-UI pipeline for the Copilot Activity Visualiser. Use this skill whenever you need to write an end-to-end integration test without requiring a live Copilot CLI session or a running browser.

2026-04-17
add-new-provider
Développeurs de logiciels

Scaffold a new ingest provider for the copilot-trace-importer pipeline (e.g., Claude Code, Cursor, Codex). Creates the provider source file under `src/providers/`, the quirks doc under `docs/providers/<name>.md`, the registry entry in `BUILTIN_PROVIDERS`, and the unit-test fixture layout — all without touching the orchestrator. Use this skill whenever someone says "add a new provider" or "add support for <tool> as an ingest source".

2026-05-18
add-new-sink
Développeurs de logiciels

Scaffold a new sink (destination) for the copilot-trace-importer pipeline against the ADR-005 Sink interface. Creates the sink source file under `src/sinks/`, the configuration doc under `docs/sinks/<name>.md`, wires the CLI flag through cli-engineer, and adds per-sink success/failure counters to `DatastoreImportResult`. Use this skill whenever someone says "add a new sink", "add an OTLP / Parquet / warehouse / cloud destination", or "ship a codeburn-export sink".

2026-05-18
add-redaction-pattern
Développeurs de logiciels

Add a new regex-based redaction pattern (or amend an existing one) for the redaction engine with the required fixtures, negative-case tests, policy-preset wiring, and source citation. Use this skill whenever someone says "add a redaction pattern for <secret type>", "we found a credential format the redactor misses", or "extend the strict/moderate/permissive presets".

2026-05-18
write-adr
Rédacteurs techniques

Author a new Architecture Decision Record (ADR) or amend an existing one in `docs/ADR-NNN-<slug>.md`, following the project's existing `docs/ADR-TEMPLATE.md`. Use this skill whenever a change introduces a public-contract breakage, a new architectural pattern, or a schema/format bump: new provider hook, sink interface change, new redaction policy preset, datastore format change, plugin manifest format change, etc.

2026-05-18
forge-build-agent-team
Spécialistes en gestion de projets

Analyze a Product Requirements Document (PRD), Product Vision with Feature documents, or Feature PRD and generate a complete team of GitHub Copilot custom agents and reusable skills tailored to the project. Use this skill when asked to create, scaffold, or design a development team from requirements documents.

2026-05-12
ejs-story-builder
Développeurs de logiciels

Build a complete end-to-end project story from EJS journey and ADR files. Use when: "build story", "generate story", "tell the story", "project narrative", "end-to-end story", "full story", "what happened", "project history", "summarize all sessions". Reads journey sessions and ADRs, synthesizes a chronological narrative covering what was built, how it was built, and collaboration perspectives (human, human+agent, agent, agent-to-agent). Outputs to chat and saves to ejs-docs/narratives/.

2026-04-11
create-content-chunk
Enseignants au collège (sauf éducation spécialisée et technique)Coordinateurs pédagogiques

Author a CAPS-aligned Markdown content chunk for an eZansiEdgeAI content pack. Use this skill each time a new curriculum topic chunk is created — there will be 3+ chunks and 2+ worked examples per Grade 6 Maths topic across Terms 1–4.

2026-03-14
scaffold-android-feature
Développeurs de logiciels

Scaffold a new Android feature module for eZansiEdgeAI with standard structure: Activity/Fragment or Composable, ViewModel, Repository interface, DI setup, and test stubs. Use this skill each time a new feature screen is added (chat, topics, profiles, preferences, library).

2026-03-14
ejs-session-init
Développeurs de logiciels

Initialize an Engineering Journey System (EJS) session by creating a Session Journey file, refreshing the ADR/journey database index, and setting up metadata for continuous recording throughout the session.

2026-03-11
ejs-session-wrapup
Développeurs de logiciels

Finalize an Engineering Journey System (EJS) session by completing all journey sections, populating machine extracts, evaluating the ADR decision rubric, and optionally creating an ADR document.

2026-03-11
create-db-query
Architectes de bases de données

Creates a new SQLite query helper function in the db/ directory, following project conventions: TypeScript-typed parameters and return values, async/await with expo-sqlite v2, integer-based currency amounts, and a corresponding Jest unit test stub. Use this skill whenever a new database operation is needed.

2026-03-13
scaffold-rn-screen
Développeurs de logiciels

Creates a new React Native screen file following project conventions: TypeScript typed navigation props, basic layout scaffold, StyleSheet or NativeWind class setup, and registration in the root navigator. Use this skill whenever a new screen needs to be created in the app.

2026-03-13
write-rntl-test
Analystes en assurance qualité des logiciels et testeurs

Creates a component test file using React Native Testing Library (RNTL) with the correct project mock setup for SQLite, navigation, and context providers. Use this skill whenever a new React Native component or screen needs a test file.

2026-03-13
forge-build-agent-team
Développeurs de logiciels

Analyze a Product Requirements Document (PRD) and generate a complete team of GitHub Copilot custom agents and reusable skills tailored to the project. Use this skill when asked to create, scaffold, or design a development team from a PRD or technical specification.

2026-03-13
forge-build-prd
Spécialistes en gestion de projets

Build a comprehensive Product Requirements Document (PRD) or Technical Specification from a user's idea, concept, or research document. Use this skill when asked to create, draft, or formalize a PRD, spec, or requirements document.

2026-03-13
12 dépôts affichés sur 15