Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dotfiles

dotfiles에는 89jobrien에서 수집한 skills 48개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
48
Stars
1
업데이트
2026-04-11
Forks
0
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

analyze
소프트웨어 개발자

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

2026-04-11
commit
소프트웨어 개발자

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

2026-04-11
review
소프트웨어 품질 보증 분석가·테스터

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

2026-04-11
1password-tailscale
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
비서 및 행정 보조원(법률, 의료 및 임원 제외)

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
프로젝트 관리 전문가

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
데이터베이스 아키텍트

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
프로젝트 관리 전문가

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
네트워크·컴퓨터 시스템 관리자

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
파일 사무원

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-11
transparent-reader
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
이 저장소에서 수집된 skills 48개 중 상위 40개를 표시합니다.