agent-skills

agent
Guvenlik Denetimi
Uyari
Health Uyari
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Gecti
  • Code scan — Scanned 9 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

Skills I've built for my agent workflows

README.md

Agent Skills

Skills for Claude Code and OpenAI Codex CLI workflows. Supports both platforms -- most skills detect your environment and adapt accordingly.

Skills

Skill Description Platform
deep-dive Comprehensive research reports via parallel subtopic decomposition. Scales depth dynamically (4,000-10,000+ words, 40-100+ sources). Agnostic
project-spawn Spawn a new session in a project directory with context handoff. Creates handoff document and launches a new tmux session. Claude & Codex
branch-session Branch current session into a new tmux session using --continue (Claude Code) or resume (Codex). Creates a parallel conversation that can diverge independently. Claude & Codex
agent-comms Send messages between Claude Code/Codex sessions via tmux. Hand off debugging context, get second opinions. Claude & Codex
claude-session-handoff Recover the right Claude Code session for the current repo, resume from the useful tail or an anchor phrase, and continue where Claude left off. Claude & Codex
skill-refactoring Refactor bloated skill.md files using progressive disclosure. Move detailed content to references/ while keeping skill.md focused. Claude & Codex
todoist-cli Manage Todoist tasks via the todoist CLI. Agnostic
transcribe-and-analyze Local transcription with WhisperKit + AI analysis. Agnostic
alexa-cli Control Amazon Echo/Alexa devices via the alexacli CLI. Agnostic
app-screenshots Screenshot every view/screen of an app for marketing, product sites, and docs. Works with macOS native apps, web apps, and Electron. Agnostic
one-shot Generate a complete, deployable product from a single prompt — research, branding, site, marketing, deploy. Agnostic
skill-index Router/index template for large skill collections, with an anti-rot checker script. Agnostic

Installation

Copy a skill to your skills directory:

git clone https://github.com/buddyh/agent-skills.git

# Claude Code
cp -r agent-skills/deep-dive ~/.claude/skills/

# Codex
cp -r agent-skills/deep-dive ~/.codex/skills/

Make scripts executable (for skills that include them):

chmod +x ~/.claude/skills/branch-session/scripts/*.sh
chmod +x ~/.claude/skills/agent-comms/scripts/*
chmod +x ~/.claude/skills/project-spawn/scripts/*.sh
chmod +x ~/.claude/skills/one-shot/scripts/*.sh
chmod +x ~/.claude/skills/skill-index/scripts/*.sh

Requirements

  • tmux (for branch-session, agent-comms, project-spawn)
  • Python 3 + openai package (for ai-transcript-analyzer)

License

MIT

Yorumlar (0)

Sonuc bulunamadi