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 Receipt

Reading Receipt

Editor's Note

Extracts structured data from Japanese receipts, invoices, and hometown tax donation certificates. The implementation is thoughtful: it tries text extraction first for PDFs before falling back to OCR, and the recommended approach runs two parallel reads of the same image to cross-validate amounts and dates, prompting you to choose when they disagree. Handles common Japanese date formats including converting from imperial calendar years. Outputs clean structured data with vendor names, itemized amounts, and dates in YYYY-MM-DD format. It's designed to be called by other skills but works standalone too. If you're building expense tracking or tax prep tools for Japanese users, this handles the tedious part of data entry with appropriate paranoia about accuracy.

Install

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

Comments

Login to comment