treido-skillsmith
Skill-system maintainer for Treido. Use to create/merge/trim skills, enforce treido-* naming, and keep `.codex/skills` minimal and consistent.
Best use case
treido-skillsmith is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Skill-system maintainer for Treido. Use to create/merge/trim skills, enforce treido-* naming, and keep `.codex/skills` minimal and consistent.
Teams using treido-skillsmith should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/treido-skillsmith/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How treido-skillsmith Compares
| Feature / Agent | treido-skillsmith | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Skill-system maintainer for Treido. Use to create/merge/trim skills, enforce treido-* naming, and keep `.codex/skills` minimal and consistent.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# treido-skillsmith Build and maintain Treido’s skill fleet as a small set of high-signal specialists. ## When to Apply - Creating a new `treido-*` skill - Consolidating overlapping skills - Upgrading a skill to include `references/`, `templates/`, `rules/`, or `scripts/` (optional) - Cleaning old skills and reducing bloat ## Non-Negotiables - Treido-maintained skills must be `treido-*` - Keep skill instructions knowledge-heavy (avoid command spam) - Prefer progressive disclosure: short core rules in `SKILL.md`, details in `references/` - Stable documentation belongs in `/docs/` ## Standard Skill Skeleton Every `treido-*` skill should have: 1. Frontmatter: `name`, `description` 2. When to Apply / When NOT to Apply 3. Non-negotiables (links to `treido-rails` + SSOT docs) 4. Output template (predictable deliverable) 5. Minimal “violations” checklist 6. References section (to `/docs/` + key repo files) ## Cleanup Rules - Delete vendor/third-party skills from `.codex/skills` once their content is materialized into `treido-*` - Keep `.agents` out of the critical path (skills must not depend on junction targets) ## FORBIDDEN — Never Create These Folders **DO NOT create, copy, or mirror skills to:** - `.agent/`, `.agents/`, `.cursor/`, `.gemini/`, `.kiro/`, `.qoder/`, `.qwen/`, `.trae/`, `.windsurf/` This repo uses `.claude/` and `.codex/` ONLY. Do not "support other AI tools" by creating their folders.
Related Skills
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
cc-routine-and-class-design
Evaluate routine and class design quality using Code Complete checklists (43 items). Use when designing routines or classes, reviewing class interfaces, choosing between inheritance and containment, or evaluating routine cohesion. Also trigger when tempted to use inheritance as a quick fix under deadline pressure, or when rationalizing 'but it works' for code with deep inheritance or many parameters. Produce severity-tagged reviews (VIOLATION/WARNING/PASS) in CHECKER mode or design decisions in APPLIER mode. Symptoms: vague routine names, >7 parameters, deep inheritance, mixed abstraction levels.
cc-get-session-id
Get the current Claude Code session ID. Use when you need to reference or display the session ID.
canvas
Spawn interactive terminal TUI components (calendars, documents, flight bookings) with real-time IPC communication. Display rich content and collect user selections in tmux split panes.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create ...
canva-branded-presentation
Create on-brand Canva presentations from an outline or brief. Use when the user asks to create a branded presentation, make an on-brand deck, turn an outline into slides, or generate a presentation from a brief. Input can be text directly in the message, a reference to a Canva doc by name, or a Canva design link (e.g., https://www.canva.com/design/...).
caching-utilities
Guide for using caching utilities in speedy_utils, including memory, disk, and hybrid caching strategies for sync and async functions.
builtwith-automation
Automate Builtwith tasks via Rube MCP (Composio). Always search tools first for current schemas.
Building Agent Skills
Assists in creating Agent Skills of varying complexity levels (simple, moderate, complex). Use when the user wants to create, design, or build a new Agent Skill, or when they need guidance on skill architecture, workflow design, schema validation, or template structure.
building-a-work-plan
Use when orchestrating the creation of a work plan from a design document. Manages branch setup, codebase investigation, milestone planning, and execution handoff.
budget-ui-components
Componentes de UI para orçamentos seguindo o padrão de components do Easy Budget.
brutalist-academic-ui
Skriptoteket-specific brutalist/academic UI design. Use for Vue/Vite SPA and SSR templates when you want grid-based layouts, systematic typography, and high-contrast “academic” aesthetics, while staying compatible with Skriptoteket’s pure-CSS + HuleEdu token stack (no Tailwind).