Skip to content
OpenSmartRoute
Skillv1.0.0

cfn-operations

File and log operations for CFN

by majiayu000(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from majiayu000/claude-skill-registry-data (data/cfn-operations/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry-data --skill cfn-operations. Copyright stays with the author.

Operations Skill (Mega-Skill)

Version: 1.0.0 Purpose: File and log operations for CFN Status: Production Consolidates: cfn-file-operations, cfn-log-operations


Overview

This mega-skill provides I/O operations:

  • File - File read/write/copy operations
  • Log - Log file management and rotation

Directory Structure

operations/
├── SKILL.md
├── lib/
│   ├── file/             # From cfn-file-operations
│   └── log/              # From cfn-log-operations
└── cli/

Migration Paths

Old Path New Path
cfn-file-operations/ operations/lib/file/
cfn-log-operations/ operations/lib/log/

Version History

1.0.0 (2025-12-02)

  • Consolidated 2 operations skills into mega-skill

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/majiayu000-claude-skill-registry-data-cfn-operations/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.

majiayu000-claude-skill-registry-data-cfn-operations.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-data-cfn-operations",
  "kind": "skill",
  "name": "cfn-operations",
  "description": "File and log operations for CFN",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "mega-skill",
      "file-io",
      "logging",
      "operations",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "File and log operations for CFN"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry-data",
      "path": "data/cfn-operations/SKILL.md",
      "ref": "f863c11651055f498e1466492dc2a0d95721d2d5",
      "url": "https://github.com/majiayu000/claude-skill-registry-data/blob/f863c11651055f498e1466492dc2a0d95721d2d5/data/cfn-operations/SKILL.md",
      "key": "majiayu000/claude-skill-registry-data/data/cfn-operations/SKILL.md"
    }
  },
  "instructions": "# Operations Skill (Mega-Skill)\r\n\r\n**Version:** 1.0.0\r\n**Purpose:** File and log operations for CFN\r\n**Status:** Production\r\n**Consolidates:** cfn-file-operations, cfn-log-operations\r\n\r\n---\r\n\r\n## Overview\r\n\r\nThis mega-skill provides I/O operations:\r\n- **File** - File read/write/copy operations\r\n- **Log** - Log file management and rotation\r\n\r\n---\r\n\r\n## Directory Structure\r\n\r\n```\r\noperations/\r\n├── SKILL.md\r\n├── lib/\r\n│   ├── file/             # From cfn-file-operations\r\n│   └── log/              # From cfn-log-operations\r\n└── cli/\r\n```\r\n\r\n---\r\n\r\n## Migration Paths\r\n\r\n| Old Path | New Path |\r\n|--",
  "cost": {
    "context_tokens": 205
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-data-cfn-operations/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.