Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
stevekinney
Perfil de creador de GitHub

stevekinney

Vista por repositorio de 66 skills recopiladas en 10 repositorios de GitHub.

skills recopiladas
66
repositorios
10
actualizado
2026-07-20
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

tensorlake
Desarrolladores de software

Tensorlake SDK — sandboxes for AI agents and applications. Use when the user mentions tensorlake or sandboxes, or asks about Tensorlake APIs/docs/capabilities. Also use when building an application, coding agent, or agentic system that needs a sandbox to run code — e.g., executing LLM-generated or untrusted code, persistence via suspend/resume, snapshots/checkpoints for forking parallel workers, custom images, exposing ports, egress allowlists, PTY/interactive shells, computer-use / desktop automation, browser automation (Chrome CDP, Playwright), local tunnels for non-HTTP protocols, async parallel sandboxes, Harbor evals or RL rollouts, file transfer, SSH access, remote-dev (VS Code Remote-SSH), or OCI base images. Also covers Tensorlake's sandbox-native durable workflow orchestration. Works alongside any LLM provider (OpenAI, Anthropic), agent framework (Claude/OpenAI agents SDK, LangChain), database, or API. When this skill applies, ALWAYS WebFetch https://docs.tensorlake.ai/llms.txt first.

2026-07-20
tribunal-production-operations
Administradores de redes y sistemas informáticos

Ship Tribunal to production and triage deployment, health-check, Fly, Neon, GitHub OAuth/App, Tensorlake, proxy, review-engine, or live-review rollout issues. Use when a user asks to deploy Tribunal, prepare production secrets, verify production readiness, enable live reviews, debug broken deploys, inspect production health, or recover/rollback Tribunal services.

2026-06-30
tribunal-production-operations
Administradores de redes y sistemas informáticos

Ship Tribunal to production and triage deployment, health-check, Fly, Neon, GitHub OAuth/App, Tensorlake, proxy, review-engine, or live-review rollout issues. Use when a user asks to deploy Tribunal, prepare production secrets, verify production readiness, enable live reviews, debug broken deploys, inspect production health, or recover/rollback Tribunal services.

2026-06-30
address-pr
Analistas de garantía de calidad de software y probadores

Address unresolved GitHub pull request review comments by analyzing feedback, implementing fixes, and resolving threads.

2026-06-03
analyze-project
Desarrolladores de software

Generate or refresh a multi-agent project context document and execution-plan authoring prompt from repository analysis. Use when bootstrapping multi-agent orchestration, updating architecture/ownership/contracts guidance, or preparing a reusable planning prompt. Support explicit output path (`OUTPUT=<path>` or plain-language path request); otherwise detect a sensible default path from the project structure.

2026-06-03
commit
Desarrolladores de software

Stage intended changes, validate them, and create a focused commit with a clear, ticket-aware message.

2026-06-03
component-standards
Desarrolladores web

Apply frontend domain conventions for components, Svelte runes/attachments, route form UX, and testing patterns.

2026-06-03
create-pr
Desarrolladores de software

Create or update a GitHub pull request with ticket context, synchronized branch history, and a concrete test plan.

2026-06-03
Mostrando las 8 principales de 22 skills recopiladas en este repositorio.
documentation-refresh
Desarrolladores de software

Use this skill when refreshing Weft public documentation, AGENTS.md, CLAUDE.md, or mirrored skills from recent pull requests.

2026-07-17
coverage-harness-design
Analistas de garantía de calidad de software y probadores

Use this skill when restoring or protecting Weft coverage with LCOV-backed branch targeting, structural test doubles, coverage allowlists, conformance fixtures, or tests for hard-to-reach protocol, schema, lifecycle, and CLI paths.

2026-07-16
async-lifecycle-races
Desarrolladores de software

Use this skill when a Weft change touches ack-gated flows, pending promises, WebSocket workers, shutdown, disposal, cancellation, retries, reconnects, heartbeats, timers, or any lifecycle path where ordering can leave work hanging.

2026-07-15
contract-truth-writing
Desarrolladores de software

Use this skill when writing or reviewing Weft comments, JSDoc, documentation, README examples, test prose, or operation descriptions that describe wire responses, server diagnostics, masked errors, public APIs, or runtime recovery.

2026-07-15
semantic-compatibility
Desarrolladores de software

Use this skill when a Weft change renames, reshapes, normalizes, hashes, serializes, or replays persisted data such as effect-log records, checkpoints, tool calls, tool results, JSONValue content, storage payloads, or compatibility fixtures.

2026-07-15
verification-loop
Desarrolladores de software

Run the full verification cycle before declaring work done: build, typecheck, lint, test, export review, diff review. Use when the user says "verify", "validate", "check everything passes", "run the full suite", "make sure it's ready", or before committing, opening a PR, or finishing a feature. Also use proactively after completing any non-trivial implementation work.

2026-07-06
security-review
Analistas de seguridad de la información

Security review checklist for weft covering server routes, MCP authentication, workflow trust boundaries, storage, activity isolation, and credential handling. Use when the user says "security review", "check for vulnerabilities", "audit security", "review trust boundaries", or when changes touch server routes, authentication, storage, or any code that handles untrusted input. Also use proactively when implementing features that cross trust boundaries.

2026-06-29
security-review
Analistas de seguridad de la información

