Skip to content
Skillv1.0.0

template-skill

Replace with a description of the skill and when Claude should use it. This should be one or two complete sentences explaining what the skill does and what triggers it.

by flagos-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from flagos-ai/skills (template/SKILL.md). Install upstream with npx skills add flagos-ai/skills --skill template. Copyright stays with the author.

Skill Name

Overview

Brief explanation of:

  • What problem this skill solves
  • When it should be activated
  • Expected inputs and outputs

Prerequisites

  • List environment requirements
  • Required tools, packages, or access

Execution

Step 1: First action

-> Tell user: Status update

Explain what to do, with executable examples:

command --example

Step 2: Second action

-> Tell user: Status update

Continue the workflow.

Step 3: Verification

Verify the result:

verification_command

-> Tell user: Report results. On failure, diagnose and fix.

Examples

Example 1: Typical usage

User says: "/skill-name argument"
Actions:
  1. Parse input
  2. Execute workflow
  3. Verify result
Result: Description of expected outcome

Example 2: Edge case

User says: "alternative trigger phrase"
Actions:
  1. Handle the edge case
  2. Adapt workflow accordingly
Result: Description of expected outcome

Troubleshooting

Problem Cause Fix
Common error 1 Typical cause How to fix
Common error 2 Typical cause How to fix

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/flagos-ai-skills-template/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

flagos-ai-skills-template.ocm.jsonjson
{
  "ocm": "1",
  "id": "flagos-ai-skills-template",
  "kind": "skill",
  "name": "template-skill",
  "description": "Replace with a description of the skill and when Claude should use it. This should be one or two complete sentences explaining what the skill does and what triggers it.",
  "publisher": "flagos-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "replace",
      "with",
      "relevant",
      "tags",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Replace with a description of the skill and when Claude should use it. This should be one or two complete sentences explaining what the skill does and what triggers it."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/flagos-ai/skills",
      "path": "template/SKILL.md",
      "ref": "e470f91f3f6e55efe108b822a7b6bbf818f6a99c",
      "url": "https://github.com/flagos-ai/skills/blob/e470f91f3f6e55efe108b822a7b6bbf818f6a99c/template/SKILL.md",
      "key": "flagos-ai/skills/template/SKILL.md"
    },
    "compatibility": "Describe environment requirements here",
    "allowed_tools": [
      "Bash(python3:*)",
      "Read",
      "Edit",
      "Write",
      "Glob",
      "Grep",
      "AskUserQuestion",
      "TaskCreate",
      "TaskUpdate",
      "TaskList",
      "TaskGet"
    ]
  },
  "instructions": "<!--\n Copyright 2026 FlagOS Contributors\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n -->\n\n\n# Skill Name\n\n## O",
  "cost": {
    "context_tokens": 434
  }
}

Fetch it by URL: GET /api/v1/registry/flagos-ai-skills-template/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.