click Skill
Best practices for building CLI applications with Click including commands, groups, options, and testing. Published by microsoft in debugpy.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
3 months ago · NOASSERTION license
No specific cautions were detected. Review the source and requested permissions before installing.
What is click Skill?
Best practices for building CLI applications with Click including commands, groups, options, and testing. Published by microsoft in debugpy. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Source file: .claude/skills/click/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use click Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/debugpy
- Skill file: .claude/skills/click/SKILL.md
What it does
Best practices for building CLI applications with Click including commands, groups, options, and testing.
Skill instructions
Skill: Click Best practices for building CLI applications with Click including commands, groups, options, and testing. When to Use Apply this skill when building command-line interfaces with Click — commands, groups, options, arguments, and prompts. Commands - Use @click.command() for single commands, @click.group() for multi-command CLIs. - Declare options with @click.option() and positional args with @click.argument(). - Use help= on every option and command for auto-generated help text. - Use envvar= to allow environment variable fallback for sensitive options. Groups - Organize subcommands with @click.group() and group.addcommand(). - Use @click.passcontext to share state between group and subcommands. Type Safety - Use Click's built-in types (click.Path(exists=True), click.Choice([...]), click.IntRange()). - Use callbacks for custom validation. Testing - Use click.testing.CliRunner() for testing commands without subprocess overhead. - Assert on result.exitcode and result.output. -
Verified compatibility and discovery
Frequently asked questions
What is click?
click is a open-source AI agent skill with Copy skill directory. Best practices for building CLI applications with Click including commands, groups, options, and testing.
Who is click best for?
click is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install click?
Install or run click using Copy skill directory. Check click for the latest setup command.
Is click actively maintained?
click may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.