Integrate Resources banner
naman10parikh naman10parikh

Integrate Resources

Development community

Description

--- description: Process new resources dropped into resources/unread/. Extracts tips and updates the setup. --- Read all files in `resources/unread/`. For each: 1. Extract Claude Code tips, tools, patterns, configurations 2. Categorize by type (skill, hook, command, MCP, workflow, tool) 3. Update relevant files: - `docs/guides/SETUP.md` for new tips and tools - `.claude/skills/` for new skill patterns - `.claude/rules/` for new coding rules - `resources/README.md` for the catalog 4

Installation

Installs to ~/.claude/commands/naman10parikh-agentgrid-integrate-resources.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/naman10parikh/agentgrid/HEAD/.claude/commands/integrate-resources.md -o ~/.claude/commands/naman10parikh-agentgrid-integrate-resources.md

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

Full documentation available on GitHub

View Source Repository