Back to Skills

processing-data

jesseotremblay
Updated Today
22 views
0
View on GitHub
Metaworddata

About

The processing-data skill handles data transformation and analysis tasks when users mention specific keywords or request data processing. It performs operations like data cleaning, transformation, and analysis through structured workflows. Use this skill for data manipulation tasks that follow predefined steps to generate expected outputs.

Documentation

Processing Data

Brief 1-2 sentence overview of what this skill does and its primary purpose.

When to Use This Skill

Invoke this skill when the user:

  • [Specific condition or request 1]
  • [Specific condition or request 2]
  • [Mentions keywords: keyword1, keyword2, keyword3]
  • [Requests specific type of task]

Core Functionality

Main Task 1

[Description of the first main task this skill performs]

Steps:

  1. [Step 1 description]
  2. [Step 2 description]
  3. [Step 3 description]
  4. [Step 4 description]

Expected Output: [Description of what the user should expect as output]

Main Task 2

[Description of the second main task this skill performs]

Steps:

  1. [Step 1 description]
  2. [Step 2 description]
  3. [Step 3 description]

Expected Output: [Description of what the user should expect as output]

Common Patterns

Pattern 1: [Pattern Name]

  • When to use: [Scenario description]
  • Approach: [How to handle this pattern]
  • Example: [Brief example if helpful]

Pattern 2: [Pattern Name]

  • When to use: [Scenario description]
  • Approach: [How to handle this pattern]
  • Example: [Brief example if helpful]

Error Handling

Common Issue 1: [Issue Description]

  • Cause: [Why this happens]
  • Solution: [How to resolve]

Common Issue 2: [Issue Description]

  • Cause: [Why this happens]
  • Solution: [How to resolve]

Validation Checklist

Before completing the task:

  • [Validation step 1]
  • [Validation step 2]
  • [Validation step 3]
  • [Validation step 4]
  • [Output meets requirements]

Examples

Example 1: [Scenario Name]

Input: [What the user provides]

Process:

  1. [What you do step 1]
  2. [What you do step 2]
  3. [What you do step 3]

Output: [What you deliver]

Example 2: [Scenario Name]

Input: [What the user provides]

Process:

  1. [What you do step 1]
  2. [What you do step 2]

Output: [What you deliver]

Additional Notes

[Any other important information about this skill, limitations, or special considerations]

Quick Install

/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/simple-skill-template

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

jesseotremblay/claude-skills
Path: skill-creator/templates/simple-skill-template

Related Skills

go-test

Meta

The go-test skill provides expertise in Go's standard testing package and best practices. It helps developers implement table-driven tests, subtests, benchmarks, and coverage strategies while following Go conventions. Use it when writing test files, creating mocks, detecting race conditions, or organizing integration tests in Go projects.

View skill

business-rule-documentation

Meta

This skill provides standardized templates for systematically documenting business logic and domain knowledge following Domain-Driven Design principles. It helps developers capture business rules, process flows, decision trees, and terminology glossaries to maintain consistency between requirements and implementation. Use it when documenting domain models, creating business rule repositories, or bridging communication between business and technical teams.

View skill

llamaindex

Meta

LlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.

View skill

issue-documentation

Meta

This skill provides standardized templates for comprehensive issue documentation across platforms like GitHub, Jira, and Linear. It helps developers systematically document problems, reproduction steps, root causes, and solutions. Use it when creating bug reports, incident tracking, or troubleshooting guides to ensure clear communication.

View skill