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. kazukinagata
  4. /
  5. shinkoku
  6. /
  7. Reading Withholding

Reading Withholding

Editor's Note

This extracts structured data from Japanese withholding tax certificate images (源泉徴収票), the kind you need for tax filing. It handles both scanned PDFs and image files, pulling out payment amounts, withheld tax, social insurance, and insurance deduction breakdowns. The interesting part is the dual verification approach: when sub-agents are available, it reads the same image in two independent contexts and compares results, asking you to resolve conflicts if they don't match. Otherwise it falls back to single-pass OCR with mandatory manual verification. Converts Japanese era dates to standard format and outputs everything as structured integers. Useful if you're building Japanese tax prep tools or just tired of manually transcribing these forms.

Install

npx skills add https://github.com/kazukinagata/shinkoku --skill reading-withholding
Votes
0
Installs279
GitHub Stars339
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment