canned-responses

Generate templated responses for common legal inquiries and identify when situations require individualized attention

5 stars

Best use case

canned-responses is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Generate templated responses for common legal inquiries and identify when situations require individualized attention

Teams using canned-responses should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/canned-responses/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/business/legal/canned-responses/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/canned-responses/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How canned-responses Compares

Feature / Agentcanned-responsesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Generate templated responses for common legal inquiries and identify when situations require individualized attention

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Canned Responses

## Sub-Skills

- [Template Organization (+1)](template-organization/SKILL.md)
- [1. Data Subject Requests (DSRs) (+6)](1-data-subject-requests-dsrs/SKILL.md)
- [Required Customization (+2)](required-customization/SKILL.md)
- [Universal Escalation Triggers (Apply to All Categories) (+2)](universal-escalation-triggers-apply-to-all-categor/SKILL.md)
- [Step 1: Define the Use Case (+6)](step-1-define-the-use-case/SKILL.md)
- [Use When (+6)](use-when/SKILL.md)

Related Skills

rag-system-builder-streaming-responses

5
from vamseeachanta/workspace-hub

Sub-skill of rag-system-builder: Streaming Responses.

pdf-ocr-for-scanned-documents

5
from vamseeachanta/workspace-hub

Sub-skill of pdf: OCR for Scanned Documents (+3).

canned-responses-use-when

5
from vamseeachanta/workspace-hub

Sub-skill of canned-responses: Use When (+6).

canned-responses-escalation-triggers-all-categories

5
from vamseeachanta/workspace-hub

Sub-skill of canned-responses: Universal Escalation Triggers (Apply to All Categories) (+2).

canned-responses-template-organization

5
from vamseeachanta/workspace-hub

Sub-skill of canned-responses: Template Organization (+1).

canned-responses-step-1-define-the-use-case

5
from vamseeachanta/workspace-hub

Sub-skill of canned-responses: Step 1: Define the Use Case (+6).

canned-responses-required-customization

5
from vamseeachanta/workspace-hub

Sub-skill of canned-responses: Required Customization (+2).

canned-responses-1-data-subject-requests-dsrs

5
from vamseeachanta/workspace-hub

Sub-skill of canned-responses: 1. Data Subject Requests (DSRs) (+6).

langchain-6-streaming-responses

5
from vamseeachanta/workspace-hub

Sub-skill of langchain: 6. Streaming Responses.

test-oversized-skill

5
from vamseeachanta/workspace-hub

A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.

interactive-report-generator

5
from vamseeachanta/workspace-hub

Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.

data-validation-reporter

5
from vamseeachanta/workspace-hub

Generate interactive validation reports with quality scoring, missing data analysis, and type checking. Combines Pandas validation, Plotly visualization, and YAML configuration for comprehensive data quality reporting.