Interactive Checklist

🌐Community
by adolfoaranaes12 · vlatest · Repository

This skill creates dynamic, collaborative checklists that guide users through processes step-by-step, boosting efficiency and ensuring nothing is missed.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add interactive-checklist npx -- -y @trustedskills/interactive-checklist
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "interactive-checklist": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/interactive-checklist"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to generate and manage interactive checklists. It can present a list of items, track completion status (checked or unchecked), and potentially provide descriptions for each item. The agent can also update the checklist based on user input or actions taken.

When to use it

  • Task Management: Guide users through complex processes with clear steps that they can mark as complete.
  • Troubleshooting: Create a diagnostic checklist to help identify and resolve issues systematically.
  • Onboarding/Training: Structure training materials into manageable, trackable segments.
  • Inventory Checks: Generate checklists for physical inventories or audits.

Key capabilities

  • Generates interactive checklists with items.
  • Tracks completion status of checklist items (checked/unchecked).
  • Allows users to update the checklist state.
  • Provides descriptions for each item on the list.

Example prompts

  • "Create a checklist for preparing a presentation."
  • "Generate an onboarding checklist for new employees, including steps like setting up accounts and attending training."
  • “Can you give me a troubleshooting checklist for a printer that isn’t working?”

Tips & gotchas

The quality of the checklist depends on the clarity of your prompt. Providing specific details about each item will result in a more useful interactive checklist.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
adolfoaranaes12
Installs
3

🌐 Community

Passed automated security scans.