Skip to main content

Tanq16/claudex

SkillsMP ha recopilado 34 skills de Tanq16/claudex. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
34
Estrellas en GitHub
4
Forks en GitHub
2

Skills en este repositorio

1 categorías ocupacionales · 6% clasificado

Mostrando 34 de 34 skills recopiladas.

ocupación
sin clasificar
descripción

A thorough multi-agent audit of an existing codebase against the development skills, with one sub-agent per domain. Use when re-engaging a project you have not touched recently, when the skills may have changed since the code was written, when auditing a…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Containerizing any project - multi-stage builds, choosing a base image, packaging the runtime, clearing package-manager caches, and running as a non-root user. Use when writing or changing a Dockerfile, picking a base image, deciding between alpine and…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The GitHub Actions release workflow and the semver commit-marker convention. Use when creating or changing .github/workflows/release.yaml, adding a build job or a platform to the matrix, wiring container publishing, or working out how a release version is…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Modern Go 1.27+ idioms and dependency selection, applied to every Go file written or reviewed. Use when writing or refactoring any Go code, when reading or writing JSON, when choosing between a standard-library helper and a hand-rolled loop, or when adding,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The Highway pattern - a resumable multi-job pipeline for Go CLI tools, with worker lanes, a UI-agnostic progress channel, and Ctrl+C resume. Use when a CLI processes many items through one pipeline (downloads, scans, migrations), needs configurable worker…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

OAuth2 login for a Go CLI client, with three explicit modes and cached token refresh. Use when a CLI tool authenticates against Google, GitHub, Microsoft, or another OAuth2 provider, when building internal/auth/, or when adding a login command. Triggers on…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The surface a Go CLI command exposes - the baseline every tool starts at, the three purchases on top of it, flag conventions, positional arguments, enum flags, and a flag that reads stdin. Use when adding or changing a flag, deciding whether a value should be…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Sequential running/done progress for Go CLI tools - phase, single-operation, multi-step, and check lifecycles plus the in-place progress bar. Use when a command runs a series of steps and should show what it is doing, when clearing terminal lines, or when…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The shape of a Go CLI's command tree - main.go, the root command for each project type, Execute and the exit path, a command file, the Run body, Run against RunE, and subcommand packages. Use when scaffolding a Go CLI, writing or changing cmd/root.go, adding…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

A single-page frontend embedded into a Go binary from internal/server/static/ - HTML boilerplate, Tailwind v4 browser build, the Catppuccin Mocha palette, self-hosted fonts, icons, and PWA files. Use when building or changing the web UI of a Go Web Only or…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The Makefile for a Go project - pinned asset downloads, build targets with ldflags version injection, docker targets, and the semver version calculation. Use when creating or changing a Makefile, adding an asset to download, wiring a build for another…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The node:http plus ws server for a Node Web Only project - src/ module layout, routing, static serving from public/, the WebSocket upgrade, broadcast, and graceful shutdown. Use when building or changing the backend server, adding a route or an API endpoint,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The Makefile for a Node Web Only project - vendoring pinned frontend assets into public/, compiling a native addon from source, verifying it loads, and the semver version calculation. Use when creating or changing the Makefile, adding a vendored asset, or…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The Node Web Only project shape - directory layout, package.json, the thin bin/ launcher, and console logging. Use when starting a Node project, deciding where a module belongs, writing package.json or .node-version, or emitting a log line. Triggers on…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Choosing and building the release artifact for a Node Web Only project - a single self-contained binary or a runtime-bundled tarball. Use when deciding what a Node project ships, compiling with Bun or Node SEA, writing the bundle script or its launcher, or…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Rendering Markdown to styled HTML in a browser page with Marked, Highlight.js, and the Catppuccin palette. Use when a frontend displays notes, documentation, or any user-supplied Markdown, when adding syntax highlighting, callout blocks, or code copy buttons,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Catppuccin Mocha themed Mermaid diagrams in a browser page. Use when a frontend renders flowcharts, sequence diagrams, gantt charts, pie charts, git graphs, state diagrams, timelines, or mindmaps, or when Mermaid output does not match the page theme. Triggers…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The entry point for any coding work in a project that has these skills installed - implementing a feature, changing or refactoring code, fixing a bug, scaffolding something new, or touching build and CI. Selects and loads the skills that govern the task…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Interactive input for Go CLI tools - when a prompt is the right channel at all, how a value resolves from a flag then stdin then a prompt, the shared stdin resolver behind a flag given -, the utils prompt helpers, and the ErrNoTerminal contract that keeps…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The utils printer for Go CLI tools - the two output tiers behind --debug, the Print* API, table rendering, terminal colors, and error discipline. Use when writing anything a CLI prints, when building or changing utils/printer.go, utils/table.go, or…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Goroutine patterns for Go - WaitGroup, errgroup, bounded concurrency, fan-out/fan-in, and context cancellation. Use when running work concurrently, limiting how much runs at once, collecting results or errors from parallel operations, or making a long…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The canonical net/http server for Go web services, with an embedded static frontend. Use when creating internal/server/server.go, serving a frontend out of the binary, adding a route or an API handler, or adding middleware. Triggers on net/http,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

How internal/ packages are organized in a Go project and how errors travel across their boundaries. Use when creating a package under internal/, deciding between domain and layered organization, choosing where to wrap an error, designing a persistence layer,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The canonical Go project taxonomy, directory layout, logging discipline, the config directory, and config loading. Use when starting a Go project, adding a package or directory, deciding where a file belongs, wiring zerolog, or deciding where a tool keeps its…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

User-invoked session handoff. `/session-summary pause` writes a structured resume file capturing what the session was doing, what changed, what was decided, and what is unfinished, folding any summary already there into a shorter form above it.…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Writes unit tests, and only when the user has asked for them. Invoked as /write-unit-tests <scope>, or when the user asks in their own words for unit tests to be written or an existing suite extended. Reads the source in scope, separates business logic from…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Chrome extension structure, Manifest V3, the popup, content scripts, service workers, and storage. Use when creating an extension, editing manifest.json, adding a permission, building the popup UI, injecting a content script, or wiring message passing.…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

The vanilla-JS single-page frontend served from public/ by a Node Web Only backend - HTML structure, the Tailwind browser build, self-hosted fonts, the Catppuccin Mocha theme, and the reconnecting WebSocket client. Use when building or changing that page,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

User-invoked skill author. Writes a new skill (frontmatter, body, and any reference files) in the Agent Skills format and sized to fit the per-skill context budget. Invoked explicitly as `/skill-creator <what the skill should cover>`. It is not for editing an…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Settles what a standalone document should be before it is written: whether a file is the right output at all, who consumes it (an agent, a third party, or the user), and which shape that consumer needs. Defers section order and house format to a more specific…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Modern Node 24+ idioms and dependency selection - pure ESM, node: builtins, top-level await, structuredClone, AbortController. Use when writing or refactoring any Node code, or when adding, auditing, or upgrading a dependency in package.json. Triggers on…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

README structure for every project type: the frozen header block, the opener, and the rules that decide which sections a project earns and how long each one gets. Covers install paths including the self-hosted Docker run and compose blocks, collapsed tabular…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Password and session-cookie authentication for a Node Web Only server, built entirely on node:crypto. Use when adding a login flow, hashing or verifying a password, issuing or validating a session, setting a cookie, or protecting a route. Triggers on scrypt,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Config layering and durable state for a Node Web Only server - defaults deep-merged with config.json, the ephemeral session secret, and atomic state.json writes. Use when loading config, adding a config key, deciding what may be persisted, or writing a state…

Idioma del texto original: inglés

actualizado
Mostrando 34 de 34 skills recopiladas.