Skip to main content

Tibsfox/gsd-skill-creator

O SkillsMP coletou 422 skills de Tibsfox/gsd-skill-creator. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
422
Estrelas no GitHub
69
Forks no GitHub
9

Mostrando 40 de 422 skills coletadas.

ocupação
Outras ocupações de informática
descrição

Use the moment a request is underspecified and you are about to act on an ASSUMED goal. Enumerate the candidate goals the request could mean, project the action or artifact each one implies, and check whether they diverge: if two or more plausible goals lead…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Use at write time to vector/embedding memory — Grove content-addressed insertion, chroma/pgvector upserts, memory-consolidation promoting session traces to MEMORY.md, or embedding externally-ingested content. Scores each candidate record against a fixed panel…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Run this appropriateness check the moment you are about to integrate a retrieved long-term memory — a Grove content-addressed hit, a chroma/pgvector neighbour, a memory-consolidation digest, or a MEMORY.md line — into a response, especially anything touching…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Use before you shorten, compress, or rewrite the BODY of an existing SKILL.md or agent .md — the moment you are about to cut text to reduce length. First inventory the file's operational anchors (exact code / command / API snippets, fail-closed workflow…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Use when parallel agents in a convoy or across git worktrees hit a write conflict on shared state — a git tree, a config, or a shared document — and you must decide whether the conflict is semantically real. Classifies each conflicting hunk as independent…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Use when reviewing, shipping, or regression-testing a SKILL.md and you hold one or more captured trajectories where that skill was actually loaded. Translates the skill's instructions into behavior constraints, then reports which were EXERCISED (coverage)…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Use when you have captured session evidence — session-retro / session- observatory-live traces in .planning/patterns/, tool logs, correction records — and want to induce a reusable skill from it. Segments the traces into candidate skill units (an LLM…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Use when the user asks to forge, scaffold, author, or ship a new skill or agent — the skill-creator's own namesake artifacts. Drives the skill-forge loop (create → fill → validate → critique → ship → publish) via the skill-creator CLI.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Runtime HAL for multi-runtime agent orchestration. Detects active AI assistant (Claude Code, Codex, Gemini, Cursor) and exposes uniform interface for startup injection, GUPP enforcement, and communication selection.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Upstream version checking, agentskills.io spec compliance audit, Claude Code feature gap analysis. Activates on updates, version checks, or alignment work.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Use when the user asks "what should I work on", mentions GSD phases, ROADMAP, or .planning/ artifacts. Routes to the correct GSD command for the current project state.

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

MLOps and the production ML lifecycle -- model packaging and serving, CI/CD for ML, experiment tracking, model registries, reproducibility, production monitoring for data and concept drift, retraining pipelines, A/B and shadow deployment, and rollback. Covers…

Idioma do texto original: inglês

atualizado
ocupação
Professores do ensino superior, todos os outros
descrição

Stellar structure and life cycles from birth to endpoint. Covers the Hertzsprung-Russell diagram, hydrostatic equilibrium, main-sequence physics and the mass-luminosity relation, nuclear fusion stages (pp-chain, CNO cycle, triple-alpha), nucleosynthesis,…

Idioma do texto original: inglês

atualizado
ocupação
Engenheiros eletricistas
descrição

Classical control and system dynamics for engineered systems — feedback and closed-loop control, transfer functions and block diagrams, poles/zeros and stability, time-domain response (rise time, overshoot, settling time), PID controllers and tuning, and…

Idioma do texto original: inglês

atualizado
ocupação
Engenheiros de materiais
descrição

Use when working with the non-metallic engineering materials — polymers, ceramics, or composites — and you need to reason about structure, processing, or properties. Covers thermoplastics versus thermosets, chain structure, glass transition, and…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Analyzing and forecasting data ordered in time. Covers stationarity and differencing, autocorrelation (ACF and PACF), AR, MA, ARMA, and ARIMA models, the Box-Jenkins methodology, seasonality and SARIMA, forecasting with prediction intervals, and residual…

Idioma do texto original: inglês

atualizado
ocupação
Químicos
descrição

Chemical equilibrium, chemical kinetics, and electrochemistry — the quantitative core of physical chemistry. Covers equilibrium constants (Keq, Kc, Kp), Le Chatelier's principle, ICE tables, buffers and the Henderson-Hasselbalch equation, solubility product…

Idioma do texto original: inglês

atualizado
ocupação
Engenheiros eletricistas
descrição

Design of active analog circuits built around operational amplifiers and discrete gain stages — inverting, non-inverting, difference, and instrumentation topologies, negative feedback and loop stability (gain-bandwidth product, phase margin, compensation),…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use when authoring or reviewing a SKILL.md or agent .md and you need to detect and fix the four most common frontmatter defects — echoed or truncated triggers, tools written as a YAML array instead of a comma-separated string, a description outside the 1-1024…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Adversarial spec-compliance PR review — cross-references diffs against approved specs, verifies runtime claims against source, detects competing PRs, audits scope/convention compliance. Use before merging.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Cascade the same edit pattern across N files safely. Use when applying the same refactor to multiple files (e.g. swap import paths across 11 scripts, rename a symbol, migrate a call signature). Detects the common-shape-across-files situation and turns an…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use when the user asks to forge, scaffold, or author a new cartridge — content cartridge, department cartridge, or chipset bundle. Drives the cartridge-forge loop (scaffold → fill → gate checks → commit) via the skill-creator cartridge CLI.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Crafts and generates professional conventional commit messages following Angular/Conventional Commits format. Use when committing changes, writing git commit messages, or when user mentions commit message.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Triggers for automatically invoking the decision-framework skill before irreversible or high-blast-radius operations. Use as a checkpoint: when a proposed action matches a trigger pattern, pause and run the appropriate framework (first-principles, inversion,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

GSD tutorial, command reference, and workflow explainer. Explains what a GSD workflow command does before you run it. Activates when user is new to GSD, asks about commands, wants to understand workflows, or mentions preview.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Package conversation research into a GSD-ready mission package. Produces a three-stage Vision → Research → Mission pipeline as a LaTeX PDF following GSD/NASA SE methodology, designed to be handed to gsd-skill-creator for execution. Use this skill when the…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Before dispatching a multi-agent team, run a spectral diagnostic on the proposed communication graph and emit a (ρ, Δ, κ) coordination signature plus a pass/fail verdict against per-task-class thresholds. Builds the row-stochastic operator P from the team…

Idioma do texto original: inglês

atualizado
ocupação
Designers de interfaces web e digitais
descrição

Extract creative intent from images into executable build specs. Activates on images + build intent, "image to mission", "i2m", or capturing visual energy in code/design.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Unit Circle Laboratory + sc-dev-team autonomous mission control. Provides human-in-the-loop automation layer, pipeline management, context lifecycle, stuck-state prevention. UC re-execution series and dev branch milestones. Adapted from uc-lab pattern for…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate intelligence briefings for the planning dashboard. Use this skill whenever a request file appears in `.planning/console/inbox/pending/` whose `type` field starts with `intelligence.` (refresh_briefing, triage_finding, snapshot_diff,…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Sketched Isotropic Gaussian Regularization primitive. Scalar loss matching the embedding distribution to a standard-normal target via Cramér-Wold slicing and the Epps-Pulley empirical characteristic function test. Port of rbalestr-lab/lejepa (MIT).…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Pick among candidate outputs (code, configs, plans) by running them on diverse inputs and clustering by behavioural fingerprint, rather than by textual aggregation or log-probability. Activates when an executor returns multiple plausible candidates that need…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Classify the information-need of a query and dispatch it to the appropriate retrieval or reasoning strategy. Use before read-side memory access, before multi-strategy retrieval, or any time you'd otherwise default to "one retriever for everything". Returns a…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Audit a skill by running a paired probe — the same task once with the skill loaded and once without — segment both traces into goal-directed phases, align phases, and emit a SIP report (surface anchoring, template copy, excess planning, task recovery,…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Manages skill-creator integration with GSD workflows including skill loading, session observation, bounded learning guardrails, and pattern detection. Use this skill whenever: executing any GSD phase (to ensure relevant skills are loaded first), starting or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Token budget tracking and enforcement for Gastown convoy-level execution. Hard limits with pre-execution checking, per-convoy and per-agent tracking, structured stop reasons.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Interrupt controller converting polled to proactive agent execution. Per-runtime strategies, configurable thresholds, Deacon heartbeat supervision. Fights LLM passivity bias.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Cascade the same edit pattern across N files safely. Use when applying the same refactor to multiple files (e.g. swap import paths across 11 scripts, rename a symbol, migrate a call signature). Detects the common-shape-across-files situation and turns an…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Persist progress for long-running jobs (batched LLM calls, large ingestions, multi-hour syncs) so that a context reset, crash, or interrupt doesn't lose work. Use whenever a job iterates over N items and completing item K matters independently. Provides a…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 422 skills coletadas.