🎯

django-dev-test

🎯Skill

from sergio-bershadsky/ai

VibeIndex|
What it does

Validates and tests Django project configurations, ensuring code quality and adherence to development best practices within the django-dev toolkit.

django-dev-test

Installation

Install skill:
npx skills add https://github.com/sergio-bershadsky/ai --skill django-dev-test
4
AddedJan 25, 2026

Skill Details

SKILL.md

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 operations
  • pre-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, Dynaconf
  • django-dev-ninja β€” Django Ninja API: 1-endpoint-per-file, router organization, Pydantic schemas
  • django-dev-unfold β€” Unfold admin with HTMX patterns
  • django-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 architecture
  • frappe-api β€” REST API v2 endpoints
  • frappe-doctype β€” DocType with controller, service, repository
  • frappe-service β€” Service layer patterns
  • frappe-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 project
  • secondbrain-search β€” Semantic search (qmd + Orama)
  • secondbrain-adr β€” Architecture Decision Records
  • secondbrain-note β€” Knowledge capture notes
  • secondbrain-task β€” Action item tracking
  • secondbrain-discussion β€” Meeting/conversation documentation
  • secondbrain-freshness β€” Stale content detec

More from this repository10

πŸ”Œ
replit-promptsπŸ”ŒPlugin

Optimizes and generates high-quality product requirements documents (PRDs), task plans, and prompts specifically tailored for the Replit Agent development environment.

πŸ”Œ
settings-syncπŸ”ŒPlugin

Synchronizes Claude Code configuration and settings across different virtual machines using Git-based backup and restoration mechanisms.

πŸ”Œ
frappe-devπŸ”ŒPlugin

Provides a comprehensive toolkit for developing and managing Frappe Framework v15 projects with multi-layer architectural support and 5 specialized development skills.

πŸ”Œ
django-devπŸ”ŒPlugin

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.

πŸ”Œ
marketplace-validatorπŸ”ŒPlugin

Validates the marketplace.json schema to ensure data integrity and consistency after each edit in the Claude Code plugin marketplace.

πŸ”Œ
gitπŸ”ŒPlugin

Automates Git workflows by enabling conventional commits with diff previews, semantic versioning, auto-staging files after edits, and preventing session exit with uncommitted changes.

🎯
secondbrain-task🎯Skill

Manages and tracks individual tasks within a personal knowledge management system, likely enabling quick task creation, organization, and retrieval within the secondbrain knowledge base.

🎯
frappe-service🎯Skill

Automates service-level interactions and development workflows for Frappe Framework v15 applications, likely providing specialized code generation or management capabilities.

🎯
frappe-app🎯Skill

Generates and manages Frappe Framework v15 application components with a multi-layer architectural approach for rapid enterprise application development.

🎯
frappe-test🎯Skill

Tests and validates Frappe Framework components or configurations, likely providing automated testing capabilities for Frappe-based projects.