Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

dotfiles

dotfiles contiene 48 skills recopiladas de 89jobrien, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
48
Stars
1
actualizado
2026-04-11
Forks
0
Cobertura ocupacional
7 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

analyze
Desarrolladores de software

Deep codebase analysis — architecture health, test coverage gaps, tech debt, and actionable findings

2026-04-11
commit
Desarrolladores de software

Run pre-commit checks (fmt, clippy, test) then stage, commit, and push with a conventional message

2026-04-11
review
Analistas de garantía de calidad de software y probadores

Review staged or recent changes for correctness, style, and Rust conventions before committing

2026-04-11
1password-tailscale
Administradores de redes y sistemas informáticos

Use when SSHing into remote machines, looking up credentials, renaming Tailscale devices, or accessing services on the tailnet. Symptoms - SSH auth failures, too many authentication failures, command not found tailscale, need to find credentials for remote machines.

2026-04-11
async-sync-bridge
Desarrolladores de software

Use when mixing Tokio async code with synchronous blocking I/O libraries (tar, flate2, zip, csv), or when seeing "cannot block the current thread from within the async context" panics, or needing to stream async bytes into a sync reader.

2026-04-11
baml-iteration
Desarrolladores de software

Structured BAML schema edit → validate → test loop for the devloop project. Use when editing any *.baml file in crates/baml/baml_src/ — covers version parity gotchas, uvx invocation, regeneration workflow, and the analyze verify step.

2026-04-11
chunked-file-reading
Desarrolladores de software

Use when reading large files (logs, JSONL, CSVs) that exceed context limits, when the Read tool returns truncated output, or when needing to locate a specific section in a multi-thousand-line file without reading everything.

2026-04-11
daily-orchestration
Desarrolladores de software

Use when running daily maintenance across all repos — pull, analyze, fix P0s, synthesize to Obsidian, push. Invoke via /daily-orchestration or at start of day.

2026-04-11
devloop-analyze
Desarrolladores de software

Use when running devloop council analysis on a repo. Covers the correct op run invocation, model selection, and narrative output format. Invoke instead of `just analyze` which is broken.

2026-04-11
devloop-bench-cycle
Desarrolladores de software

Full benchmark cycle for devloop — collect criterion results, check against budgets, commit the run to SQLite, surface regressions. Use after running cargo bench or when managing performance budgets.

2026-04-11
devloop-daily-update
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)

Use when asked to update today's daily note, write a standup, or summarize what happened in a repo and record it in the Obsidian vault. Combines devloop council analysis with Obsidian daily note creation.

2026-04-11
devloop-standup
Desarrolladores de software

Use when asked to summarize recent repo activity, show what happened, or give a timeline view of work — with or without a time window argument

2026-04-11
doob-bulk-import
Desarrolladores de software

Use when converting a markdown task list, numbered list, or planning breakdown into doob todos. Symptoms - "add these tasks to doob", "import this plan", "create todos from this list", task breakdowns that need tracking.

2026-04-11
doob-context-prime
Desarrolladores de software

Use at the start of any doob work session to load situational awareness — pending todos, overdue items, kanban state, and recent git activity. Use before starting new features, triaging work, or resuming after a break.

2026-04-11
doob-new-provider
Desarrolladores de software

Use when implementing a new sync provider adapter for doob — creating a new IssueTracker trait implementation, wiring config, and writing tests. Symptoms - "add GitHub Issues sync", "implement Linear adapter", "new sync provider".

2026-04-11
doob-phase-tracker
Especialistas en gestión de proyectos

Use when assessing which roadmap phase doob is currently in, what's code-complete vs stub vs unstarted, or deciding what to work on next. Use before starting a new phase or when the README roadmap and codebase feel out of sync.

2026-04-11
doob-schema-migration
Arquitectos de bases de datos

Use before any change to src/db/schema.rs or SurrealDB schema definitions. Symptoms - adding a new field to todo/note, changing an index, adding a new table, or seeing schema-related test failures after a schema edit.

2026-04-11
doob-triage
Especialistas en gestión de proyectos

Prioritized todo triage for the current project — runs doob todo list filtered to current repo, sorts by priority score, picks the highest-priority item to start, marks it in-progress, and creates a task checklist. Use at the start of a session or when asking "what should I work on next?"

2026-04-11
env-chain-tracer
Administradores de redes y sistemas informáticos

Use when env vars are missing, wrong, or when debugging why `op run` or `direnv` isn't loading the right secrets. Traces the full source_up chain from project to root, showing which .envrc files are loaded and what each one injects.

2026-04-11
env-debug
Administradores de redes y sistemas informáticos

Use when op run fails with env conflicts, direnv isn't loading secrets, source_up chain is broken, Claude shell can't resolve op:// URIs, or secrets work in terminal but not in Claude context

2026-04-11
herald-sync
Desarrolladores de software

Use when synthesizing cross-project activity at end of session, generating a cross-repo narrative summary, or consolidating work from multiple repos into the Obsidian daily note

2026-04-11
maestro-dev-setup
Administradores de redes y sistemas informáticos

Use when setting up a new developer workstation for the Maestro project, when a developer reports missing tools or broken auth, or when onboarding someone to Maestro development

