Agent Plugins Marketplace
← All plugins

tricklord

v0.3.1

Plan-first projects: map code in LAYOUT.md, plan in PLAN.md, track in ROADMAP.md, and keep both current as work lands.

Claude Code5 Skills

By Nguyen Le Hoang0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 27, 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 tricklord for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tricklord@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/TonyLikeDev/tricklord

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is src/.

Plugin files

src/
├── .claude-plugin/plugin.json
├── skills/dedup-merge/SKILL.md
├── skills/layout-init/SKILL.md
├── skills/orchestrator/SKILL.md
├── skills/roadmap-planner/SKILL.md
└── skills/roadmap-sync/SKILL.md

Included Skills5

dedup-mergeskills/dedup-merge/SKILL.md

Find copy-pasted code (functions, classes, components, modules, queries), merge each duplicate group into one shared function or component with the differences passed as a variant, and report the before/after line counts. Use when the user runs /dedup-merge or asks to check for duplicated code, merge duplicates, or make copy-pasted code share one implementation.

layout-initskills/layout-init/SKILL.md

Map an existing codebase into LAYOUT.md, covering the folder tree with the purpose of each part, the components and how they connect, the database schema, and a list of the business logic with where each piece lives. Use when the user runs /layout-init or asks to map, document or describe the layout or architecture of an existing project.

orchestratorskills/orchestrator/SKILL.md

Routes work between the tricklord skills (layout-init, roadmap-planner, roadmap-sync, dedup-merge) and says which to run next. Use when the request is vague, spans several skills, or the user asks what to do next.

roadmap-plannerskills/roadmap-planner/SKILL.md

Plan a new project, from an idea or from existing documents (proposal, spec, design notes, a PDF), or a big addition to an existing project, into PLAN.md. ROADMAP.md is not created until the user approves the plan; then the roadmap is generated and the first action runs. Use when the user runs /roadmap-planner or asks to plan a new project or a big feature, turn an idea or proposal into a plan, or write a project schedule.

roadmap-syncskills/roadmap-sync/SKILL.md

Check ROADMAP.md against the actual code and git history and fix the drift, such as ticked items whose evidence is gone, finished work nobody ticked, and stale next actions or progress. Use when the user runs /roadmap-sync, comes back after a break or from another machine, or asks whether the roadmap is up to date.

Plugin manifests1

src/.claude-plugin/plugin.json
{
  "name": "tricklord",
  "version": "0.3.1",
  "description": "Plan-first projects: map code in LAYOUT.md, plan in PLAN.md, track in ROADMAP.md, and keep both current as work lands.",
  "author": {
    "name": "Nguyen Le Hoang"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tricklord on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tricklord)