Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dot-opencode

dot-opencode 收录了来自 IndianBoy42 的 20 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
20
Stars
0
更新
2026-05-13
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

marimo-pair
软件开发工程师

Work inside a running marimo notebook's kernel — execute code, create cells, and build a notebook as an artifact. Use when the user wants to start a marimo notebook or work in an active marimo session.

2026-05-13
opencode-config
软件开发工程师

Working on config and plugins for opencode

2026-05-13
debug-workflow
软件开发工程师

Hypothesis-driven debugging methodology: systematic investigation, binary search isolation, escalation criteria. Load when debugging complex, elusive, or multi-system bugs.

2026-05-13
refactor-workflow
软件开发工程师

Systematic code refactoring methodology using ast-grep, comby, and manual transformations. Load when performing large-scale code restructuring or systematic transformations.

2026-05-13
research-workflow
软件开发工程师

Deep research methodology: recursive exploration, branch-and-synthesize pattern, documentation structure. Load when conducting broad, open-ended research on technical or scientific topics.

2026-05-13
review-workflow
软件质量保证分析师与测试员

Code review framework: 5-category evaluation, structured output format, severity levels. Load when performing thorough code reviews of changes, diffs, or pull requests.

2026-05-13
software-dev
软件开发工程师

Software development workflow patterns: exploration, implementation, testing, review cycles. Load this skill when coordinating multi-step development tasks or delegating software work.

2026-05-13
marimo-wasm
软件开发工程师

Check if a marimo notebook is compatible with WebAssembly (WASM) and report any issues.

2026-05-13
opencode-db
软件开发工程师

Query and explore the opencode session database using `opencode db` CLI. Use when: (1) Searching session history by title, directory, or date, (2) Inspecting conversation messages and parts within sessions, (3) Analyzing project or workspace data, (4) Reviewing todo lists across sessions, (5) Any task requiring structured queries against opencode's persisted state — sessions, messages, parts, projects, workspaces, todos, events, permissions, accounts. Trigger keywords: "session db", "opencode db", "session history", "conversation data", "past sessions", "session search".

2026-05-13
rust-cargo-doc-search
软件开发工程师

Search and explore locally-generated cargo doc documentation for Rust projects and their dependencies. Use when: (1) looking up types, traits, functions, or modules in a Rust crate, (2) exploring the API surface of a local workspace crate or dependency, (3) browsing locally-built rustdoc output in target/doc/, (4) searching docs without an internet connection, (5) user mentions cargo doc, rustdoc, rust docs, or asks about Rust API documentation.

2026-05-13
pdf-extraction
软件开发工程师

Extract text, tables, and structured data from PDFs. Use when processing any PDF for text extraction, table extraction, search, metadata, or conversion to markdown. Supports text-based and scanned/image PDFs with OCR.

2026-05-13
cartography
软件开发工程师

Repository understanding and hierarchical codemap generation

2026-04-28
git-subtree
软件开发工程师

Vendor external dependencies into a monorepo using git subtree. Use when adding, updating, or managing vendored third-party code, soft forks (pull-only), or push-pull subtrees for self-owned repos. Covers interaction with jujutsu (jj) colocated workflows.

2026-04-20
datasheet-extraction
软件开发工程师

Extract data from electronics/component datasheets (PDF). Use when processing datasheets for pin tables, electrical characteristics, timing specs, absolute maximum ratings, or ordering information. Combine with pdf-extraction skill.

2026-04-20
paper-extraction
软件开发工程师

Extract content from academic and scientific papers (PDF). Use when processing research papers for equations, algorithms, figures, references, or structured sections. Combine with pdf-extraction skill.

2026-04-20
ast-grep-explore
软件开发工程师

Use when you need to explore, search, or understand codebases using structural AST patterns. Ideal for finding specific code patterns, understanding code architecture, discovering API usage, or locating code smells across multiple files.

2026-04-20
ast-grep-refactor
软件开发工程师

Use when you need to perform code refactoring, semantic transformations, or structural rewrites across multiple files. Ideal for API migrations, code modernization, breaking change adoption, or systematic code transformations.

2026-04-20
frankenstein
软件开发工程师

Combine the best parts of multiple skills into one. Searches ClawHub, GitHub, skills.sh, skillsmp.com and other AI skill repos. Analyzes each safely, compares features, and builds a combined 'Frankenstein' skill with the best of each. Uses skill-auditor for security scanning and sandwrap for safe analysis. Use when: (1) Multiple skills exist for same purpose, (2) Want best-of-breed combination, (3) Building a comprehensive skill from fragments.

2026-04-20
jujutsu
软件开发工程师

Guide to Jujutsu (jj) version control system. Use when working with commits, branches, pull requests, PRs, version control, rebasing, pushing, or when the user mentions jj, git, or version control operations.

2026-04-20
neovim-config
网络与计算机系统管理员

Use when you need help with Neovim configuration, plugin development, Lua scripting, creating custom plugins, or troubleshooting Neovim setups. Also use for configuring LSP, treesitter, completion engines, keybindings, or Neovim-based workflows.

2026-04-20