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 Deduction Cert

Reading Deduction Cert

Editor's Note

This reads Japanese tax deduction certificates (life insurance, earthquake insurance, social insurance, and pension contributions) from images or PDFs and returns structured JSON. It tries text extraction first on PDFs, then falls back to OCR if needed. The interesting bit is the dual verification approach where it runs two independent reads in parallel subagents and compares results, asking you to resolve discrepancies only when the outputs differ. Handles the messy parts like converting Japanese era dates to Gregorian and distinguishing between old and new insurance schemes. If you're building tax filing automation for Japan, this solves the tedious certificate data entry problem with a built-in accuracy check.

Install

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

Comments

Login to comment