Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

octocode

octocode には sievepub-2000 から収集した 49 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
49
Stars
1
更新
2026-05-06
Forks
0
職業カバレッジ
15 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

matt-pocock-engineering
ソフトウェア開発者

Use when: applying Matt Pocock engineering skills for diagnosis, TDD, architecture improvement, issue breakdown, PRD creation, or rigorous TypeScript/codebase analysis.

2026-05-06
mattpocock-improve-codebase-architecture
ソフトウェア開発者

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-05-06
mattpocock-setup-matt-pocock-skills
ソフトウェア開発者

Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.

2026-05-06
mattpocock-to-issues
ソフトウェア開発者

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2026-05-06
mattpocock-to-prd
ソフトウェア開発者

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

2026-05-06
openai-plugins
ソフトウェア開発者

Use when: working with OpenAI Codex plugins, plugin marketplaces, plugin manifests, plugin-bundled skills, or the openai/plugins repository. Helps inspect .codex-plugin/plugin.json, .agents/plugins/marketplace.json, and installed Codex plugin cache.

2026-05-06
page-scraping-tools
ソフトウェア開発者

Use when: extracting page information, scraping static HTML, comparing rendered page text, using Scrapling, using Skyvern, or deciding between lightweight scraping and browser automation.

2026-05-06
privacy-filter
ソフトウェア開発者

Use when: filtering prompts, logs, screenshots, transcripts, documents, or tool outputs for secrets, credentials, PII, private URLs, tokens, keys, or sensitive personal data before sharing with another agent or external service.

2026-05-06
symphony
ソフトウェア開発者

Use when: coordinating Codex/Symphony style multi-agent software work, issue-to-PR workflows, review/merge state machines, or the openai/symphony repository.

2026-05-06
self-review
ソフトウェア開発者

Periodic self-review skill for Octocode. Surfaces failure patterns, blocked tool calls, slow providers, and circuit-breaker activity from the last operating window so the agent can propose targeted improvements (config tuning, new skills, parser alias additions) and keep the self-iteration flywheel turning.

2026-04-28
browser-harness
ソフトウェア開発者

Browser Harness is a self-healing browser-automation harness from browser-use that lets LLMs complete arbitrary web tasks. Registered as an external reference for OctoCode's exploratory web-automation pathway.

2026-04-28
gitnexus
ソフトウェア開発者

GitNexus is a zero-server, client-side code intelligence engine that builds a knowledge graph of a repository directly in the browser. Registered as an external reference to inform OctoCode's code-intel and graph-aware tool design.

2026-04-28
zed-assistant-panel
ソフトウェア開発者

Zed editor's Assistant Panel v2 (right-side dockable AI panel with thread history, inline tool-call disclosure, and slash-command palette). Registered as a UX reference for OctoCode's Canvas WebUI shell.

2026-04-28
free-claude-code
ソフトウェア開発者

Routes Claude-Code–style coding agents through NVIDIA's free OpenAI-compatible gateway. In OctoCode this is wired as the `nvidia-free` system fallback provider — used when the operator's configured primary provider is unreachable.

2026-04-23
naive-ui
ウェブ開発者

Vue-ecosystem component library. Registered as a UI reference for `ui-shell/` — OctoCode's WebUI is vanilla HTML + IIFE JS today, but Naive UI patterns inform component boundaries for the ongoing modularization.

2026-04-23
pentagi
情報セキュリティアナリスト

Autonomous penetration-testing AI agents. Registered as an external integration only; not activated by default. Useful reference for multi-step offensive workflows, sandboxing, and tool gating.

2026-04-23
agent-browser
ソフトウェア開発者

Agent-browser is an LLM-driven browser-automation framework (DOM querying, form filling, navigation) that complements lightpanda-headless-browser for heavier semantic interactions.

2026-04-23
bytebot
ソフトウェア開発者

Bytebot is an open-source desktop-agent framework exposing OS-level primitives (keyboard, mouse, shell, file I/O) to LLM agents. Registered as reference for uplifting OctoCode's agent tool-calling surface.

2026-04-23
llm-wiki
ソフトウェア開発者

LLM-wiki is a curated, living knowledge base about LLM systems programming, prompt engineering, and long-term memory strategies. Registered as a reference skill to lift OctoCode's systems-programming and memory design.

2026-04-23
openharness
ソフトウェア品質保証アナリスト・テスター

Openharness is an open-source harness for structured LLM evaluation and capability benchmarking. Registered as an external reference to inform OctoCode's evaluation-gate design (see docs/eval/*) and the benchmark gate in runtime/src/benchmarks.rs.

2026-04-23
agent-skills
ソフトウェア開発者

Meta-skill: how to write a SKILL.md that the OctoCode skills hub will pick up. Source of truth for the descriptor schema.

2026-04-23
andrej-karpathy-skills
ソフトウェア開発者

Karpathy-style "think from first principles, verify with tiny scripts" research-engineer patterns. Reinforces the autoresearch + get-shit-down operating loops.

2026-04-23
claude-auto-research
ソフトウェア開発者

Auto-research loop: decompose a research question, run multiple probes in parallel, reconcile, cite.

2026-04-23
claude-design
ウェブ・デジタルインターフェースデザイナー

Reference library of Anthropic-style product-design patterns for chat UIs — density, latency affordances, tool-call disclosure, streaming indicators.

2026-04-23
claude-mem
ソフトウェア開発者

Long-running memory layer for Claude-style agents. Reference for OctoCode's own `/memories/` scope design (user / session / repo).

2026-04-23
code-review-graph
ソフトウェア品質保証アナリスト・テスター

Graph-based code-review assistant. Builds a call/dependency graph of a diff and surfaces reviewer-relevant hotspots. Registered for future integration into OctoCode's review workflow.

2026-04-23
inkos
ソフトウェア開発者

Ink-style terminal UI toolkit reference. Registered as a UX study for CLI components; OctoCode's terminal surface already uses crossterm + portable-pty but borrows composition ideas from inkos.

2026-04-23
ligh
カスタマーサービス担当者受付・案内係員

Placeholder descriptor for the user-referenced "ligh" project. Upstream identity is ambiguous (possibly "light", "lighthouse", "ligh-browser"); registered as descriptor-only pending clarification.

2026-04-23
markitdown
ソフトウェア開発者

Convert office / PDF / HTML / image formats to clean Markdown. Prefer this before summarizing document content or extracting structured requirements from attachments.

2026-04-23
webnovelwrite
作家・著者

Long-form narrative writing assistant patterns — chapter planning, continuity tracking, style lock-in. Useful when OctoCode is driven in "writing mode" rather than coding mode.

2026-04-23
cli-proxy-api-bridge
ソフトウェア開発者

Adapter layer that fronts heterogeneous model providers behind a single OpenAI-compatible HTTP/1.1 surface so OctoCode's tool-call protocol is real function-calling, not plain-text "<|tool_call|>" markers.

2026-04-23
lightpanda-headless-browser
ソフトウェア品質保証アナリスト・テスター

Ultra-light headless browser for fast, low-memory WebUI smoke runs as an alternative to Chromium when a full Playwright stack is too heavy.

2026-04-23
playwright-webui-qa
ソフトウェア品質保証アナリスト・テスター

Drive the OctoCode WebUI (and other web targets) via Microsoft Playwright to perform real end-to-end verification, screenshots, and DOM assertions.

2026-04-23
thunderbolt-webui-probe
ソフトウェア品質保証アナリスト・テスター

Protocol-level probe that hits a WebUI over HTTP/SSE/WebSocket and records timing + payload for deterministic health checks.

2026-04-23
tools-hub
ソフトウェア開発者

Single source of truth that lists every tool, MCP server, skill, and hook known to this OctoCode install, and stays in sync with octocode-runtime's tool catalog.

2026-04-23
brainstorming
マネジメントアナリスト

Divergent thinking skill for generating creative ideas, exploring solution spaces, and structured ideation sessions.

2026-04-20
browser-use
ソフトウェア開発者

Web browser automation skill for navigating pages, filling forms, clicking elements, taking screenshots, and extracting web data using AI-driven browser control.

2026-04-20
canvas-design
ウェブ・デジタルインターフェースデザイナー

UI/UX design skill for layout planning, theme creation, animation design, and HTML prototype generation.

2026-04-20
context-strategy
データサイエンティスト

Context management skill for selecting, prioritizing, and compressing information sent to LLMs to maximize relevance within token limits.

2026-04-20
deeptutor
個別教師高等教育ティーチングアシスタント

Personalized learning assistant skill that explains complex topics at adjustable depth, creates study plans, and tests understanding.

2026-04-20
このリポジトリの収集済み skills 49 件中、上位 40 件を表示しています。