skills
Go development, code review, and autonomous maintenance workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorsjournal
Insert and search journal entries in a SQLite database via CLI.
go
Guide Go web application and library development with idiomatic structure and testing.
brainstorm
Guide an initial concept into a detailed design through iterative questions.
nanobanana
Generate and edit images via text prompts using the nanobanana CLI.
decisions
Record architectural decisions with context, alternatives, and rationale in docs/decisions.md.
skill-creator
Creates and updates Claude skills with YAML frontmatter and structured documentation.
git
Enforce branch naming and commit message conventions for Git repositories.
sql
Write SQLite queries and schemas enforcing lowercase CTEs and strict tables.
worktrees
Create isolated git worktrees for parallel development tasks.
code-review
Coordinate two competing subagents to review code diffs for architecture and implementation issues.
save-web-page
Save web pages as standalone HTML files using the monolith CLI.
Frequently Asked Questions
FAQPage SchemaHow to install maragudk skills?▼
Run `npx skills add maragudk/skills --all -g -y` in your terminal to install all skills in this collection globally.
What does the autoresearch skill do?▼
It runs an autonomous experiment loop that makes one change, measures a metric, keeps improvements, and discards failures, repeating until you stop it.
How does the garden skill maintain my project?▼
It scans your project for stale docs and maintenance issues, fixes one issue in an isolated worktree, self-reviews the fix, and opens a pull request.
Do these skills work with Claude Code and other agents?▼
Yes. Every skill follows the standard SKILL.md format, so they work in Claude Code, Cursor, Codex, and other compatible agents.
Can I use these skills without Go experience?▼
Yes. While several skills focus on Go development, others like brainstorm, diary, decisions, and save-web-page are useful for any project.
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