impertio-studio/frappe_claude_skill_package
59 agent markdown files indexed from impertio-studio/frappe_claude_skill_package. Install any of them pinned to an exact hash with mdr add impertio-studio/frappe_claude_skill_package/<name>.
git:20260401.36cfa80 · audit A · 181 stars
frappe-agent-architect skill
impertio-studio/frappe_claude_skill_package · skills/source/agents/frappe-agent-architect/SKILL.md · Use when designing multi-app Frappe architectures, deciding whether to split functionality into separate apps, or…
v2.0 · audit A · 181 stars
frappe-agent-debugger skill
impertio-studio/frappe_claude_skill_package · skills/source/agents/frappe-agent-debugger/SKILL.md · Use when debugging Frappe errors, using bench console for live inspection, analyzing tracebacks, or reading Frappe log…
v2.0 · audit A · 181 stars
frappe-agent-interpreter skill
impertio-studio/frappe_claude_skill_package · skills/source/agents/frappe-agent-interpreter/SKILL.md · Use when receiving vague or unclear ERPNext/Frappe development requests that need interpretation. Transforms…
v2.0 · audit A · 181 stars
frappe-agent-migrator skill
impertio-studio/frappe_claude_skill_package · skills/source/agents/frappe-agent-migrator/SKILL.md · Use when migrating a Frappe app between major versions, detecting breaking API changes, or resolving post-migration…
v2.0 · audit A · 181 stars
frappe-agent-validator skill
impertio-studio/frappe_claude_skill_package · skills/source/agents/frappe-agent-validator/SKILL.md · Use when reviewing or validating Frappe/ERPNext code against best practices and common pitfalls. Checks generated code…
v2.0 · audit A · 181 stars
frappe-core-api skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-api/SKILL.md · Use when building ERPNext/Frappe API integrations (v14/v15/v16) including REST API, RPC API, authentication, webhooks…
v2.0 · audit A · 181 stars
frappe-core-cache skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-cache/SKILL.md · Use when implementing Redis caching, cache invalidation, or distributed locking in Frappe. Prevents stale cache bugs…
v2.0 · audit A · 181 stars
frappe-core-database skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-database/SKILL.md · Use when performing database operations in ERPNext/Frappe v14-v16. Covers frappe.db methods, ORM patterns…
v2.0 · audit A · 181 stars
frappe-core-files skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-files/SKILL.md · Use when handling file uploads, attachments, private/public file access, or S3 storage configuration. Prevents broken…
v2.0 · audit A · 181 stars
frappe-core-logging skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-logging/SKILL.md · Use when implementing logging, error tracking, or monitoring in Frappe v14-v16. Covers frappe.logger() for file-based…
v3.0 · audit A · 181 stars
frappe-core-notifications skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-notifications/SKILL.md · Use when implementing email notifications, system alerts, Assignment Rules, Auto Repeat, or ToDo items. Prevents…
v2.0 · audit A · 181 stars
frappe-core-permissions skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-permissions/SKILL.md · Use when implementing the Frappe/ERPNext permission system. Covers roles, user permissions, perm levels, data masking…
v2.0 · audit A · 181 stars
frappe-core-search skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-search/SKILL.md · Use when implementing search functionality in Frappe v14-v16. Covers link field search (search_link), global search…
v3.0 · audit A · 181 stars
frappe-core-translation skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-translation/SKILL.md · Use when implementing translations/i18n in Frappe v14-v16 apps. Covers _() in Python, __() in JavaScript, CSV…
v3.0 · audit B · 181 stars
frappe-core-utils skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-utils/SKILL.md · Use when working with utility functions in Frappe v14-v16. Covers frappe.utils.* for date/time, number/money, string…
v3.0 · audit A · 181 stars
frappe-core-workflow skill
impertio-studio/frappe_claude_skill_package · skills/source/core/frappe-core-workflow/SKILL.md · Use when creating or modifying Frappe Workflows, defining states and transitions, adding action conditions, or…
v2.0 · audit A · 181 stars
frappe-errors-api skill
impertio-studio/frappe_claude_skill_package · skills/source/errors/frappe-errors-api/SKILL.md · Use when debugging or handling API errors in Frappe/ERPNext v14/v15/v16. Prevents silent failures and wrong HTTP status…
v2.0 · audit A · 181 stars
frappe-errors-clientscripts skill
impertio-studio/frappe_claude_skill_package · skills/source/errors/frappe-errors-clientscripts/SKILL.md · Use when debugging or preventing errors in Frappe Client Scripts. Prevents TypeError, frappe.call failures, async/await…
v2.0 · audit A · 181 stars
frappe-errors-controllers skill
impertio-studio/frappe_claude_skill_package · skills/source/errors/frappe-errors-controllers/SKILL.md · Use when debugging or preventing errors in Frappe Document Controllers. Prevents autoname failures, validate loops…
v2.0 · audit A · 181 stars
frappe-errors-database skill
impertio-studio/frappe_claude_skill_package · skills/source/errors/frappe-errors-database/SKILL.md · Use when handling database errors in Frappe/ERPNext. Covers DuplicateEntryError, LinkValidationError, MandatoryError…
v2.0 · audit A · 181 stars
frappe-errors-hooks skill
impertio-studio/frappe_claude_skill_package · skills/source/errors/frappe-errors-hooks/SKILL.md · Use when debugging hooks.py errors in Frappe/ERPNext. Covers hook not firing (typo, wrong dict structure), circular…
v2.0 · audit A · 181 stars
frappe-errors-permissions skill
impertio-studio/frappe_claude_skill_package · skills/source/errors/frappe-errors-permissions/SKILL.md · Use when debugging or handling permission errors in Frappe/ERPNext. Prevents broken document access from throwing in…
v2.0 · audit A · 181 stars
frappe-errors-serverscripts skill
impertio-studio/frappe_claude_skill_package · skills/source/errors/frappe-errors-serverscripts/SKILL.md · Use when debugging or preventing errors in Frappe Server Scripts. Prevents ImportError (the #1 error), NameError for…
v2.0 · audit A · 181 stars
frappe-impl-clientscripts skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-clientscripts/SKILL.md · Use when implementing client-side form features in Frappe/ERPNext: field visibility, cascading filters, calculated…
v2.0 · audit A · 181 stars
frappe-impl-controllers skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-controllers/SKILL.md · Use when building Document Controllers in a custom Frappe app: file creation, lifecycle hooks, validation, autoname…
v2.0 · audit A · 181 stars
frappe-impl-customapp skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-customapp/SKILL.md · Use when building a custom Frappe app from scratch. Covers bench new-app walkthrough, app structure decisions, adding…
v2.0 · audit A · 181 stars
frappe-impl-hooks skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-hooks/SKILL.md · Use when implementing hooks.py configurations in a Frappe custom app. Covers step-by-step workflows for doc_events…
v2.0 · audit A · 181 stars
frappe-impl-integrations skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-integrations/SKILL.md · Use when implementing OAuth providers, Connected Apps, Webhooks, Payment Gateways, or Data Import/Export in Frappe…
v2.0 · audit A · 181 stars
frappe-impl-jinja skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-jinja/SKILL.md · Use when building Jinja templates in Frappe: Print Formats, Email Templates, Notification templates, Portal Pages, and…
v2.0 · audit A · 181 stars
frappe-impl-reports skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-reports/SKILL.md · Use when building Script Reports, Query Reports, dashboard charts, or Number Cards in ERPNext. Prevents empty report…
v2.0 · audit A · 181 stars
frappe-impl-scheduler skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-scheduler/SKILL.md · Use when implementing scheduled tasks and background jobs in Frappe v14/v15/v16. Covers hooks.py scheduler_events…
v2.0 · audit A · 181 stars
frappe-impl-serverscripts skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-serverscripts/SKILL.md · Use when implementing server-side features via Setup > Server Script: document validation, auto-fill, API endpoints…
v2.0 · audit A · 181 stars
frappe-impl-ui-components skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-ui-components/SKILL.md · Use when building custom dialogs, extending List View, creating Page controllers, or adding Kanban/Calendar views and…
v2.0 · audit A · 181 stars
frappe-impl-website skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-website/SKILL.md · Use when building portal pages, Web Forms, website routes, or configuring themes and SEO in Frappe. Prevents 404 errors…
v2.0 · audit A · 181 stars
frappe-impl-whitelisted skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-whitelisted/SKILL.md · Use when building API endpoints with @frappe.whitelist() in Frappe. Covers endpoint design, permission patterns, error…
v2.0 · audit A · 181 stars
frappe-impl-workflow skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-workflow/SKILL.md · Use when implementing document Workflows, approval chains, or state-based transitions in Frappe. Prevents stuck…
v2.0 · audit A · 181 stars
frappe-impl-workspace skill
impertio-studio/frappe_claude_skill_package · skills/source/impl/frappe-impl-workspace/SKILL.md · Use when creating or customizing Workspace pages in Frappe v14-v16. Covers Workspace DocType structure, shortcuts…
v3.0 · audit A · 181 stars
frappe-ops-app-lifecycle skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-app-lifecycle/SKILL.md · Use when scaffolding a new Frappe app, configuring app settings, building assets, running tests, deploying, updating…
v2.0 · audit A · 181 stars
frappe-ops-backup skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-backup/SKILL.md · Use when configuring backups, restoring sites, encrypting backup files, scheduling automated backups, or planning…
v2.0 · audit A · 181 stars
frappe-ops-bench skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-bench/SKILL.md · Use when running bench commands, managing sites, configuring multi-tenancy, or setting up domains. Prevents…
v2.0 · audit A · 181 stars
frappe-ops-cloud skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-cloud/SKILL.md · Use when working with Frappe Cloud, Press API, provisioning sites, or managing benches on Frappe Cloud infrastructure…
v2.0 · audit A · 181 stars
frappe-ops-deployment skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-deployment/SKILL.md · Use when deploying Frappe/ERPNext to production, configuring Nginx or Supervisor, setting up Docker, enabling SSL, or…
v2.0 · audit A · 181 stars
frappe-ops-frontend-build skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-frontend-build/SKILL.md · Use when configuring frontend asset bundling, migrating from build.json (v14) to esbuild (v15+), or troubleshooting…
v2.0 · audit B · 181 stars
frappe-ops-performance skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-performance/SKILL.md · Use when tuning MariaDB, configuring Redis memory, sizing Gunicorn workers, setting up CDN, or profiling slow queries…
v2.0 · audit A · 181 stars
frappe-ops-upgrades skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-upgrades/SKILL.md · Use when upgrading Frappe/ERPNext between major versions (v14 to v15, v15 to v16), troubleshooting failed migrations…
v2.0 · audit A · 181 stars
frappe-ops-website-deploy skill
impertio-studio/frappe_claude_skill_package · skills/source/ops/frappe-ops-website-deploy/SKILL.md · Deploy HTML/CSS websites to ERPNext/Frappe (v15/v16) as Web Pages via the REST API. Use this skill whenever a user…
v1.0 · audit A · 181 stars
frappe-syntax-clientscripts skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-clientscripts/SKILL.md · Use when writing client-side JavaScript for ERPNext/Frappe form events, field manipulation, server calls, or child…
v2.0 · audit A · 181 stars
frappe-syntax-controllers skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-controllers/SKILL.md · Use when writing Python Document Controllers for ERPNext/Frappe DocTypes. Covers lifecycle hooks (validate, on_update…
v2.0 · audit A · 181 stars
frappe-syntax-customapp skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-customapp/SKILL.md · Use when building Frappe custom apps from scratch. Covers app structure, pyproject.toml configuration, module creation…
v2.0 · audit A · 181 stars
frappe-syntax-jinja skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-jinja/SKILL.md · Use when writing Jinja templates for ERPNext/Frappe Print Formats, Email Templates, and Portal Pages. Covers template…
v2.0 · audit A · 181 stars
frappe-syntax-print skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-print/SKILL.md · Use when creating print formats or generating PDFs in Frappe v14-v16. Covers Jinja print formats, Print Designer…
v3.0 · audit A · 181 stars
frappe-syntax-query-builder skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-query-builder/SKILL.md · Use when building database queries with frappe.qb in Frappe v14-v16. Covers the PyPika-based query builder: SELECT…
v3.0 · audit A · 181 stars
frappe-syntax-reports skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-reports/SKILL.md · Use when building Query Reports, Script Reports, or configuring Report Builder, including chart data integration…
v2.0 · audit A · 181 stars
frappe-syntax-scheduler skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-scheduler/SKILL.md · Use when configuring scheduler events and background jobs in Frappe/ERPNext v14/v15/v16. Covers scheduler_events in…
v2.0 · audit A · 181 stars
frappe-syntax-serverscripts skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-serverscripts/SKILL.md · Use when writing Python code for ERPNext/Frappe Server Scripts including Document Events, API endpoints, Scheduler…
v2.0 · audit A · 181 stars
frappe-syntax-whitelisted skill
impertio-studio/frappe_claude_skill_package · skills/source/syntax/frappe-syntax-whitelisted/SKILL.md · Use when creating Frappe Whitelisted Methods (Python API endpoints) for v14/v15/v16. Covers @frappe.whitelist()…
v2.0 · audit A · 181 stars
frappe-testing-cicd skill
impertio-studio/frappe_claude_skill_package · skills/source/testing/frappe-testing-cicd/SKILL.md · Use when setting up CI/CD pipelines for Frappe apps, configuring GitHub Actions test workflows, or adding linting and…
v2.0 · audit A · 181 stars
frappe-testing-unit skill
impertio-studio/frappe_claude_skill_package · skills/source/testing/frappe-testing-unit/SKILL.md · Use when writing unit tests, integration tests, creating test fixtures, or running tests with bench run-tests. Prevents…
v2.0 · audit A · 181 stars
Source
github.com/impertio-studio/frappe_claude_skill_package · 181 stars · license NOASSERTION · pushed 2026-09-17