tralalero
v3.1.0Work Tralalero cards or complete PR-scoped work plans with atomic progress and review reporting.
By YCSELicense: MIT0 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tralalero for Codex
codex plugin marketplace add YCSE/tralalero-plugin
codex plugin marketplace upgrade tralalero
codex plugin add tralalero@tralaleroPaste and run these commands in a terminal with Codex. They add and refresh the tralalero catalog, then install this plugin.
Compatibility: the page URL and API slug “tralalero-2” remain stable.
- Codex:
tralalero-2@agent-plugin-marketplace→tralalero@tralalero
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/YCSE/tralalero-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tralalero/.
Plugin files
├── .codex-plugin/plugin.json├── skills/tralalero/SKILL.md└── .mcp.json
Included Skills1
Use when working cards on a Tralalero workboard — reading a customer's change request, starting work, reporting back for review, or asking the customer a blocking question. Triggers on "Tralalero", "트랄랄레로", "workboard", "워크보드", "WB-1"/"WB-n", "카드 작업", "수정요청", "검수 요청", a canonical /work/{boardId}/cards/{cardId} path or tralalero.app work URL, and on any tralalero MCP tool (list_boards, list_cards, get_card, get_work_prompt, list_board_messages, get_thread, list_message_updates, list_updates, start_work, submit_for_review, add_comment, ask_customer, get_work_plan_scope, start_work_scope, submit_scope_for_review).
MCP servers1
- url
- https://tralalero.app/mcp
Plugin manifests1
{
"name": "tralalero",
"version": "3.1.0",
"description": "Work Tralalero cards or complete PR-scoped work plans with atomic progress and review reporting.",
"author": {
"name": "YCSE",
"url": "https://tralalero.app"
},
"homepage": "https://tralalero.app",
"repository": "https://github.com/YCSE/tralalero-plugin",
"license": "MIT",
"keywords": [
"tralalero",
"workboard",
"kanban",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Tralalero Workboard",
"shortDescription": "Implement and report customer workboard requests",
"longDescription": "Connect an AI coding agent to a Tralalero workboard, follow per-card or PR-scoped long-running prompts, verify PASS checklists, and move every grouped card together for customer review.",
"developerName": "YCSE",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://tralalero.app",
"defaultPrompt": [
"Open my Tralalero workboard and help me complete a customer request."
],
"brandColor": "#1557FF"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tralalero on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tralalero-2)