Show HN: AgentCmds – A directory of slash commands for AI agents
agentcmds.work·12h·
Discuss: Hacker News
🔍Static Analysis
Preview
Report Post

{ Antigravity Cursor Codex Claude } Slash Commands

Discover and install powerful slash commands for Cursor, Google Antigravity, OpenAI Codex CLI, and Claude Code. Boost your agentic workflow.

Add Documentation Documentation

Add JSDoc, docstrings, or comments to code.

# Add Documentation Add documentation to the selected code: 1. Function/Method Docs: Purpose, parameters, return values, exceptions 2. Class Docs: Class purpose and usage examples 3. Inline Comments: Only for complex or non-obvious logic 4. Type Annotations: If the language supports them Style Guidelines: - Match the documentation style already used in the codebase - Be concise but complete - Include @example where helpful - Document edge cases and gotchas Do NOT over-document obvious code. Focus on the "…

Similar Posts

Loading similar posts...