Security review checklist for weft covering server routes, MCP authentication, workflow trust boundaries, storage, activity isolation, and credential handling. Use when the user says "security review", "check for vulnerabilities", "audit security", "review trust boundaries", or when changes touch server routes, authentication, storage, or any code that handles untrusted input. Also use proactively when implementing features that cross trust boundaries.

2026-06-29
Mostrando las 8 principales de 16 skills recopiladas en este repositorio.
address-pr
Desarrolladores de software

Load a pull request, implement review feedback (human and bots), resolve threads, and loop until CI is green and the PR is merge-ready. Trigger on a PR number, PR questions, or fix-it requests.

2026-06-01
audit
Desarrolladores de software

Review recently completed tasks, sessions, and PRs for uncaptured work, run the validation scripts, and file tasks for pre-existing issues. Trigger on "audit the tasks" or "audit the backlog".

2026-06-01
cleanup
Desarrolladores de software

Remove git worktrees for completed tasks whose pull requests have merged, skipping anything still in flight or with uncommitted changes. Trigger on "clean up worktrees" or "tasks prompt cleanup".

2026-06-01
committee-review
Desarrolladores de software

Gate PR creation behind a multi-agent review loop: discover subagents, parallel-review the diff, implement feedback, loop until consensus, then open the PR. Trigger on "open a PR", "create a pull request", or "submit for review".

2026-06-01
merge
Desarrolladores de software

Clear the merge queue: find every open pull request that is genuinely ready, fan out to merge each, and complete the associated task. Conservative — never force-merges. Trigger on "merge the ready PRs".

2026-06-01
next
Desarrolladores de software

Work the next available task end-to-end from inside its worktree: plan it (gated by plan-review) if unplanned, implement it, and open a pull request via committee-review, leaving the task in-review. Trigger on "work the next task" or "tasks prompt next".

2026-06-01
plan-review
Desarrolladores de software

Adversarially review a task's drafted plan with Codex before it is associated and implemented. Loops until Codex approves or the round cap is hit; fail-warns when Codex is unavailable.

2026-06-01
plan
Desarrolladores de software

Plan every unplanned incomplete task: fan out a subagent per task to draft a plan, gate each through plan-review, and associate approved plans back to the task. Trigger on "plan the tasks" or "plan the backlog".

2026-06-01
Mostrando las 8 principales de 12 skills recopiladas en este repositorio.
lesson-plan-adapter
Maestros de primaria (excepto educación especial)Maestros de educación especial de primaria

Adapts K-12 lesson plans to classroom learning needs using the Universal Design for Learning (UDL) framework. Use when a teacher asks to differentiate a lesson, adapt activities for diverse learners, set up a classroom profile, update learning needs, or says "help me differentiate", "adapt my lesson", "modify this lesson plan", "accommodation suggestions", "set up my classroom", or "I have students with different needs". Requires the Lesson Plan Adapter MCP connector.

2026-03-04
address-pr
Desarrolladores de software

Sweep the current branch's pull request: commit uncommitted work, rebase onto origin/main, check CI, triage and fix failures, review all PR comments (both review comments and conversation comments), build a task list, address every item, push, resolve review threads, and reply to conversation comments. Use this skill whenever the user says "address the PR", "sweep the PR", "handle PR feedback", "fix PR comments", "triage the PR", or any variation of wanting to get a pull request into mergeable shape. Also trigger when the user asks to "check on the PR" or "get the PR ready".

2026-03-01
dead-code-audit
Desarrolladores de software

Audit a codebase for dead code, unused exports, stale dependencies, legacy shims, backwards-compatibility layers, deprecated markers, commented-out code, and anything else that no longer serves a purpose — then remove it. Use this skill whenever the user asks to "clean up dead code", "audit unused code", "remove legacy code", "strip deprecated code", "find unused exports", "prune dependencies", "remove backwards compatibility", or any variation of wanting to eliminate code that is no longer needed. Also trigger when the user says "audit the codebase", "clean house", or "remove cruft" — especially in pre-MVP or early-stage projects where carrying dead weight is never justified.

2026-03-01
doctor
Administradores de redes y sistemas informáticos

Health-check diagnostic that verifies CLI availability, environment variables, database connectivity, GitHub authentication and secrets, and Railway linkage. Reports findings with contextual recommendations. Use this skill when the user says "doctor", "health check", "diagnose", "check status", "is everything working", or any variation of wanting to verify the project's configuration.

2026-03-01
rename
Desarrolladores de software

Batch-replace the @lesson-adapter/ package scope with a new scope across the entire codebase. Use this skill when the user says "rename", "change scope", "rebrand", "change the package name", "replace @lesson-adapter", or any variation of wanting to change the npm scope used throughout the monorepo.

2026-03-01
setup
Desarrolladores de software

Interactive onboarding wizard that creates a Neon project, configures environment variables, optionally sets up Railway and GitHub secrets, runs the initial migration, and generates SvelteKit types. Use this skill when the user says "set up", "onboard", "initialize the project", "configure the environment", "run setup", or any variation of wanting to get the project ready for development.

2026-03-01
teardown
Administradores de redes y sistemas informáticos

Interactive teardown that walks through removing configured services: GitHub secrets, Railway linkage, environment file, and Neon project. Each phase requires explicit user confirmation. Use this skill when the user says "teardown", "tear down", "remove services", "clean up infrastructure", "delete the project", or any variation of wanting to undo the setup.

2026-03-01
Mostrando 10 de 10 repositorios
Todos los repositorios cargados
stevekinney Agent Skills | SkillsMP