opencode-config
Browser automation, repo exploration, code review, and git workflows
All Skills in This Repository (7)
Pure Emerald Level Indicatorsagent-browser
Control browsers programmatically via Chrome DevTools Protocol for testing and automation.
repo-explorer
Clone, explore, and analyze GitHub repositories for architecture and dependencies.
solidjs
Guides SolidJS development on reactive primitives and component design.
skill-creator
Create modular AI skills with structured SKILL.md templates and resource guidance.
review
Evaluate code findings with evidence-based criteria and confidence labeling.
frontend-design
Generate HTML, CSS, and JS frontend components with themed aesthetics.
git
Automate Git commit creation, staging, and pull request handling.
Frequently Asked Questions
FAQPage SchemaHow to install opencode-config?โผ
Run `npx skills add nexxeln/opencode-config --all -g -y` in your terminal to install all skills in this collection globally.
How to automate browser tasks from the command line?โผ
The agent-browser skill lets your agent navigate pages, fill forms, click elements, take screenshots, and extract data using simple commands with saved login sessions.
How to analyze a GitHub repo without reading every file?โผ
The repo-explorer skill clones any repository into a local cache and provides structure, search, dependency, hotspot, and AST-level analysis scripts.
Can it split messy changes into clean commits?โผ
Yes. The git skill turns large diffs into atomic conventional commits using hunk-level staging, and can push branches and open pull requests.
Does opencode-config work with Claude Code and OpenCode?โผ
Yes. All skills follow the standard SKILL.md format and run in OpenCode, Claude Code, Cursor, and other compatible coding agents.
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