2026-04-11
minibox-ci
Administradores de redes y sistemas informáticos

Use when working on minibox CI, managing the self-hosted GHA runner on $INFRA_VPS_HOST, running xtask gates, or diagnosing CI failures. Symptoms - CI failing, runner offline, mise not found, xtask error, need to SSH into $INFRA_VPS_HOST.

2026-04-11
minibox-dev
Desarrolladores de software

Use when developing minibox — quality gates, adding crates/adapters, testing strategy, VPS Linux testing, bench ops, and common workflows. Symptoms - need to run tests, add a new crate, wire an adapter, run benchmarks, deploy to VPS, or understand the development workflow.

2026-04-11
mise-toolchains
Administradores de redes y sistemas informáticos

Use when debugging runtime version issues, toolchain not found errors, or version conflicts across projects. Symptoms - wrong node/rust/python/go version active, mise shim errors, RUSTUP_TOOLCHAIN conflicts, tool not found after install, global version overriding project version.

2026-04-11
obfsck-workflow
Desarrolladores de software

Structured workflow for obfsck feature work — covers ObfuscationLevel logic, config/secrets.yaml group gating, the PII min_level invariant, and the TDD loop for adding patterns or flags. Use when implementing any obfsck feature from the backlog.

2026-04-11
obsidian-vault
Empleados de archivos

Use when working in the Obsidian Vault directory — creating notes, editing vault content, running vault scripts, or answering questions about projects/experiments/infrastructure tracked in the vault

2026-04-11
pieces-ltm
Desarrolladores de software

Use before starting work on a feature or bug to get historical context from 9 months of LTM. Use when you need to know "what did I try before", "why was this decision made", or "what was the state of X last month".

2026-04-11
pieces
Desarrolladores de software

Use when working with Pieces — the on-device AI memory and productivity platform for developers. Covers: PiecesOS setup and architecture, Long-Term Memory (LTM) queries, MCP integration with Claude/Cursor/GitHub Copilot/VS Code/Zed/JetBrains and 15+ other clients, CLI usage (save/search snippets), Desktop App (Timeline, summaries, Copilot), IDE plugins (VS Code, JetBrains), and the Obsidian plugin. Trigger on: "pieces", "PiecesOS", "LTM", "Pieces MCP", "pieces copilot", "pieces drive", "pieces obsidian", "pieces timeline", or any task involving Pieces integrations.

2026-04-11
rust-conventions
Desarrolladores de software

Use when working on any Rust crate or workspace — before implementing features, after editing .rs files, when adding or removing dependencies, or when CI is failing. Symptoms - clippy warnings treated as errors, fmt diff in CI, wrong edition error, workspace member not found, slow test runs.

2026-04-11
rust-script
Desarrolladores de software

Use when writing any standalone Rust script, one-off utility, or when tempted to reach for a shell script with complex logic. Covers rust-script shebang, inline Cargo manifest, and dependency declaration.

2026-04-11
rust-snapshot-review
Analistas de garantía de calidad de software y probadores

Review and accept/reject insta snapshot changes after cargo nextest runs. Handles the stale .snap.new footgun, shows inline diffs, and does safe bulk or selective acceptance. Use whenever cargo nextest produces .snap.new files.

2026-04-11
rust-unsafe-env-mutation
Desarrolladores de software

Use when writing Rust tests that call set_var or remove_var, seeing "use of unsafe function" errors in Rust 2024 edition, or when tests pass individually but fail randomly in parallel CI runs due to environment variable races.

2026-04-11
secrets-management
Administradores de redes y sistemas informáticos

Use when managing encrypted secrets, extracting SSH keys, accessing remote machines via Tailscale, or working with op/sops/age. Symptoms - sops decrypt failed, age key missing, op CLI errors, SSH auth failures, too many authentication failures, tailscale device not found, need credentials for machines or services.

2026-04-11
session-to-skill
Desarrolladores de software

Use at end of a session (or on demand) to extract repeated tool patterns into a reusable skill. Triggers on "extract this as a skill", "save this as a skill", "I keep doing this", or when you notice the same command sequence run 2+ times.

2026-04-11
tool-presets
Desarrolladores de software

Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types

2026-04-11
transparent-reader
Desarrolladores de software

Use when needing to compute a side effect (hash, checksum, byte count, progress) on streaming bytes without buffering, or when a function accepts impl Read and you need to intercept the bytes passing through it.

2026-04-11
using-conductor
Desarrolladores de software

Use after a significant commit or when CI fails to run the devloop → doob → devkit workflow pipeline. Conductor creates doob tasks from findings and summarizes health. Invoke via /conduct or let forge dispatch it after commits.

2026-04-11
using-devloop
Desarrolladores de software

Use when needing development context — devloop visualizes git commit history and Claude AI session activity for any repo. Available globally via ~/.local/bin/devloop.

2026-04-11
using-forge
Desarrolladores de software

Primary dev companion for minibox, devloop, doob, and devkit. Use for design discussions, debugging, refactoring, prototyping, and anything that doesn't fit a specific workflow. Forge auto-dispatches to sentinel, navigator, or conductor as needed — no confirmation required.

2026-04-11
Mostrando las 40 principales de 48 skills recopiladas en este repositorio.