CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. riba2534
  4. /
  5. feishu-cli
  6. /
  7. Feishu Cli Doc Guide

Feishu Cli Doc Guide

Editor's Note

This is a reference spec for generating Feishu-compatible Markdown, not something you call directly. It documents the hard-learned lessons from importing 10,000+ lines of documentation into Feishu: how Mermaid flowchart labels with curly braces break rendering, why sequence diagrams fail above 8 participants, the fact that `\n` in node labels just displays literally instead of breaking lines (use `<br>` instead), and how tables wider than 9 columns need to be split while preserving the first column as an identifier. It covers 8 Mermaid diagram types, PlantUML gotchas like forbidden visibility markers in class diagrams, and the 6 supported Callout types. Written in Chinese but the rules are universal. If you're building anything that writes to Feishu programmatically, this is the cheat sheet that keeps your imports from silently failing.

Install

npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-doc-guide
Votes
0
Installs561
GitHub Stars974
Categories
Testing & QADevOps & CI/CDDocumentationData Science & MLProductivity & PlanningCLI & Terminal
First SeenMay 16, 2026
View on GitHub

Comments

Login to comment

Related Testing & QA Skills

View all →
find-skills

vercel-labs/skills

5
1.5M
18.6k
Discover and install specialized agent skills from the open ecosystem when users need extended capabilities.
remotion-best-practices

remotion-dev/skills

0
312.3k
3.2k
Domain-specific knowledge base for building videos with Remotion and React.
skill-creator

anthropics/skills

0
210.7k
135.1k
Create, test, and iteratively improve AI agent skills with structured evaluation and benchmarking.
grill-me

mattpocock/skills

0
150.2k
85.4k
Relentless interviewing skill that stress-tests plans and designs through systematic questioning.
improve-codebase-architecture

mattpocock/skills

0
114.2k
85.4k
Analyze codebases for architectural friction and propose module-deepening refactors as testability improvements.
tdd

mattpocock/skills

0
111.6k
85.4k
Test-driven development with vertical slices, behavior-focused tests, and incremental red-green-refactor cycles.