Skip to main content

stevesolun/ctx

SkillsMP ha recopilado 40 skills de stevesolun/ctx. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
40
Estrellas en GitHub
581
Forks en GitHub
71

Mostrando 40 de 40 skills recopiladas.

ocupación
Otras ocupaciones informáticas
descripción

Repo-aware recommendation manager for ctx. Scans the active repository, identifies stack and workflow signals, recommends a capped set of skills, agents, and MCP servers, and unloads helpers that no longer match the current work after user confirmation.…

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Recommend the smallest Matt Pocock skill or short skill sequence that fits the user's current goal.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Review a Git diff against repository standards and its originating requirements. Use for pull requests, branches, work-in-progress changes, or changes since a commit, tag, or merge-base.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Design or improve module interfaces using deep-module heuristics. Use when deciding where a seam belongs, reducing caller-facing complexity, improving testability or navigability, or comparing module designs.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Diagnose hard bugs and performance regressions with reproducible evidence, focused hypotheses, and proportional instrumentation. Use when something is broken, failing, throwing, intermittently wrong, or unexpectedly slow.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Clarify domain concepts, language, boundaries, and durable architectural decisions. Use when terminology is ambiguous, the user is shaping a domain model, or a design depends on resolving what concepts mean.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

A relentless interview to sharpen a plan or design.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Compact the current conversation into a handoff document for another agent to pick up.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Implement work from a spec, ticket, or agreed conversation. Use explicitly when the user wants an existing plan carried through to working code.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Analyze a codebase for high-leverage architectural improvements and explain evidence, tradeoffs, and next steps. Use explicitly for architecture audits or deep-module refactoring opportunities.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de investigación de mercados y especialistas en marketing
descripción

Investigate questions using high-trust primary sources and traceable citations. Use when the user asks for research, current documentation or API facts, source verification, or evidence-backed comparison.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Resolve an in-progress Git merge or rebase conflict while preserving the relevant intent of both sides. Use when conflict markers or an interrupted merge/rebase need investigation and resolution.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Configure repository-local tracker, triage, and domain-document conventions needed by the Matt Pocock engineering skills.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Apply test-driven development with small, behavior-focused feedback loops. Use when the user asks to build or fix something test-first, mentions red-green-refactor, or wants integration tests.

Idioma del texto original: inglés

actualizado
ocupación
Profesores postsecundarios, todos los demás
descripción

Teach a skill or concept at the user's current level, optionally preserving a lightweight multi-session learning record.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Synthesize an implementation-ready spec from the current conversation and relevant repository context. Use explicitly when the user wants agreed work captured as a spec or PRD.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Break a plan, spec, or conversation into dependency-aware, independently verifiable tickets. Use explicitly when the user wants work sliced for local planning or an issue tracker.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Classify and advance issues or external pull requests through the configured triage workflow. Use explicitly to inspect queues, evaluate an item, recommend a state, or apply an authorized transition.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Map a large, unclear, multi-session effort as linked decisions, then advance the map until the route to the destination is clear.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Design or revise concise skills with clear triggers, proportional constraints, progressive disclosure, and realistic validation.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive changes suited to scripts or codemods. Use for decomposition and concurrency decisions, not simple…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Select proportional validation for changes or reviews in the ctx repository. Use before handing off material code, workflow, migration, documentation, security, packaging, or release changes; before a PR; or when asked whether a change is adequately tested.…

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Keeps README badge + inline counts in sync with the real number of skills, agents, graph nodes/edges, communities, converted pipelines, and test inventory. Runs automatically on every commit via a git pre-commit hook. Use when the README drifts from reality…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Validate committed feature-branch changes through the no-mistakes pipeline: intent, rebase, review, test, docs, lint, push, PR, and CI. Use when the user asks to run no-mistakes, ship safely, validate before pushing, or gate a change before it reaches…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Design or audit a repo-local markdown knowledge graph with wiki links, source-code backlinks, drift checks, and searchable sections. Use when AGENTS.md/CLAUDE.md is too flat for a large codebase or when a custom harness needs durable structured project memory.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Create or review an AGENTS.md file so coding agents get stable repo-local instructions: environment setup, testing, style, security boundaries, PR policy, and handoff rules. Use when a repo lacks durable agent guidance or when a custom harness needs a…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit), or `cavecrew-reviewer` (diff review) instead of doing the work inline or using vanilla…

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user…

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use…

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of…

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Discover installable agent skills from ctx's shipped Skills.sh catalog, the Skills.sh search API, and the npx skills CLI. Use when a user asks whether a skill exists, wants to add/update a skill, or needs a repeatable procedure for finding candidate skills…

Idioma del texto original: inglés

actualizado
ocupación
Editores
descripción

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

Idioma del texto original: inglés

actualizado
Mostrando 40 de 40 skills recopiladas.