CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

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
  • Advertise

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

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. knoopx
  4. /
  5. pi
  6. /
  7. Jujutsu

Jujutsu

Editor's Note

If you've ever felt like Git's staging area and index are just getting in your way, this might click for you. Jujutsu is a Git-compatible VCS that ditches the staging concept entirely. Changes are immediate, every file state is tracked as changes rather than commits with parents. The skill includes the critical warning you need to know: never use git commands for mutations in a jj repo or you'll corrupt history. It covers the basic workflow (jj new, jj desc, jj log), editing existing changes, and rebasing. Already has 133 installs and passed most security audits, though Snyk flagged a warning worth checking.

Install

npx skills add https://github.com/knoopx/pi --skill jujutsu
Votes
0
Installs132
GitHub Stars57
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment