Skip to content

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Project

Agent skills and repo tooling.

Layout

  • agents/skills/ — skills, consumed via ~/.agents (symlinked to agents/)
    • one skill per folder: agents/skills/<name>/SKILL.md plus bundled scripts
  • agents/agent-files/ — agent definition markdown files (frontmatter + prompt)
  • .githooks/ — version-controlled git hook sources
  • setup.sh — installs hooks from .githooks/ into .git/hooks/ (run after cloning)
  • devtools/ — developer workflow scripts (e.g. new-worktree.sh: split a herdr pane vertically with opencode on the left, lazygit on the right)

Commit conventions

Commit messages must start with an allowed prefix, enforced by .githooks/commit-msg:

  • agents: — changes to agent skills/tooling
  • project: — changes to the project itself
  • isolation: — docker container isolation under docker/
  • models: — model serving and benchmarking under models/
  • devtools: — developer workflow scripts under devtools/

git commit --no-verify bypasses the check.

About

My AI dev setup: opencode agent skills and spec management, docker-isolated agent containers, and local LLM serving/benchmarking

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages