One-click install
npx skills add https://github.com/DaichiHoshina/ai-tools --skill load-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-guidelines
Source: https://github.com/DaichiHoshina/ai-tools/tree/main/claude-code/skills/load-guidelines
Command: npx skills add https://github.com/DaichiHoshina/ai-tools --skill load-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically detect a project's tech stack and load only the relevant Claude guidelines into your session, reducing token usage and cognitive load.

Core Features & Use Cases

  • Detects common stacks (package.json, go.mod, Dockerfile, etc.) and loads matching guidelines
  • Supports summary-only or full-detail modes
  • Use case: start a project and immediately have tailored guidelines applied to your workflow

Quick Start

Run /load-guidelines to apply project-specific guidelines based on detected tech stack.

Frequently Asked Questions about load-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically load project guidelines based on my tech stack?

It detects your tech stack from files like package.json, go.mod, or Dockerfile and conditionally loads matching project guidelines into your session, minimizing token consumption and cognitive load.

How do I reduce token consumption when applying development workflow guidelines?

You can reduce token consumption by using summary-only or full-detail modes to conditionally load only the guidelines relevant to your detected tech stack, rather than loading all project rules at once.

Does auto-detecting tech stacks work with Go and Docker environments?

Yes, tech stack auto-detection works with Go and Docker environments by scanning for specific files like go.mod and Dockerfile to identify the project stack and load the appropriate guidelines.

What is the best way to apply context management for session-start workflows?

The best way to apply context management for session-start workflows is to run an auto-load command that detects the project's tech stack and injects only the relevant guidelines, optimizing the available context window.

Can I load a summary of project guidelines instead of full details?

Yes, you can load a summary of project guidelines instead of full details because the Skill supports both summary-only and full-detail modes to control the amount of context injected into your session.