Skip to main content
Execute qualquer Skill no Manus
com um clique
constructorfabric
Perfil de criador do GitHub

constructorfabric

Visão por repositório de 63 skills coletadas em 9 repositórios do GitHub.

skills coletadas
63
repositórios
9
atualizado
2026-07-21
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
Kitsoki
24 skills · 2026-06-27
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informáticaDesigners de interfaces web e digitais
4 categorias ocupacionais · 100% classificado
38%participação
#02
insight-front
14 skills · 2026-05-21
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informáticaEspecialistas em gestão de projetos
4 categorias ocupacionais · 100% classificado
22%participação
#03
gears-frontx
9 skills · 2026-03-24
Outras ocupações de informáticaDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
14%participação
#04
studio
5 skills · 2026-06-30
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareOutras ocupações de informática
3 categorias ocupacionais · 100% classificado
7.9%participação
#05
gears-rust
4 skills · 2026-06-12
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
6.3%participação
#06
insight
3 skills · 2026-07-13
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
4.8%participação
#07
studio-slidey
2 skills · 2026-06-29
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
3.2%participação
#08
studio-kit-sdlc
1 skills · 2026-07-21
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1.6%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

external-site-capture
Desenvolvedores de software

Capture external browser views (GitHub tickets, JIRA, Teams threads) using rrweb and Playwright, applying spotlights and captions, and embedding them into slidey decks.

2026-06-27
kitsoki-ui-demo
Analistas de garantia de qualidade de software e testadores

Produce a deterministic, no-LLM demo / tour video of the kitsoki web UI (plus per-scene screenshots and a shareable MP4 / GIF / contact sheet) by driving a real `kitsoki web` server through Playwright. Use when asked to make, record, refresh, or author a tour demo video, feature-spotlight tour, walkthrough video, demo, or screen-capture of the kitsoki browser UI — whether a tour of one feature (golden example: agent-actions), the generic onboarding tour, or a full-product walkthrough. Also covers turning a REAL LLM-driven dogfood session into a deterministic demo: generating the no-LLM flow fixture + host cassette from a recorded trace via `kitsoki trace to-flow` (no hand-authoring, no LLM re-interpretation). Triggers on phrasings like "make a tour demo video", "record a demo of <feature>", "feature tour video", "walkthrough video", "turn this dogfood trace/session into a demo video".

2026-06-27
kitsoki-ui-qa
Analistas de garantia de qualidade de software e testadores

Validate UI evidence (a screenshot for simple cases, a video for complex flows) against the bug or plan being verified plus usage scenarios — the inverse of kitsoki-ui-demo. Picks the evidence form by complexity, extracts deterministic frames, has a read-only `claude` vision agent judge each scenario against cited frames AND whether the evidence is complete for the stated bug/plan, adversarially re-checks every pass, and emits a gated qa-report.md + verdict.json. Use when asked to QA / review / validate / sign off on a demo, walkthrough, screenshot, or bug-fix proof, or to gate one in CI.

2026-06-27
product-journey-qa
Analistas de garantia de qualidade de software e testadores

Run or refine the Kitsoki product-journey QA pipeline: generate 10-GitHub-repo natural-use matrices, create persona/scenario run bundles, drive or hand off visual/Kitsoki MCP evidence capture, run no-LLM replay/dogfood gates, review/validate bundles, and produce Slidey decks with playback evidence. Use when asked to dogfood onboarding, bugfix, PRD/design, feature implementation, product-discovery, product-bug, personas, or the reusable product-journey QA agent/story.

2026-06-26
story-qa
Analistas de garantia de qualidade de software e testadores

Drive a Kitsoki story as a skeptical practitioner and validate the exploratory QA path against local project corpora. Use when asked to inspect a product flow, run a skeptical walkthrough, or validate an exploratory QA pass against one or more open source projects with reproducible evidence and a written report.

2026-06-26
model-task-engineering
Desenvolvedores de software

Tune and validate a provider/model task in Kitsoki with a controlled, repeatable harness. Use when a model performs poorly on a story step, when a provider quota/rate behavior needs task hardening, or when the user asks to improve GLM/GPT/Claude performance with traceable artifacts. Produces an offline-scored benchmark report, a Slidey deck, and concrete story/prompt/tool changes without calling live LLMs from tests.

2026-06-26
session-idea-mining
Desenvolvedores de software

Mine the user's Claude Code chat history for ideas/feedback/pain about a specific topic, synthesize a ranked themed brief, then optionally cross-reference against existing docs and file tickets. Use when the user says "review all my chats/sessions for ideas about X", "what have I said about Y across my history", "mine my conversations for feedback on Z", or wants to harvest scattered design notes / complaints / abandoned threads about a focus area. This is FOCUSED topical mining (local, not shared) — distinct from the shareable pattern-mining in tools/session-mining/README.md.

2026-06-26
matrix-task-comparison
Desenvolvedores de software

Run a controlled matrix comparison of approaches over a set of tasks — e.g. the kitsoki pipeline vs a naive single prompt, across a harness/model candidate matrix — scoring outcome, compliance, cost, and time, adjudicating implementation-coupled oracles, then regenerating a report + slidey deck offline with zero re-spend. Use when the user says "bake-off", "compare kitsoki vs single-prompt", "run a matrix comparison", "which model/harness is best at X", "kitsoki-vs-X study", "benchmark these approaches on these tasks", or wants an evidence-backed, cost-accounted comparison of contenders across a model grid. Generalises tools/bugfix-bakeoff (the reference implementation).

2026-06-26
Mostrando as 8 principais de 24 skills coletadas neste repositório.
tanstack-router
Desenvolvedores de software

TanStack Router (v1+) reference for code-based routing, loaders, search params, navigation, link composition, route guards, and integration patterns. Use when working with files under src/ that import from '@tanstack/react-router', when creating or modifying routes/route trees, when designing data-loading via route loaders or beforeLoad, when adding type-safe Links/useNavigate/useParams/useSearch, when configuring RouterProvider or createRouter, or whenever the user mentions "tanstack router", "route loader", "useParams", "useNavigate", "search params", "beforeLoad", or "code-based routes". Also triggers for migration questions from react-router or other routers.

2026-05-21
cypilot-migrate-openspec
Desenvolvedores de software

Migrate OpenSpec artifacts to Cypilot SDLC documents with code-verified traceability

2026-04-23
cypilot-pr-review
Analistas de garantia de qualidade de software e testadores

Review GitHub PRs using LLM-powered analysis with configurable prompts and checklists

2026-04-23
cypilot-pr-status
Analistas de garantia de qualidade de software e testadores

Generate status reports for GitHub PRs with severity assessment and resolved-comment audit

2026-04-23
cypilot
Outras ocupações de informática

Invoke when user asks to do something with Cypilot, or wants to analyze/validate artifacts, or create/generate/implement anything using Cypilot workflows, or plan phased execution. Core capabilities: workflow routing (plan/analyze/generate/auto-config); deterministic validation (structure, cross-refs, traceability, TOC); code↔artifact traceability with @cpt-* markers; spec coverage measurement; ID search/navigation; init/bootstrap; adapter + registry discovery; auto-configuration of brownfield projects (scan conventions, generate rules); kit management (install/update with file-level diff); TOC generation; agent integrations (Windsurf, Cursor, Claude, Copilot, OpenAI). Kit sdlc: Artifacts: ADR, CODEBASE, DECOMPOSITION, DESIGN, FEATURE, PR-CODE-REVIEW-TEMPLATE, PR-REVIEW, PR-STATUS-REPORT-TEMPLATE, PRD; Workflows: migrate-openspec, pr-review, pr-status.

2026-04-23
cypilot-migrate-openspec
Desenvolvedores de software

Migrate OpenSpec artifacts to Cypilot SDLC documents with code-verified traceability

2026-04-23
cypilot-pr-review
Analistas de garantia de qualidade de software e testadores

Review GitHub PRs using LLM-powered analysis with configurable prompts and checklists

2026-04-23
cypilot-pr-status
Desenvolvedores de software

Generate status reports for GitHub PRs with severity assessment and resolved-comment audit

2026-04-23
Mostrando as 8 principais de 14 skills coletadas neste repositório.
cypilot-plan
Desenvolvedores de software

Decompose large tasks into self-contained phase files

2026-03-24
cypilot
Outras ocupações de informática

Invoke when user asks to do something with Cypilot, or wants to analyze/validate artifacts, or create/generate/implement anything using Cypilot workflows, or plan phased execution. Core capabilities: workflow routing (plan/analyze/generate/auto-config); deterministic validation (structure, cross-refs, traceability, TOC); code↔artifact traceability with @cpt-* markers; spec coverage measurement; ID search/navigation; init/bootstrap; adapter + registry discovery; auto-configuration of brownfield projects (scan conventions, generate rules); kit management (install/update with file-level diff); TOC generation; agent integrations (Windsurf, Cursor, Claude, Copilot, OpenAI). Kit sdlc: Artifacts: ADR, CODEBASE, DECOMPOSITION, DESIGN, FEATURE, PR-CODE-REVIEW-TEMPLATE, PR-REVIEW, PR-STATUS-REPORT-TEMPLATE, PRD; Workflows: migrate-openspec, pr-review, pr-status.

2026-03-24
cypilot-workspace
Desenvolvedores de software

Multi-repo workspace setup — discover repos, configure sources, generate workspace config, validate

2026-03-24
cypilot-sdlc
Desenvolvedores de software

Artifacts: ADR, CODEBASE, DECOMPOSITION, DESIGN, FEATURE, PR-CODE-REVIEW-TEMPLATE, PR-REVIEW, PR-STATUS-REPORT-TEMPLATE, PRD; Workflows: migrate-openspec, pr-review, pr-status

2026-03-24
cypilot
Outras ocupações de informática

Invoke when user asks to do something with Cypilot, or wants to analyze/validate artifacts, or create/generate/implement anything using Cypilot workflows, or plan phased execution. Core capabilities: workflow routing (plan/analyze/generate/auto-config); deterministic validation (structure, cross-refs, traceability, TOC); code↔artifact traceability with @cpt-* markers; spec coverage measurement; ID search/navigation; init/bootstrap; adapter + registry discovery; auto-configuration of brownfield projects (scan conventions, generate rules); kit management (install/update with file-level diff); TOC generation; agent integrations (Windsurf, Cursor, Claude, Copilot, OpenAI).

2026-03-24
cypilot
Outras ocupações de informática

Invoke when user asks to do something with Cypilot, or wants to analyze/validate artifacts, or create/generate/implement anything using Cypilot workflows, or plan phased execution. Core capabilities: workflow routing (plan/analyze/generate/auto-config); deterministic validation (structure, cross-refs, traceability, TOC); code↔artifact traceability with @cpt-* markers; spec coverage measurement; ID search/navigation; init/bootstrap; adapter + registry discovery; auto-configuration of brownfield projects (scan conventions, generate rules); kit management (install/update with file-level diff); TOC generation; agent integrations (Windsurf, Cursor, Claude, Copilot, OpenAI). Kit sdlc: Artifacts: ADR, CODEBASE, DECOMPOSITION, DESIGN, FEATURE, PR-CODE-REVIEW-TEMPLATE, PR-REVIEW, PR-STATUS-REPORT-TEMPLATE, PRD; Workflows: migrate-openspec, pr-review, pr-status.

2026-03-24
team-lead
Outras ocupações de informática

Use this skill whenever delegating work to subagents — whether a single Task call or a full team via TeamCreate. Guides delegation, task decomposition, agent selection, and coordination. Covers when to spawn architect (design decisions, trade-offs), researcher (explorations, technical investigation), developer (FEATURE specs and code), tech-writer (documentation), qa (post-implementation validation), and architecture-critic (stress-testing architect output). Trigger on any subagent spawn, team creation, multi-agent coordination, or parallel work request.

2026-03-18
cypilot-analyze
Outras ocupações de informática

Analyze Cypilot artifacts against templates or code against design requirements with traceability verification (tool invocation is validate-only)

2026-03-07
Mostrando as 8 principais de 9 skills coletadas neste repositório.
Mostrando 9 de 9 repositórios
Todos os repositórios foram exibidos