{"id":30026892,"url":"https://github.com/mattyatea/zxcv","last_synced_at":"2026-06-20T13:31:30.360Z","repository":{"id":308446063,"uuid":"1020512582","full_name":"mattyatea/zxcv","owner":"mattyatea","description":"Coding Rule Management Tool 🧰","archived":false,"fork":false,"pushed_at":"2025-11-12T22:07:53.000Z","size":27469,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-11-12T22:22:50.344Z","etag":null,"topics":["ai","ai-rules","cli-app","management-tools","vibe-coding"],"latest_commit_sha":null,"homepage":"https://zxcv.nanasi-apps.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattyatea.png","metadata":{"files":{"readme":"README-EN.md","changelog":"CHANGELOG_TEMP.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"mattyatea","thanks_dev":null,"custom":["https://mattyatea.fanbox.cc"]}},"created_at":"2025-07-16T01:56:37.000Z","updated_at":"2025-11-12T21:29:35.000Z","dependencies_parsed_at":"2025-08-28T04:08:34.058Z","dependency_job_id":"25482fd4-1728-4872-a9d6-c477c925d3ba","html_url":"https://github.com/mattyatea/zxcv","commit_stats":null,"previous_names":["mattyatea/zxcv"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mattyatea/zxcv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattyatea%2Fzxcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattyatea%2Fzxcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattyatea%2Fzxcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattyatea%2Fzxcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattyatea","download_url":"https://codeload.github.com/mattyatea/zxcv/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattyatea%2Fzxcv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34572424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","ai-rules","cli-app","management-tools","vibe-coding"],"created_at":"2025-08-06T11:37:29.963Z","updated_at":"2026-06-20T13:31:30.355Z","avatar_url":"https://github.com/mattyatea.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/mattyatea","https://mattyatea.fanbox.cc"],"categories":[],"sub_categories":[],"readme":"[日本語版](README.md) | [English Version](README-EN.md)\n# zxcv\n\n\u003cimg src='./img.png' alt='zxcv logo' height='693' style='object-fit: cover;'/\u003e\n\n# Overview\n\nzxcv is a CLI tool designed to centralize coding rules and guidelines when working with AI. \n\nYou can share rules at https://zxcv.nanasi-apps.xyz/\n\nThis project is heavily developed using Claude Code.\n\n## CLI Installation\n\n### Automatic Installation (Recommended)\n\n```bash\n# Install latest version\ncurl -fsSL https://raw.githubusercontent.com/nanasi-apps/zxcv/dev/install.sh | bash\n\n# Install specific version\ncurl -fsSL https://raw.githubusercontent.com/nanasi-apps/zxcv/dev/install.sh | bash -s -- --version cli-v1.1.0\n\n# Custom installation directory\ncurl -fsSL https://raw.githubusercontent.com/nanasi-apps/zxcv/dev/install.sh | bash -s -- --install-dir ~/.local/bin\n```\n\n### Manual Installation\n\n1. Download the appropriate binary from [Releases](https://github.com/mattyatea/zxcv/releases)\n2. Verify SHA256 checksum:\n   ```bash\n   shasum -a 256 -c checksums.sha256\n   ```\n3. Grant execution permissions and add to PATH:\n   ```bash\n   chmod +x zxcv-*\n   # For macOS, remove quarantine attributes\n   xattr -rc zxcv-* 2\u003e/dev/null || true\n   sudo mv zxcv-* /usr/local/bin/zxcv\n   ```\n\n### Usage\n\n```bash\n# Show help\nzxcv --help\n\n# Initialize project\nzxcv init\n\n# Authentication\nzxcv auth login\n\n# Add/install rules\nzxcv add/install @username/rule-name\n\n# Search rules\nzxcv search \"typescript\"\n```\n\n## 📝 License\n\nMIT License\n\n## 🤝 Contributing\n\nContributions are very welcome!\nPlease create an issue and submit a PR linked to that issue!\n\n## 📞 Support\n\nIf you encounter bugs, feature requests, or issues, please create a GitHub issue!\nIf you can solve it yourself, we'd appreciate a PR!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattyatea%2Fzxcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattyatea%2Fzxcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattyatea%2Fzxcv/lists"}