Skip to content

consentdotio/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents following the Agent Skills format.

Available Skills

Comprehensive TSDoc and JSDoc authoring skill for TypeScript and JavaScript codebases. Includes rule-based guidance, incorrect/correct examples, and VS Code hover-friendly patterns for object parameter properties.

Installation

npx skills add consentdotio/agent-skills

Usage

Skills are automatically activated when relevant tasks are detected. Example prompts:

  • "Add TSDoc comments to this TypeScript API file."
  • "Write JSDoc for this JavaScript utility module."
  • "Document each object parameter property so VS Code hover shows descriptions."
  • "Review these docs and fix missing @param/@returns tags."

Skill Structure

  • tsdoc-jsdoc-authoring/SKILL.md: Main skill behavior, triggers, and workflow.
  • tsdoc-jsdoc-authoring/AGENTS.md: Full compiled rule index and category guide.
  • tsdoc-jsdoc-authoring/reference.md: Deep reference and syntax cheatsheets.
  • tsdoc-jsdoc-authoring/rules/**: Focused rule files with incorrect/correct examples.

Validation

npm run validate

This runs:

bunx skills-ref validate ./tsdoc-jsdoc-authoring

Prerequisites

  • A Cursor/Codex environment with Agent Skills support
  • bunx available for local validation

License

MIT

About

Shared AI coding skills for Consent.io, including a comprehensive TSDoc/JSDoc authoring skill for consistent TypeScript and JavaScript API documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors