
from Skill Creator43
Generates a complete SKILL.md for Claude Code from a workflow, session transcript, or idea — including QA checks, credential handling, and optional GitHub backu
This skill automates creation of a Claude Code SKILL.md from an existing workflow, session history, or a user idea. It runs a QA checklist, detects exposed credentials, offers secure handling (1Password or .env), and can deploy the resulting SKILL.md into ~/.claude/skills/ with optional GitHub backup.
Invoke when you want to capture a repeatable workflow or turn a verbal process into a reusable skill: examples include 'save this session as a skill', 'transform these steps into a skill', or when you ask the agent to build a new automation from a described process. It is also suitable after long interactive sessions to capture what was done.
Best suited for Claude Code style agent runtimes that support saving SKILL.md files and running local shell steps. It presumes a Claude Code environment and common CLI tooling (gh, op) for optional backup and credential handling.
A Portuguese-language skill creator for Claude Code that captures sessions, analyzes workflows, or interviews users to generate SKILL.md files. Includes a 10-point QA checklist, credential detection with 1Password CLI fallback to .env, optional GitHub backup, and post-deploy refinement guidance. No scripts bundled — purely instruction-driven. Well-structured with three clear modes and good edge case coverage, but written entirely in Portuguese which limits broader adoption.
The skill mentions saving credentials to .env but doesn't enforce .gitignore, which is a minor security concern. No hardcoded secrets, no remote code execution, no destructive commands. The 1Password integration is a nice security touch. Architecture is decent but all content lives in a single SKILL.md — references/ directory is mentioned (skill-anatomy.md, guia-refinamento.md) but not bundled, so actual templates are missing. Portuguese-only language significantly narrows the audience.