Skip to content

hellosunghyun/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-skills

A collection of agent skills for AI coding assistants. This repository provides reusable, composable skills that extend the capabilities of Claude Code, OpenCode, and other AI development tools.

Overview

Agent skills are modular, self-contained tools that AI assistants can invoke to perform specialized tasks. This collection includes skills for code analysis, session insights, report generation, and more.

Installation

Install all skills from this collection:

npx skills add hellosunghyun/agent-skills

Or install a specific skill:

npx skills add hellosunghyun/agent-skills@insights

Note: Use the @skill syntax (not /skill) to select a specific skill.

Usage

After installation, the skill is automatically available to your AI coding assistant. Just ask naturally:

  • "Analyze my coding sessions"
  • "Generate an insights report"
  • "Show me my workflow patterns"

The agent reads the installed SKILL.md and follows the orchestration steps — running scripts, collecting data, and producing results autonomously.

Available Skills

insights

Analyzes AI coding assistant sessions and generates actionable insights. Auto-detects Claude Code, OpenCode, and Codex sessions, extracts command patterns, and produces HTML reports with statistics and recommendations.

Features:

  • Auto-detects CLI type (Claude Code, OpenCode, Codex)
  • Collects and aggregates session metadata
  • Runs 8 categories of qualitative analysis
  • Generates a self-contained HTML report with dark/light theme
  • Multi-language support (English, Korean)

Requirements: bash 4+, jq

Contributing

We welcome contributions! To add a new skill:

  1. Create a new directory under skills/ with your skill name (kebab-case)
  2. Add a SKILL.md file documenting the skill
  3. Implement skill scripts in scripts/ subdirectory
  4. Add tests in tests/ subdirectory
  5. Submit a pull request

For detailed conventions and requirements, see AGENTS.md.

Skill Format

All skills follow the agentskills.io specification. Each skill includes:

  • SKILL.md - Skill documentation and metadata
  • scripts/ - Executable scripts (bash, Python, etc.)
  • tests/ - Test fixtures and validation
  • references/ - Supporting documentation

License

MIT License - see LICENSE for details.

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors