Skip to content

orchestr7/ai-enterprise-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ai-enterprise-skills

A curated collection of enterprise AI skills, workflows, and best practices for building production-ready systems.

Skills

Skill Purpose
release-notes-writer Draft release notes, changelog entries, GitHub release text, migration notes, and user-facing release announcements from git history and project changes.

Compatibility

The skills in this repository use the open Agent Skills folder format:

skill-name/
  SKILL.md
  references/
  scripts/
  assets/

Each skill is a self-contained directory with a SKILL.md file containing YAML frontmatter (name and description) plus Markdown instructions. This makes the same skill usable by skills-compatible clients such as OpenAI Codex, Claude/Claude Code, OpenCode, VS Code agent integrations, and other clients that implement the Agent Skills format.

Installation

Install with the Skills CLI:

npx skills add orchestr7/ai-enterprise-skills

Clone this repository, then copy the skill directory into the skill location used by your agent client.

git clone https://github.com/orchestr7/ai-enterprise-skills.git
cd ai-enterprise-skills

For OpenAI Codex:

mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R release-notes-writer "${CODEX_HOME:-$HOME/.codex}/skills/"

For project-scoped Agent Skills clients that scan .agents/skills/, including VS Code-style integrations:

mkdir -p .agents/skills
cp -R release-notes-writer .agents/skills/

For Claude Code personal use across all projects:

mkdir -p "$HOME/.claude/skills"
cp -R release-notes-writer "$HOME/.claude/skills/"

For Claude Code project-scoped use:

mkdir -p .claude/skills
cp -R release-notes-writer .claude/skills/

About

A curated collection of enterprise AI skills, workflows, and best practices for building production-ready systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages