Skip to content
BeClaude

jackie_skills

New
1GitHub TrendingGeneralby 15862972059

A collection of Claude Code skills · 一组 Claude Code 技能集合。Featuring /md: keep AGENTS.md as a single source of truth synced across AI coding tools. /md 技能:让 AGENTS.md 作为单一信息源,跨 AI 工具同步项目文档。

First seen 6/24/2026

Summary

md as a single source of truth, synced across AI coding tools.

  • It helps developers maintain consistent context and instructions for different AI assistants, reducing duplication and ensuring everyone works from the same reference.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/jackie-skills.md

3
Invoke with @agent-name
@jackie-skills

Use Cases

When onboarding a new developer, use jackie_skills to ensure they have the latest project guidelines from AGENTS.md.
When switching between AI coding tools, sync AGENTS.md to maintain consistent project context across all assistants.
When updating project rules or conventions, edit AGENTS.md once and propagate changes to all connected AI tools.
When debugging a complex issue, reference AGENTS.md via jackie_skills to get the project's standard procedures and constraints.
When setting up a new repository, initialize AGENTS.md as the central knowledge base for AI interactions.
When collaborating with a team, use jackie_skills to enforce a unified set of instructions for all AI coding assistants.

Usage Examples

1

/jackie-skills sync AGENTS.md to all tools

2

Update AGENTS.md with new coding conventions and sync using jackie_skills

3

Show me the current project rules from AGENTS.md via jackie_skills

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is jackie_skills?

jackie_skills is a collection of Claude Code skills that centralizes project documentation by keeping AGENTS.md as a single source of truth, synced across AI coding tools. It helps developers maintain consistent context and instructions for different AI assistants, reducing duplication and ensuring everyone works from the same reference.

How to install jackie_skills?

To install jackie_skills: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/jackie-skills.md. Finally, @jackie-skills in Claude Code.

What is jackie_skills best for?

jackie_skills is a agent categorized under General. It is designed for: agent. Created by 15862972059.

What can I use jackie_skills for?

jackie_skills is useful for: When onboarding a new developer, use jackie_skills to ensure they have the latest project guidelines from AGENTS.md.; When switching between AI coding tools, sync AGENTS.md to maintain consistent project context across all assistants.; When updating project rules or conventions, edit AGENTS.md once and propagate changes to all connected AI tools.; When debugging a complex issue, reference AGENTS.md via jackie_skills to get the project's standard procedures and constraints.; When setting up a new repository, initialize AGENTS.md as the central knowledge base for AI interactions.; When collaborating with a team, use jackie_skills to enforce a unified set of instructions for all AI coding assistants..