Skip to content

Conversation

@Scra3
Copy link
Member

@Scra3 Scra3 commented Dec 19, 2025

Summary

  • Add claude-skills/ folder for Claude Code skills
  • Include forest-mcp skill that guides AI to effectively query Forest Admin data through MCP tools
  • README with installation instructions

What is a Claude Skill?

A skill is a markdown file that provides context and instructions to Claude Code for specific tasks. The forest-mcp skill helps Claude understand how to:

  • Use describeCollection first to understand collection structure
  • Query data with list and proper filter syntax
  • Navigate relationships with listRelated

Installation

Users can install the skill by copying or symlinking the folder:

cp -r claude-skills/forest-mcp ~/.claude/skills/
# or
ln -s $(pwd)/claude-skills/forest-mcp ~/.claude/skills/forest-mcp

🤖 Generated with Claude Code

@qltysh
Copy link

qltysh bot commented Dec 19, 2025

Qlty

Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

alban bertolini and others added 4 commits December 19, 2025 17:38
Add a dedicated folder for Claude Code skills that enhance AI interactions
with Forest Admin:

- forest-mcp: Guides Claude to effectively query Forest Admin data through
  MCP tools (list, listRelated, describeCollection)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@Scra3 Scra3 force-pushed the feat/claude-skills branch from 8f9a599 to e0493f9 Compare December 19, 2025 16:40
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.

2 participants