archibatearchibateCommunity·12 Agent Skills Included

dotfiles-opencode

OpenCode configuration with coding, debugging, and automation workflows

Provides a complete OpenCode setup with ready-made workflows for test-driven development, systematic debugging, browser automation, and background task management. Eliminates risky AI behavior through safe-testing protocols, anti-defensive coding rules, and verification-before-completion checks. Includes practical utilities for Python, Bash, CLI design, web scraping, translation, and terminal image display to speed up daily development work.
npx skills add archibate/dotfiles-opencode --all -g -y
Available:

Gives the agent global operating rules for this setup, including language preferences, coding style detection, project hygiene, and when to run long tasks in background terminals.

All Skills in This Repository (12)

Pure Emerald Level Indicators
📦 In Repo
archibatearchibate

tmux-guide

Run long terminal tasks in background tmux sessions with agent- naming.

Community
Intermediate
📦 In Repo
archibatearchibate

extract-repo

Download GitHub repositories as clean working copies without git history.

Community
Basic
📦 In Repo
archibatearchibate

send-notify

Send user notifications via notify-send, terminal-notifier, or ntfy.sh.

Community
Intermediate
📦 In Repo
archibatearchibate

spec-document-format

Generate standardized Markdown specification documents with requirements, test steps, and acceptance criteria.

Community
Basic
📦 In Repo
archibatearchibate

systematic-debugging

Enforce root-cause investigation before applying fixes in a four-phase debugging workflow.

Community
Advanced
📦 In Repo
archibatearchibate

installing-dependencies

Enforce project-boundary permission checks before installing Python, Node.js, Rust, or OS-level dependencies.

Community
Intermediate
📦 In Repo
archibatearchibate

interactive-test

Guide terminal-based testing of GUI and TUI applications with Playwright or tmux.

Community
Intermediate
📦 In Repo
archibatearchibate

defining-requirements

Translate user needs into testable user stories with Gherkin acceptance criteria.

Community
Intermediate
📦 In Repo
archibatearchibate

setup-fresh-project

Initialize git, tooling, documentation, and OpenCode LSP configuration for new projects.

Community
Intermediate
📦 In Repo
archibatearchibate

tdd-workflow

Enforce a seven-step test-driven development workflow with scenario documents and regression tests.

Community
Advanced
📦 In Repo
archibatearchibate

qwen-asr

Transcribes audio files from URLs, stdin, or disk via Gradio endpoint using Qwen ASR.

Community
Intermediate
📦 In Repo
archibatearchibate

verification-before-completion

Require fresh execution of exact verification commands before asserting completion.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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