{"id":36574765,"url":"https://github.com/nette/claude-code","last_synced_at":"2026-01-12T07:26:37.274Z","repository":{"id":331882042,"uuid":"1127478426","full_name":"nette/claude-code","owner":"nette","description":"Official Claude Code plugins for Nette","archived":false,"fork":false,"pushed_at":"2026-01-11T13:28:58.000Z","size":86,"stargazers_count":27,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-11T17:26:09.491Z","etag":null,"topics":["ai","claude","claude-code","llm","nette","vibe-coding","vibecoding"],"latest_commit_sha":null,"homepage":"https://ai.nette.org/en/claude-code","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nette.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"dg","custom":"https://nette.org/donate"}},"created_at":"2026-01-04T00:57:19.000Z","updated_at":"2026-01-11T13:29:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nette/claude-code","commit_stats":null,"previous_names":["nette/claude-code"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nette/claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette%2Fclaude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette%2Fclaude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette%2Fclaude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette%2Fclaude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nette","download_url":"https://codeload.github.com/nette/claude-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nette%2Fclaude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","claude-code","llm","nette","vibe-coding","vibecoding"],"created_at":"2026-01-12T07:26:36.119Z","updated_at":"2026-01-12T07:26:37.268Z","avatar_url":"https://github.com/nette.png","language":"PHP","readme":"# Nette Plugins for Claude Code\n\nPlugins for [Claude Code](https://claude.com/product/claude-code) – the AI-powered coding assistant by Anthropic. These plugins give Claude deep knowledge of the Nette Framework ecosystem, including best practices, coding conventions, and automatic file validation.\n\n\u003cimg width=\"1536\" height=\"601\" alt=\"image\" src=\"https://github.com/user-attachments/assets/8b9443b6-9f37-418d-9212-3f4fd4356961\" /\u003e\n\n## Installation\n\nFirst, add the Nette marketplace to Claude Code (and enable auto-update):\n\n```\n/plugin marketplace add nette/claude-code\n```\n\nThen install the plugin:\n\n```\n/plugin install nette@nette\n```\n\nOptionally, Nette Framework contributors can also install:\n\n```\n/plugin install nette-dev@nette\n```\n\n## Plugins\n\n### `nette` – For Application Developers\n\nBest practices and conventions for building applications with Nette Framework. Includes automatic Latte template and NEON file validation.\n\n| Skill | Description |\n|-------|-------------|\n| **nette-architecture** | Application architecture, presenters, modules, directory structure |\n| **nette-configuration** | DI container, services.neon, autowiring |\n| **nette-database** | Database conventions, entities, Selection API, queries |\n| **nette-forms** | Form controls, validation, rendering, create/edit patterns |\n| **nette-schema** | Data validation and normalization with Expect class |\n| **nette-testing** | Nette Tester usage, test structure, assertions |\n| **nette-utils** | Utility classes: Arrays, Strings, Image, Finder, DateTime, Json, Validators |\n| **frontend-development** | Vite, ESLint, Tailwind, Nette Assets integration |\n| **latte-templates** | Latte templating system, layouts, filters, template classes |\n| **neon-format** | NEON data format syntax, mappings, sequences, entities |\n\n### `nette-dev` – For Framework Contributors\n\nCoding standards for contributing to the Nette Framework itself. Includes automatic PHP code style fixing.\n\n| Skill | Description |\n|-------|-------------|\n| **php-coding-standards** | PHP formatting, naming conventions, code style |\n| **php-doc** | phpDoc documentation best practices |\n| **commit-messages** | Commit message conventions for Nette repositories |\n\n**Optional:** To enable automatic PHP code style fixing, install nette/coding-standard globally:\n\n```\n/install-nette-cs\n```\n\n## Usage\n\nSkills are automatically activated based on conversation context. For example:\n\n- Ask about \"presenter structure\" → activates `nette-architecture`\n- Ask about \"form validation\" → activates `nette-forms`\n- Ask about \"Latte templates\" → activates `latte-templates`\n- Etc..\n","funding_links":["https://github.com/sponsors/dg","https://nette.org/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnette%2Fclaude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnette%2Fclaude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnette%2Fclaude-code/lists"}