Skip to content

Add AGENTS.md with Cursor Cloud development environment setup - #1

Draft
reservelab wants to merge 1 commit into
mainfrom
cursor/development-environment-setup-af30
Draft

Add AGENTS.md with Cursor Cloud development environment setup#1
reservelab wants to merge 1 commit into
mainfrom
cursor/development-environment-setup-af30

Conversation

@reservelab

Copy link
Copy Markdown
Owner

What

Adds AGENTS.md with Cursor Cloud specific instructions for developing in this documentation-only codebase.

Why

This file provides future cloud agents (and developers) with essential context about:

  • How to lint the Markdown and YAML files
  • How to validate the skill's internal file references
  • How to test the skill by installing it into a target project
  • The key file structure and the fact that there is no build step or runtime

Changes

  • AGENTS.md — New file with overview, linting commands, testing guidance, build/run notes, and key file structure reference.

Environment Setup

  • Update script: npm install -g markdownlint-cli — installs the only development tool needed for this repo.
  • Linting: markdownlint '**/*.md' --ignore node_modules for Markdown, python3 -m yamllint .reservelabs.example.yml for YAML.
  • No build/server: This is a documentation-only Claude Code skill suite with no executable code.
Open in Web Open in Cursor 

Co-authored-by: digimental <reservelab@users.noreply.github.com>
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