Skip to content

chore(skills): add .agents/skills directory for Codex compatibility#317

Merged
ryoppippi merged 1 commit intomainfrom
chore/add-codex-skills-directory
Feb 4, 2026
Merged

chore(skills): add .agents/skills directory for Codex compatibility#317
ryoppippi merged 1 commit intomainfrom
chore/add-codex-skills-directory

Conversation

@ryoppippi
Copy link
Member

@ryoppippi ryoppippi commented Feb 4, 2026

Summary

Add .agents/skills as a target for agent-skills-nix alongside .claude/skills.

Why

The .agents/skills directory is used by Codex and other coding agents as a standard location for skills. This ensures skills are available to multiple AI coding assistants.


Summary by cubic

Added .agents/skills as a managed skills directory via agent-skills-nix (symlink-tree), alongside .claude/skills, to align with Codex and other agents. Updated .gitignore to ignore .agents/skills and removed deprecated .codex/skills and .opencode/skills entries.

  • Migration
    • Update any agent configs or scripts from .codex/skills or .opencode/skills to .agents/skills.
    • Move or remove old directories to avoid accidental commits.

Written for commit 4f02b1b. Summary will update on new commits.

Add .agents/skills as a target for agent-skills-nix alongside .claude/skills.
This directory is used by Codex and other coding agents.
@ryoppippi ryoppippi requested a review from a team as a code owner February 4, 2026 11:50
Copilot AI review requested due to automatic review settings February 4, 2026 11:50
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 4, 2026

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@317

commit: 4f02b1b

@ryoppippi ryoppippi merged commit 3e1c5d6 into main Feb 4, 2026
23 checks passed
@ryoppippi ryoppippi deleted the chore/add-codex-skills-directory branch February 4, 2026 11:51
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for the .agents/skills directory as a standard location for agent skills, ensuring compatibility with Codex and other AI coding assistants. The change consolidates the previous .codex/skills and .opencode/skills entries into the more widely adopted .agents/skills convention.

Changes:

  • Added .agents/skills configuration in flake.nix with symlink-tree structure
  • Updated .gitignore to replace .codex/skills and .opencode/skills with .agents/skills

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
flake.nix Adds agents target configuration for .agents/skills directory with symlink-tree structure, mirroring the existing claude configuration
.gitignore Replaces deprecated .codex/skills and .opencode/skills entries with the standardized .agents/skills entry

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant