# tale-project

> Open-source publisher. Listings imported from github.com/tale-project — credited to the original author with their license.

- **Listings:** 18
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/tale-project
- **Website:** https://github.com/tale-project

## Published listings

- [Fix Bug](https://agentstack.voostack.com/l/skill-tale-project-tale-fix-bug) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-fix-bug`
  Use this skill whenever you investigate or fix a defect — a failing test, a reported bug, flaky behaviour, a crash, or an error you don't yet understand. It forces you to reproduce it, prove the cause with evidence, make the minimal fix, and lock it shut with a regression test. Load it the moment a task says "fix", "broken", "doesn't work", "regression", or pastes a stack trace or error message.…
- [Docx](https://agentstack.voostack.com/l/skill-tale-project-tale-docx) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-docx`
  Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing image…
- [Review Code](https://agentstack.voostack.com/l/skill-tale-project-tale-review-code) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-review-code`
  Use this skill whenever you review a code change — your own working diff before a PR, or someone else's. It is the skeptical senior read for what's WRONG across correctness, security, edge cases, reuse, and simplicity, then a pass with the project's automated reviewers. Load it before opening any PR, after finishing any non-trivial change, and whenever asked to review a diff or "check this code".…
- [Visual Aspect Analyzer](https://agentstack.voostack.com/l/skill-tale-project-tale-visual-aspect-analyzer) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-visual-aspect-analyzer`
  Run this as the FINAL review step once you have finished a UI change you can load in a browser — it is the visual-regression gate, run once at the end (not after every edit), and the change is not done until it reports `score: 100`. It drives a real browser over the page, auto-detects its relevant elements (no selectors), labels each by ARIA role + accessible name, and reports which changed the r…
- [Write Docs](https://agentstack.voostack.com/l/skill-tale-project-tale-write-docs) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-write-docs`
  Use this skill whenever you write or edit a page under docs/, edit docs/nav.json, touch the docs build under services/docs/, or triage a failing docs test — it owns voice, page shape, mechanics, and the structural test suite that gates them. Load it before any docs change; never write a docs page from imagination. This skill owns structure and voice for the English source; cross-locale work (tran…
- [Review Pr](https://agentstack.voostack.com/l/skill-tale-project-tale-review-pr) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-review-pr`
  Use this skill whenever you review someone's GitHub pull request end-to-end — understand the intent, read the diff adversarially, run the automated reviewers, and leave actionable, prioritized comments with a clear verdict. Load it whenever asked to review a PR, when a PR-review command runs, and before you approve or request changes on a pull request. Never post a verdict without it. For your ow…
- [Write Notes](https://agentstack.voostack.com/l/skill-tale-project-tale-write-notes) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-write-notes`
  Use this skill whenever you start real work under any other skill — before you implement, fix, refactor, review, test, or author. It makes you write a short note FIRST: answer the active skill's note form (its questions) in a few lines, so your intent, reuse decision, and plan are explicit and reviewable before you act. Load it the moment you pick up implement-feature, make-improvement, fix-bug,…
- [Test Code](https://agentstack.voostack.com/l/skill-tale-project-tale-test-code) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-test-code`
  Use this skill whenever you test a change or prove it works — write tests that exercise real behaviour (happy path + one edge + one error), run them and watch red→green, drive the real app for anything user-visible, and codify the check so it can't silently break. Load it before writing or changing any test, adding an end-to-end spec, deciding what to cover, or whenever asked to "verify", "test",…
- [Write Skill](https://agentstack.voostack.com/l/skill-tale-project-tale-write-skill) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-write-skill`
  Use this skill whenever you author, edit, rewrite, split, merge, or move a skill — a Tale-specific repo-dev guide under .agents/skills/, or a generic workflow skill whose source of truth is builtin-configs/skills/ and is projected into .agents/skills/. It covers the description-as-invocation rule, the canonical SKILL.md skeleton, progressive disclosure, the five failure modes to prune against, le…
- [Make Improvement](https://agentstack.voostack.com/l/skill-tale-project-tale-make-improvement) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-make-improvement`
  Use this skill whenever you change existing code WITHOUT changing its behaviour — refactor, optimize, simplify, deduplicate, rename, restructure, extract, or pay down tech debt. It keeps you green while you move and locks behaviour with tests first. Load it the moment a task says "clean up", "refactor", "simplify", "make faster", "extract", "consolidate", or "merge", or whenever you're tempted to…
- [Design Ui](https://agentstack.voostack.com/l/skill-tale-project-tale-design-ui) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-design-ui`
  Read this before any visual or UI work — building or changing a screen, component, page, route, or styling — so you build to the project's design system instead of inventing one. A product's UI is usually more than one design language (a dense product app, a marketing site, docs) that share a substrate but are not interchangeable. This skill is the literacy — locate the design system (its design…
- [Implement Feature](https://agentstack.voostack.com/l/skill-tale-project-tale-implement-feature) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-implement-feature`
  Use this skill whenever you add new behaviour a user or caller can see — a feature, screen, field, route, endpoint, flag, setting, or capability. It is the senior-engineer method: understand the real intent, feel the current product, reuse what already exists before adding anything, ship a thin vertical slice, and prove it works. Load it the moment a task says "add", "build", "support", "create",…
- [Create Pr](https://agentstack.voostack.com/l/skill-tale-project-tale-create-pr) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-create-pr`
  Use this skill whenever you take a finished change to a pull request — it is the required pre-merge routine: walk the definition of done and the ripple map, run the full gate, verify the behaviour, review the diff, then open one focused PR with atomic conventional commits. Load it the moment a task says "open a PR", "ship it", "commit", "raise a pull request", or whenever a change is done in your…
- [Tale](https://agentstack.voostack.com/l/mcp-tale-project-tale) — MCP server · Free — `agentstack add mcp-tale-project-tale`
  The Orchestrator for AI Agents — Connect OpenClaw, Hermes Agent, Claude Code, Codex, Cursor, Gemini CLI, OpenCode, and Pi. Pool their knowledge, delegate tasks, and build your swarm of agents.
- [Pptx](https://agentstack.voostack.com/l/skill-tale-project-tale-pptx) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-pptx`
  Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working…
- [Write Translations](https://agentstack.voostack.com/l/skill-tale-project-tale-write-translations) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-write-translations`
  Use this skill whenever you edit any non-English file under services/*/messages/ (e.g. de.json, fr.json), packages/ui/src/i18n/messages/, or any page under docs/<locale>/, add a locale, or touch a glossary term — Tale ships as one narrator written natively per language, never a word-for-word render of the English. Load it before touching any non-English string; never translate by rendering the so…
- [Implement Ui](https://agentstack.voostack.com/l/skill-tale-project-tale-implement-ui) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-implement-ui`
  Read before writing or editing any UI — a component, screen, page, route, dialog, or styling change — so you build from the project's design system, not by hand. It is the design-conformance layer — it defers the generic process (note → reuse → slice → verify) to implement-feature / make-improvement and adds the UI rules — compose the component library (never hand-roll what it ships), semantic to…
- [Pdf](https://agentstack.voostack.com/l/skill-tale-project-tale-pdf) — Skill · Free · security-reviewed — `agentstack add skill-tale-project-tale-pdf`
  Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file o…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
