Skip to content

docs: add clickup-axi to the community AXI catalog#71

Open
JanSuthacheeva wants to merge 2 commits into
kunchenguid:mainfrom
JanSuthacheeva:docs/add-clickup-axi
Open

docs: add clickup-axi to the community AXI catalog#71
JanSuthacheeva wants to merge 2 commits into
kunchenguid:mainfrom
JanSuthacheeva:docs/add-clickup-axi

Conversation

@JanSuthacheeva

Copy link
Copy Markdown

What Changed

  • Added a clickup-axi row to the community AXI catalog table in README.md, linking to the JanSuthacheeva/clickup-axi repo.
  • Added the matching clickup-axi entry to the community AXI table in the docs website (docs/index.html).

Risk Assessment

✅ Low: The change is a single documentation table row addition with correct formatting and a well-formed link, carrying no functional risk.

Testing

Inspected the docs-only diff, validated the markdown table structure/alignment and plain-dash description style, confirmed the linked repo resolves (HTTP 200), and produced reviewer-visible visual evidence by rendering the catalog table to GitHub-styled HTML and screenshotting it — the new clickup-axi row renders correctly and consistently with the existing entries. No code/tests are affected so no automated suite applies; result is a clean pass.

  • Evidence: Rendered community catalog table with new clickup-axi row (highlighted) (local file: /tmp/no-mistakes-evidence/01KWRTKT0X8W1EQNZ93ZXXD9JX/catalog.png)
Evidence: Rendered catalog table HTML source
<!doctype html><meta charset=utf-8><style>
body{font-family:-apple-system,Segoe UI,Helvetica,Arial,sans-serif;background:#fff;color:#1f2328;padding:24px;max-width:1200px}
h2{font-size:20px;border-bottom:1px solid #d0d7de;padding-bottom:.3em}
table{border-collapse:collapse;font-size:13px;width:100%}
th,td{border:1px solid #d0d7de;padding:6px 13px;text-align:left;vertical-align:top}
th{background:#f6f8fa;font-weight:600}
tr:nth-child(2n) td{background:#f6f8fa}
code{background:rgba(175,184,193,.2);padding:.1em .3em;border-radius:4px;font-family:ui-monospace,monospace}
a{color:#0969da;text-decoration:none}
.new td{background:#dafbe1 !important;box-shadow:inset 3px 0 #1a7f37}
</style><h2>AXIs built and maintained by the community</h2><table><thead><tr><th>AXI</th><th>Author</th><th>Domain</th><th>What it does</th></tr></thead><tbody><tr class=""><td><a href="https://github.com/SSBrouhard/npm-axi"><code>npm-axi</code></a></td><td>SSBrouhard</td><td>npm</td><td>Search and inspect npm registry packages, versions, dependencies, README previews, and downloads with token-efficient output.</td></tr><tr class=""><td><a href="https://github.com/SSBrouhard/sqlite-axi"><code>sqlite-axi</code></a></td><td>SSBrouhard</td><td>SQLite</td><td>Inspect schemas, sample rows, and run capped read-only SQLite queries with token-efficient TOON output.</td></tr><tr class=""><td><a href="https://github.com/JarvusInnovations/slack-axi"><code>slack-axi</code></a></td><td>Jarvus Innovations</td><td>Slack</td><td>Read, search, sweep, and safely draft Slack messages with token-efficient output.</td></tr><tr class=""><td><a href="https://github.com/JarvusInnovations/gws-axi"><code>gws-axi</code></a></td><td>Jarvus Innovations</td><td>Google Workspace</td><td>Gmail, Calendar, Docs, Drive, and Slides behind one command, with multi-account write-safety - drafts mail, never sends.</td></tr><tr class=""><td><a href="https://github.com/JarvusInnovations/harvest-axi"><code>harvest-axi</code></a></td><td>Jarvus Innovations</td><td>Time tracking</td><td>Review, log, and edit Harvest time entries by period - for yourself, your team, a project, or a client.</td></tr><tr class=""><td><a href="https://github.com/JarvusInnovations/specops"><code>specops</code></a></td><td>Jarvus Innovations</td><td>Spec-driven dev</td><td>Spec-driven development for agents - and a demo of shipping an AXI embedded in a skill, not a standalone npm executable.</td></tr><tr class=""><td><a href="https://github.com/JarvusInnovations/gitsheets/tree/main/packages/gitsheets-axi"><code>gitsheets-axi</code></a></td><td>Jarvus Innovations</td><td>Git-backed data</td><td>Read and mutate git-backed record sheets over the shell - TOON output, idempotent commits.</td></tr><tr class=""><td><a href="https://github.com/JarvusInnovations/metabase-axi"><code>metabase-axi</code></a></td><td>Jarvus Innovations</td><td>Analytics / BI</td><td>Query, explore, and export from Metabase over the shell - SQL/MBQL, saved questions, schema introspection, full-data export.</td></tr><tr class=""><td><a href="https://github.com/JarvusInnovations/otter-axi"><code>otter-axi</code></a></td><td>Jarvus Innovations</td><td>Meetings</td><td>Find and pull Otter.ai meeting transcripts from the shell - wraps Otter.ai's hosted MCP server as a scriptable, headless CLI.</td></tr><tr class=""><td><a href="https://github.com/maximebrmd/notion-axi"><code>notion-axi</code></a></td><td>maximebrmd</td><td>Notion</td><td>Search, read, create, and update Notion pages and databases over the shell - token-efficient TOON output, PAT or integration auth.</td></tr><tr class="new"><td><a href="https://github.com/JanSuthacheeva/clickup-axi"><code>clickup-axi</code></a></td><td>JanSuthacheeva</td><td>ClickUp</td><td>List your open tasks, view a task with its newest comments inline, and change task status - truncation-aware, TOON-style output.</td></tr></tbody></table>

Pipeline

Updates from git push no-mistakes

⏭️ **intent** - skipped

✅ No issues found.

✅ **Rebase** - passed

✅ No issues found.

✅ **Review** - passed

✅ No issues found.

✅ **Test** - passed

✅ No issues found.

  • git diff base..target — confirmed single-line README.md catalog addition
  • awk column/width check on README.md lines 100-112 — all 13 lines 275 chars, 5 pipes (4 columns) each
  • curl -sIL https://github.com/JanSuthacheeva/clickup-axi — HTTP 200
  • Rendered catalog table to HTML and captured screenshot via chromium --headless --screenshot
✅ **Document** - passed

✅ No issues found.

✅ **Lint** - passed

✅ No issues found.

✅ **Push** - passed

✅ No issues found.

clickup-axi is a ClickUp AXI covering the flows agents need most:
listing open tasks, viewing a task with its newest comments, and
changing task status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant