Share Knowledge banner
Earth-Science-Tech Earth-Science-Tech

Share Knowledge

Development community

Description

Share knowledge with the team by committing to the ai_info repository. Instructions: 1. Ask the user what knowledge they want to share (or use context from the current conversation) 2. Determine the right location in ai_info: - Org-wide standards/rules → `../ai_info/org/` - Project-specific knowledge → `../ai_info/projects/<project>/` - Reusable skill/workflow → `../ai_info/skills/` - Company info → `../ai_info/companies/` 3. Read the ai_info directory to find existing files: `ls ..

Installation

Installs to ~/.claude/skills/earth-science-tech-ai_info-share-knowledge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/earth-science-tech-ai_info-share-knowledge && curl -fsSL https://raw.githubusercontent.com/Earth-Science-Tech/ai_info/HEAD/commands/share-knowledge.md -o ~/.claude/skills/earth-science-tech-ai_info-share-knowledge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository