Skip to main content
McFuzzySquirrel
Perfil de criador do GitHub

McFuzzySquirrel

Visão por repositório de 87 skills coletadas em 15 repositórios do GitHub.

skills coletadas
87
repositórios
15
atualizado
2026-07-22
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
knowledge-dungeon
14 skills · 2026-06-24
Desenvolvedores de softwareOutras ocupações de informáticaEspecialistas em gestão de projetosAnalistas de garantia de qualidade de software e testadoresProfessores do ensino superior, todos os outros
5 categorias ocupacionais · 100% classificado
16%participação
#02
mcfuzzy-agent-forge
9 skills · 2026-06-18
Outras ocupações de informáticaEspecialistas em gestão de projetosAnalistas de garantia de qualidade de software e testadoresDesenvolvedores de software
4 categorias ocupacionais · 100% classificado
10%participação
#03
repo-dungeon
9 skills · 2026-05-19
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresDesenvolvedores webOutras ocupações de informática
4 categorias ocupacionais · 100% classificado
10%participação
#04
3d-space-rocks-demo
9 skills · 2026-03-18
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
10%participação
#05
photo-jumper
6 skills · 2026-03-30
Desenvolvedores de softwareEspecialistas em gestão de projetosDesenvolvedores webEscriturários de arquivos
4 categorias ocupacionais · 100% classificado
6.9%participação
#06
hooked-on-hooks
6 skills · 2026-04-17
Desenvolvedores de softwareEspecialistas em gestão de projetosAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 100% classificado
6.9%participação
#07
copilot-trace-importer
5 skills · 2026-05-18
Desenvolvedores de softwareEspecialistas em gestão de projetosRedatores técnicos
3 categorias ocupacionais · 100% classificado
5.7%participação
#08
ezansiedgeai-small
5 skills · 2026-04-11
Desenvolvedores de softwareCoordenadores pedagógicosProfessores do ensino médio-fundamental (exceto educação especial e técnica)
3 categorias ocupacionais · 100% classificado
5.7%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

add-data-persistence
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Mostrando as 8 principais de 14 skills coletadas neste repositório.
forge-assign-models
Outras ocupações de informática

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Mostrando as 8 principais de 9 skills coletadas neste repositório.
add-biome-content-pack
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores 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
Desenvolvedores de software

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 9 skills coletadas neste repositório.
create-readme
Desenvolvedores de software

Create a README.md file for the project

2026-03-18
ejs-session-init
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-03-18
Mostrando as 8 principais de 9 skills coletadas neste repositório.
ejs-session-init
Desenvolvedores 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
Escriturários de arquivos

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

Create a README.md file for the project

2026-04-17
forge-build-agent-team
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Redatores técnicos

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Professores do ensino médio-fundamental (exceto educação especial e técnica)Coordenadores pedagógicos

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Arquitetos de banco de dados

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Mostrando 12 de 15 repositórios