agentsclimarketplace

Skill template

Skill Bauhaus-InfAU/infau-skill-base/_templates/skill-template

Install
npx -y skills add Bauhaus-InfAU/infau-skill-base --skill skill-template

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Brief description of what this skill does

SKILL.md

2.9 KB, as published. Nobody here has run it

Your Skill Name

<!-- INSTRUCTIONS FOR USING THIS TEMPLATE: 1. Copy this entire folder to skills/your-skill-name/ 2. Replace all placeholder content below 3. Create a matching command file in commands/your-skill-name.md 4. Delete these instruction comments when done -->

Purpose

<!-- Describe what problem this skill solves. Be specific about: - Who this helps (students, researchers, etc.) - What task it accomplishes - What the end result looks like -->

[Describe the main purpose of this skill in 2-3 sentences.]

When to Activate

<!-- List the conditions that should trigger this skill. Be specific about keywords, phrases, or situations. -->

Activate this skill when:

  • User explicitly invokes /your-skill-name
  • [Add other trigger conditions]
  • [Add other trigger conditions]

Process

<!-- Break down your skill into clear phases or steps. Each phase should have a clear purpose and outcome. -->

Phase 1: [Phase Name]

[Describe what happens in this phase]

Key actions:

  • [Action 1]
  • [Action 2]

Phase 2: [Phase Name]

[Describe what happens in this phase]

Key actions:

  • [Action 1]
  • [Action 2]

Phase 3: [Phase Name]

[Describe what happens in this phase]

<!-- Add more phases as needed -->

Principles

<!-- List the guiding principles for this skill. These help maintain consistent behavior. Be specific - "be helpful" is too vague. -->

[Principle 1 Name]

[Explain this principle and why it matters]

[Principle 2 Name]

[Explain this principle and why it matters]

[Principle 3 Name]

[Explain this principle and why it matters]

Output Format

<!-- Define what the output should look like. Include templates or examples. -->

When providing results, use this format:

## [Section Heading]

[Content structure]

### [Subsection]
[Details]

Boundaries

<!-- Define what this skill should NOT do. This prevents scope creep and misuse. -->

This skill should NOT:

  • [Boundary 1]
  • [Boundary 2]
  • [Boundary 3]

References

<!-- OPTIONAL: Link to supporting documents. Delete this section if not using references. -->
  • See references/[filename].md for [description]
  • See examples/[filename].md for [description]

<!-- OPTIONAL ADDITIONS: To add reference documents: 1. Create a 'references/' folder in your skill directory 2. Add markdown files with detailed information 3. Link them in the References section above To add examples: 1. Create an 'examples/' folder in your skill directory 2. Add markdown files showing input/output examples 3. Link them in the References section above Remember to also create: - commands/your-skill-name.md (the slash command definition) -->

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.