Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
- [WhichModel](https://github.com/Which-Model/whichmodel-mcp) — 面向 Claude Code 的 AI 模型定价与推荐 MCP 服务器,帮助为每项任务选择最合适、性价比最高的模型。数据经交叉验证,每 4 小时更新一次。MCP 端点:`https://whichmodel.dev/mcp`

## 插件市场
- [pixeltable](https://github.com/pixeltable/pixeltable-skill) —— 声明式多模态 AI 数据引擎,支持表、计算列、向量检索、智能体与 FastAPI 服务。安装方式:`/plugin marketplace add pixeltable/pixeltable-skill`。
- [protonium](https://github.com/protonium-labs/protonium-marketplace) —— AI 智能体与效率工具。包含 **AxiomCore**:项目与日常事务管理智能体,提供强制化结构(编号目录、任务 ID、wiki 记忆)、计划 → 确认 → 执行工作流,支持敏捷或 WBS 方式创建项目.

## 使用教程
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,13 @@ Community-maintained plugin marketplaces you can add to access additional plugin

| Marketplace | Description | Install |
|-------------|-------------|---------|
| [pixeltable/pixeltable-skill](https://github.com/pixeltable/pixeltable-skill) | Declarative multimodal AI data engine: tables, computed columns, embedding search, agents, and FastAPI services | `claude plugin marketplace add pixeltable/pixeltable-skill` then `claude plugin install pixeltable` |
| [ykdojo/claude-code-tips](https://github.com/ykdojo/claude-code-tips?tab=readme-ov-file#install-the-dx-plugin) | dx plugin: GitHub Actions analysis (`/gha`), conversation cloning (`/clone`, `/half-clone`), context handoffs (`/handoff`), Reddit fetching (`/reddit-fetch`) | `claude plugin marketplace add ykdojo/claude-code-tips` then `claude plugin install dx@ykdojo` |


### Skills & Frameworks
- [aurakit](https://github.com/smorky850612/Aurakit) — All-in-one Claude Code skill: 46 modes, 23 sub-agents, 6-layer OWASP security, 10 lifecycle hooks, ~55% token savings. Cross-platform (Codex, Cursor, Manus, Windsurf). Install: `npx @smorky85/aurakit`
- [pixeltable](https://github.com/pixeltable/pixeltable-skill) — Declarative multimodal AI data engine: tables, computed columns, embedding search, 25+ AI providers, agents, commands, and hooks. Install: `claude plugin marketplace add pixeltable/pixeltable-skill` or `npx skills add pixeltable/pixeltable-skill`

## Resources
- [Claudebin](https://claudebin.com) ([GitHub](https://github.com/wunderlabs-dev/claudebin.com/)) - A minimalistic tool for publishing and sharing Claude coding sessions.
Expand All @@ -424,6 +426,7 @@ Example:
## Marketplaces

- [AgentStore](https://github.com/techgangboss/agentstore) - Open-source plugin marketplace with gasless USDC payments. Install via `/plugin marketplace add techgangboss/agentstore`. Publishers earn 80% of sales. Agent-first API for zero-auth publishing.
- [pixeltable](https://github.com/pixeltable/pixeltable-skill) — Declarative multimodal AI data engine for tables, computed columns, embedding search, agents, and FastAPI services. Install via `/plugin marketplace add pixeltable/pixeltable-skill`.
- [protonium](https://github.com/protonium-labs/protonium-marketplace) — AI agents and productivity tools. Includes **AxiomCore**, a project & routine management agent: enforced structure (numbered folders, task IDs, wiki memory), plan → approve → execute workflow, agile or WBS project creation.

## Contributing
Expand Down