{"id":50398595,"url":"https://github.com/jhermann/braingentx","last_synced_at":"2026-05-30T22:01:47.229Z","repository":{"id":349853904,"uuid":"1204201863","full_name":"jhermann/brAIngentX","owner":"jhermann","description":"Skills sharing for an agentic age.","archived":false,"fork":false,"pushed_at":"2026-04-07T21:47:34.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T22:14:53.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhermann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2026-04-07T19:37:12.000Z","updated_at":"2026-04-07T21:47:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jhermann/brAIngentX","commit_stats":null,"previous_names":["jhermann/braingentx"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jhermann/brAIngentX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhermann%2FbrAIngentX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhermann%2FbrAIngentX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhermann%2FbrAIngentX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhermann%2FbrAIngentX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhermann","download_url":"https://codeload.github.com/jhermann/brAIngentX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhermann%2FbrAIngentX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33711018,"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-05-30T02:00:06.278Z","response_time":92,"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":[],"created_at":"2026-05-30T22:01:44.480Z","updated_at":"2026-05-30T22:01:47.221Z","avatar_url":"https://github.com/jhermann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\nlicense: Apache 2.0\n---\n# brAIngentX\u003c!-- omit from toc --\u003e\n\n\u003e ![A futuristic armored head shot in a sleek metallic suit with glowing blue and purple highlights. Radiating lines surround the figure.](assets/brAIngentX-logo.png)\u003cbr/\u003e\n\u003e   *Skills sharing for an agentic age.*\n\n**Contents**\n\n- [👀 Project Overview](#-project-overview)\n- [📋 What Skills Are Supported?](#-what-skills-are-supported)\n- [🚀 How Do I Use This?](#-how-do-i-use-this)\n- [⚙️ How Does It Work?](#️-how-does-it-work)\n\n## 👀 Project Overview\n*brAIngentX* is focused on **Agentic AI**, where autonomous scripts manage tasks\nlike real-time data analysis, automated trading, or code repository maintenance\nwithout constant human intervention.\n\nThis project offers a selection of general-purpose skills and tools to manage them,\nacross multiple projects (repositories) covering diverse topics. The goal of skills\nmanagement is to serve all of them by easy skill integration, but with allowing \npurposeful selection instead of one size fits all.\n\nThis is designed for and tested with *VS Code* and *GitHub Copilot*, but that does not\nmean it won't work with other common IDEs and models.\n\n## 📋 What Skills Are Supported?\n\nThe following skills are included in this repository. You can enable or use them as needed, on a per-project basis:\n\n- 🏛️ **markdown-style**: Markdown Style Standards\n- 🛠️ **pylint-qa**: Performs static code analysis and PEP 8 validation on Python files. Returns a quality score and a list of specific violations (Errors, Warnings, Conventions).\n- 🏛️ **python-style**: Python Coding Style Standards\n- 🏛️ **python-tests**: Pytest Testing Standards\n- 🏛️ **secure-development**\n- 🚧 An expert helping you to create and maintain an `AGENTS.md` file.\n\n## 🚀 How Do I Use This?\n\nIn the repository you want to use the skills in, add this to your README or some other document with setup instructions.\n\n```markdown\n## ⚙️ Setup\n\n1. Clone the [brAIngentX](https://github.com/jhermann/brAIngentX#readme) skills sharing repo\n   into your `~/src` folder (or whatever folder you keep sources in),\n   and call its `./install.sh` to symlink the `braingentx` tool into your local `bin` folder.\n2. Call `python3 -mpip install pick` to install the `pick` package, the only dependency the script has.\n3. Go back to this repo's workdir and call `braingentx install markdown-style`.\n   Call `braingentx list` to show more skills you might want to activate.\n```\n\nThen follow those instructions.\n\n\u003e ![Screenshot of the braingentx list command in a dark terminal, showing available skills with icons, descriptions, and their enabled status.](assets/screenies/brx-list.png)\u003cbr /\u003e\n\nExample 1: *`braingentx` list command showing available skills with icons, descriptions, and their enabled status.*\n\n\u003e ![Screenshot of the braingentx pick interface, showing a list of available skills to select. The interface uses a dark terminal theme, with highlighted selection and clear skill descriptions.](assets/screenies/brx-pick.png)\u003cbr /\u003e\n\nExample 2: *`braingentx` pick interface, showing a list of available and uninstalled skills to select for installation,*\n*after calling `braingentx install -p`.*\n\n## ⚙️ How Does It Work?\n\n🚧 TODO\n\nTo install `uv` and `uvx`, use `mkvenv3 uv uv uv.build`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhermann%2Fbraingentx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhermann%2Fbraingentx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhermann%2Fbraingentx/lists"}