coding-guidelines-gen

Generate nested AGENTS.md guidelines with detected languages and tooling.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Nymbo/Skills --skill coding-guidelines-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines-gen
Source: https://github.com/Nymbo/Skills/tree/main/coding-guidelines-gen
Command: npx skills add https://github.com/Nymbo/Skills --skill coding-guidelines-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generate nested AGENTS.md coding guidelines per module (monorepo-aware), detect languages/tooling, ask architecture preferences, and set up missing formatters/linters (Spotless for JVM).

Core Features & Use Cases

  • Module discovery: Detect modules and languages.
  • AGENTS.md generation: Create module-root AGENTS.md with architecture, conventions, and commands.
  • Verifiable config: Embed a verifiable codex block for automated checks.

Quick Start

Generate nested AGENTS.md files for detected modules and apply verifiable config blocks.

Frequently Asked Questions about coding-guidelines-gen

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

FAQPage Schema
How do I generate coding guidelines for a monorepo with multiple modules?

Generate nested AGENTS.md files per module by auto-discovering modules, detecting their languages and tooling, and creating module-root guidelines with architecture conventions and verifiable config blocks for automated checks.

Can I automatically detect languages and set up formatters and linters across modules?

Yes. The Skill detects languages and tooling per module, proposes formatter and linter configuration—including Spotless for JVM projects—and wires format, lint, and test commands into verifiable config blocks.

What should an AGENTS.md file contain in a monorepo?

An AGENTS.md file contains module architecture, coding conventions, executable formatter and linter commands, and a verifiable codex block with embedded configuration for automated verification across your modules.

Does this work with mixed-language monorepos?

Yes. The Skill performs monorepo-aware module discovery and language detection, generating tailored guidelines and tooling configuration for each module regardless of its language.

How are formatting and linting commands configured in the generated guidelines?

The Skill detects per-module tooling, proposes verifiable config blocks with runnable format and lint commands, and automatically includes Spotless configuration when JVM languages are detected.

What happens if formatters or linters are missing from my modules?

The Skill identifies missing formatters and linters, proposes setup with verifiable config blocks, and configures them—such as Spotless for JVM—so you can immediately wire executable format and lint commands.