AIAny
AI Agent2025
Icon for item

Claude Skills

Bundles 66 context-activated skills for Claude Code spanning backend, frontend, DevOps, security, and data/ML, loading only the relevant reference per request. A 'Common Ground' step surfaces hidden project assumptions before coding starts.

Introduction

Most Claude Code skill packs are thin prompt wrappers: they dump a pile of instructions into context and hope the model picks the right one. This project inverts that bet. Its center of gravity isn't the 66 domain skills at all — it's a context-engineering layer called 'Common Ground' that interrogates a codebase's hidden assumptions before a single line is written, while the skills themselves load lazily, only when a request actually touches their domain.

What Sets It Apart
  • Lazy, context-aware activation — instead of pinning 66 skill definitions into the window at once, only the references a request needs are surfaced. That keeps the model focused and the token bill down on long sessions.
  • Assumption surfacing before code — the 'Common Ground' step validates stack versions, conventions, and constraints up front, catching the mismatches that normally only show up at review time.
  • Breadth that stays one toolset — 66 skills across 12 categories (languages, frameworks, infra/DevOps, APIs, testing, security, data/ML) let a multi-disciplinary task stay inside a single coherent system rather than swapping tools mid-flow.
  • Atlassian in the loop — nine workflow commands wire into Jira and Confluence, so epic and ticket management happen in the same conversation rather than a separate tab.
Who It's For

Great fit if you're a full-stack or platform engineer juggling several stacks and want Claude Code to behave consistently across all of them — especially in an Atlassian-centric shop where the Jira/Confluence commands pay off. Look elsewhere if you live in one narrow stack, where the breadth is mostly overhead, or if you can't run a large community plugin you haven't fully audited: it's MIT-licensed and maintained by a single developer, so treat it like any third-party automation that touches your repository and issue tracker, and read what each skill actually does before trusting it.

Information

  • Websitegithub.com
  • OrganizationsJeff Smolinski
  • Authorsjeffallan (Jeff Smolinski)
  • Published date2025/10/20

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).