dotfiles-opencode
OpenCode configuration with coding, debugging, and automation workflows
All Skills in This Repository (12)
Pure Emerald Level Indicatorstmux-guide
Run long terminal tasks in background tmux sessions with agent- naming.
extract-repo
Download GitHub repositories as clean working copies without git history.
send-notify
Send user notifications via notify-send, terminal-notifier, or ntfy.sh.
spec-document-format
Generate standardized Markdown specification documents with requirements, test steps, and acceptance criteria.
systematic-debugging
Enforce root-cause investigation before applying fixes in a four-phase debugging workflow.
installing-dependencies
Enforce project-boundary permission checks before installing Python, Node.js, Rust, or OS-level dependencies.
interactive-test
Guide terminal-based testing of GUI and TUI applications with Playwright or tmux.
defining-requirements
Translate user needs into testable user stories with Gherkin acceptance criteria.
setup-fresh-project
Initialize git, tooling, documentation, and OpenCode LSP configuration for new projects.
tdd-workflow
Enforce a seven-step test-driven development workflow with scenario documents and regression tests.
qwen-asr
Transcribes audio files from URLs, stdin, or disk via Gradio endpoint using Qwen ASR.
verification-before-completion
Require fresh execution of exact verification commands before asserting completion.
Frequently Asked Questions
FAQPage SchemaHow to install dotfiles-opencode?▼
Run `npx skills add archibate/dotfiles-opencode --all -g -y` in your terminal to install all skills globally.
What is dotfiles-opencode used for?▼
It is a personal OpenCode configuration that bundles workflows for test-driven development, systematic debugging, browser automation, and safe command execution.
How does it stop AI from breaking my system?▼
The testing-safe-protocol skill blocks destructive commands and side effects, while verification-before-completion forces the agent to prove work with real test output before claiming success.
Does it support background and long-running tasks?▼
Yes. The tmux and pueue skills let the agent run builds, training, and servers in the background and check their output later.
Can I use these skills without coding experience?▼
Yes. Once installed, the agent follows the built-in workflows automatically when you describe tasks in plain language.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core