Skillzwave Logo
Skillzwave

sql-translation

81.0
B

Guide for adding SQL function translations to dbplyr backends. Use when implementing new database-specific R-to-SQL translations for functions like string manipulation, date/time, aggregates, or window functions.

Also in: azure

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install Microck/ordinary-claude-skills/sql-translation
skilz install Microck/ordinary-claude-skills/sql-translation --agent opencode
skilz install Microck/ordinary-claude-skills/sql-translation --agent codex
skilz install Microck/ordinary-claude-skills/sql-translation --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/Microck/ordinary-claude-skills
2. Copy the agent skill directory:
cp -r ordinary-claude-skills/skills_all/sql-translation ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

technical-seo

by gtmagents

Use when diagnosing crawl/index issues, performance regressions, or structured data gaps.

60
D
TECHdatabase
Marketplace
+data analysis

component-search

by redpanda-data

This skill should be used when users need to discover Redpanda Connect components for their streaming pipelines. Trigger when users ask about finding ...

54
TECHdatabase
Marketplace
+api

reasoningbank-with-agentdb

by ruvnet

"Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distilla...

54
TECHdatabase
Marketplace

reasoningbank-with-agentdb

by ruvnet

"Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distilla...

54
TECHdatabase
Marketplace

Agentic Skill Details

Type
Technical
Meta-Domain
data ai
Primary Domain
database
Market Score
81.0

Agent Skill Grade

B
Score: 81/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
21/30
Ease of Use
20/25
Writing Style
8/10
Utility
15/20
Modifiers: +5

Areas to Improve

  • All content packed into single 189-line file without references directory for detailed patterns
  • No concrete before/after examples showing R function to SQL output
  • Step 1 references sql-research skill that must exist externally; creates dependency without bundling

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 1/19/2026

Developer Feedback

I took a look at your sql-translation skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 81/100, solid B territory. This is based on Anthropic's best practices for skill design. Your strongest area is Spec Compliance (12/15)—the frontmatter is clean and the naming is right. Where you're losing points: Progressive Disclosure Architecture (21/30) and Utility (15/20). You've got good fundamentals here, but there's meaningful room to push this into A territory.

What's Working Well

  • Solid trigger terms: dbplyr, SQL translation, R-to-SQL—these are discoverable and specific enough that the right developers will find this skill
  • Clear workflow structure: Seven numbered steps with a validation checklist at the end gives developers a concrete path forward
  • Comprehensive translation patterns: You cover scalar, aggregate, and window function translations, which hits the main SQL translation use cases people actually need

The Big One: Missing Reference Files

Here's what's holding you back most—everything is crammed into a single 189-line SKILL.md file. For a skill this detailed, that's a lot of cognitive load in one place.

Why it matters: The grading rubric values Progressive Disclosure Architecture (30 points), and bundling everything together costs you 9 points here. When developers load your skill, they should get the essentials first, then progressively unfold complexity.

The fix: Create a references/ folder with two files:

  • references/translation-patterns.md — Move your code examples and helper functions here
  • references/testing-guide.md — Extract the testing section with full before/after examples

Keep the main SKILL.md lean (50-75 lines) with just workflow steps and entry points. This isn't busy work—it actually makes your skill easier to use because developers land on the core workflow first, then drill into patterns only when they need them.

Impact: +5 points (gets you to 86).

Other Things Worth Fixing

  1. No concrete input/output pairs — You have code templates, but no "R: log10(x) → SQL: log(x)" examples showing actual translation results. Add 4-5 of these to the testing section. (+2 points)

  2. External skill dependency without bundling — Step 1 references the sql-research skill, but doesn't bundle it. Either inline the critical research steps or create a references/research-checklist.md so developers aren't left hanging. (+3 points)

  3. Checklist voice — Your end-of-skill checklist uses implied "you" ("Researched SQL syntax"). Switch to infinitive form: "Research SQL syntax", "Create research file". Minor but matters for consistency. (+1 point)

Quick Wins

If you implement these three things in order, you'd land around 91/100 (A territory):

  1. Create references folder, split content, lean out SKILL.md
  2. Add 4-5 concrete R→SQL translation examples with expected output
  3. Inline or bundle the sql-research dependency, fix checklist voice

You've got the domain knowledge and the structure is sound. These are just architectural moves to help the skill breathe a little.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

Report Security Issue

Found a security vulnerability in this agent skill?