frappe-service
π―Skillfrom sergio-bershadsky/ai
Automates service-level interactions and development workflows for Frappe Framework v15 applications, likely providing specialized code generation or management capabilities.
Installation
npx skills add https://github.com/sergio-bershadsky/ai --skill frappe-serviceSkill Details
Overview
# Claude Code Skills & Hooks
Personal Claude Code plugin marketplace for workflow automation and development toolkits.
Marketplace ID: bershadsky-claude-tools
Installation
```bash
# Add marketplace
/plugin marketplace add sergio-bershadsky/ai
# Install a plugin (e.g., git)
/plugin install git@bershadsky-claude-tools
```
Plugins
Productivity
| Plugin | Description | Skills | Hooks |
|--------|-------------|--------|-------|
| [git](plugins/git/) | Git workflow automation: conventional commits, auto-staging, uncommitted changes protection | /commit, /version | auto-stage, pre-stop-commit |
| [settings-sync](plugins/settings-sync/) | Sync Claude settings across ephemeral VMs via Git backup | β | backup-settings |
Development
| Plugin | Description | Skills | Agents |
|--------|-------------|--------|--------|
| [django-dev](plugins/django-dev/) | Opinionated Django toolkit with Ninja API, Unfold admin, pytest, Dynaconf | 4 skills | django-review |
| [frappe-dev](plugins/frappe-dev/) | Frappe Framework v15 toolkit with multi-layer architecture | 5 skills | β |
Knowledge Management
| Plugin | Description | Skills | Hooks |
|--------|-------------|--------|-------|
| [secondbrain](plugins/secondbrain/) | Knowledge base scaffolding with microdatabases, VitePress portal, semantic search | 9 skills | freshness, sidebar, search-index |
| [replit-prompts](plugins/replit-prompts/) | Optimized prompts, PRDs, and task plans for Replit Agent | 3 skills | β |
Internal
| Plugin | Description |
|--------|-------------|
| [marketplace-validator](plugins/marketplace-validator/) | Validates marketplace.json schema after every edit |
---
Plugin Details
git
Git workflow automation with safety features.
```bash
/plugin install git@bershadsky-claude-tools
```
Skills:
/commitβ Conventional commits with diff preview and confirmation/versionβ Semantic version bumping with git tags
Hooks:
auto-stageβ Auto-stage files after Write/Edit operationspre-stop-commitβ Block session exit if uncommitted changes exist
---
settings-sync
Sync Claude Code settings across ephemeral VMs.
```bash
/plugin install settings-sync@bershadsky-claude-tools
```
Bootstrap for Ephemeral VMs:
```bash
curl -fsSL https://raw.githubusercontent.com/sergio-bershadsky/ai/main/plugins/settings-sync/scripts/bootstrap.sh | bash
```
---
django-dev
Opinionated Django development patterns enforcing consistency and production-ready code.
```bash
/plugin install django-dev@bershadsky-claude-tools
```
Skills:
django-devβ Core patterns: 1-file-per-model, Base/Virtual/Proxy* prefixes, UUID PKs, timestamps, soft delete, Dynaconfdjango-dev-ninjaβ Django Ninja API: 1-endpoint-per-file, router organization, Pydantic schemasdjango-dev-unfoldβ Unfold admin with HTMX patternsdjango-dev-testβ pytest-django + factory_boy patterns
Agents:
django-reviewβ Code reviewer for Django convention compliance
---
frappe-dev
Professional Frappe Framework v15 development toolkit.
```bash
/plugin install frappe-dev@bershadsky-claude-tools
```
Skills:
frappe-appβ App scaffolding with multi-layer architecturefrappe-apiβ REST API v2 endpointsfrappe-doctypeβ DocType with controller, service, repositoryfrappe-serviceβ Service layer patternsfrappe-testβ Testing with pytest and factories
---
secondbrain
Knowledge base scaffolding with microdatabases and semantic search.
```bash
/plugin install secondbrain@bershadsky-claude-tools
```
Skills:
secondbrain-initβ Scaffold new knowledge base projectsecondbrain-searchβ Semantic search (qmd + Orama)secondbrain-adrβ Architecture Decision Recordssecondbrain-noteβ Knowledge capture notessecondbrain-taskβ Action item trackingsecondbrain-discussionβ Meeting/conversation documentationsecondbrain-freshnessβ Stale content detec
More from this repository10
Validates the marketplace.json schema to ensure data integrity and consistency after each edit in the Claude Code plugin marketplace.
Provides an opinionated Django development toolkit with pre-configured integrations for Ninja API, Unfold admin, pytest, and Dynaconf to streamline Django project setup and development workflows.
Synchronizes Claude Code configuration and settings across different virtual machines using Git-based backup and restoration mechanisms.
Optimizes and generates high-quality product requirements documents (PRDs), task plans, and prompts specifically tailored for the Replit Agent development environment.
Validates and tests Django project configurations, ensuring code quality and adherence to development best practices within the django-dev toolkit.
Automates Git workflows by enabling conventional commits with diff previews, semantic versioning, auto-staging files after edits, and preventing session exit with uncommitted changes.
Manages and tracks individual tasks within a personal knowledge management system, likely enabling quick task creation, organization, and retrieval within the secondbrain knowledge base.
Provides a comprehensive toolkit for developing and managing Frappe Framework v15 projects with multi-layer architectural support and 5 specialized development skills.
Generates and manages Frappe Framework v15 application components with a multi-layer architectural approach for rapid enterprise application development.
Tests and validates Frappe Framework components or configurations, likely providing automated testing capabilities for Frappe-based projects.