Favicon of click

click Skill

AI Agent SkillPythonOpen source

Best practices for building CLI applications with Click including commands, groups, options, and testing. Published by microsoft in debugpy.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
84/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Testing use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use click Skill

  • Use it for testing.

Built with

PythonCopy skill directory

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. -

Explore related resources

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.

Share:

Stars
2,436
Forks
197
Last commit
28 days ago
Repository age
7 years
License
NOASSERTION

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to click