16 comments

  • tosh 13 minutes ago
    I know it sounds a bit counter-intuitive but

    try a fresh coding session without skills, agents.md, system prompt and additional tools

    I think you will be positively surprised how good current models like GPT 5.6 Sol are when they are not oversteered and context spammed

    Here is a task (python templating) with 9 runs with OpenCode, Pi and smol

    https://smolenv.com/t/nested-template-includes-60636/

    you can read each run step by step and see what the agents are doing and how the system prompt and available tools are steering their behaviour to take longer and higher cost

    (disclaimer: I'm working on smol)

    • hansonkd 5 minutes ago
      Also just routine upkeep. Overtime if you keep adding new rules these things can get bloated. I deleted 90% of my spec and things improved dramatically.
    • tosh 9 minutes ago
      Pi is pretty good actually

      (it has way less context spam, fewer tools and smaller system prompt than the usual suspects)

      databricks also looked at this: https://earendil.com/posts/pi-autoresearch-and-databricks/

    • tosh 10 minutes ago
      I'm not saying system prompts, agents.md, tools, skills don't have their place

      actually the opposite: they matter a lot because they do steer the agent

      with great power comes great responsibility

  • jillesvangurp 23 minutes ago
    I created a simple git repository with company skills. Basically just a collection of skills around tools and practices we share. One of the skills is "update company skills" this simply pulls the changes from git and wires them into the user's ~/.codex directory. You can probably do something similar for claude code.

    This is far from perfect but we're in this weird transition phase where none of the major AI tool providers are really focusing much on team use of their stuff. But I expect that will start changing soon.

    Current tools mostly focus on individuals doing things in isolation. And of course in a team there's more to collaborating than throwing stuff at each other via github. A central repository of company skills is merely our way of improvising a solution.

    I find it interesting that Anthropic hired a few of the key people behind Zulip recently. Team chat with tightly integrated AI tools could be a missing piece here. Team communication flows and processes, including ways of working and guardrails are sort of the next piece of the puzzle here. Going from everyone doing their own thing to teams and companies doing things together is going to be a bit of a journey.

    • taude 17 minutes ago
      We have the exact same thing, we actually install a "plugin" engineering/org wide, and one of the skills in there, is a /skill-mananger skill that can browse other skills in another repo, install, uninstall, and create new ones with all our specific requirments. Semantic versioning allows us to have a hook to auto apply updates, too.

      Seems to be helping people share things around the org.

  • cautiouscat 1 hour ago
    IMO, these agentic guard rails aren't the answer. It seems like we're seeing that the more you stuff context, the more the agents forget and don't follow the guidelines.[1]

    Things like ArchUnit, static analyzers, and other deterministic tools can help with lower level things like architecture. For higher up stuff, I am increasingly feeling like agents don't guarantee anything and in many cases its just the opposite. This is where a thoughtful engineer and reviewer can keep things in check.

    It's possible I'm off base here, but I can't make heads or tails of the LLM written readme.

    1: https://arxiv.org/html/2510.05381v1

    • jondwillis 13 minutes ago
      I’ve found hooks to be really useful for correcting or inducing certain behaviors/outcomes that tend to occur during agentic development.

      For example, I’m working on a project to remake the Final Fantasy XI client. My repository has a bunch of git submodules that reference other peoples’ related efforts, and an open source server. For example, despite including CLAUDE.md to suggest otherwise, Claude Code always ends up writing these insanely dense comments referring to specific files and lines of code in submodules. When those submodules update, now the comments are no longer correct.

      So I added a hook to detect when comments are included. Then, for example, I have a deterministic heuristic and script involved to remove some kinds of comments, and another that asks Haiku to quickly LLM-as-a-judge whether or not to edit/remove the comment.

      Similarly, I have a stop hook that reminds Claude to commit its code logically on main, noting that other changes may have been added by other concurrent sessions (I avoid worktrees and even branching for this particular project and stage of development.) It works well.

    • taude 16 minutes ago
      Our skills and agents use deterministic tools for things like: linting, ayy1, etc....
    • kanfilior 1 hour ago
      see the architect adr and Product pdr, also the whole idea is to have an index of context directive similar to skills which the modal invoke
  • apt-apt-apt-apt 50 minutes ago
    I feel like this is going to add 100K tokens and 10K rules to everything that the agent is trying to do. Sort of like dumping the Clean Code book into context and saying, hey now you know how to code cleanly, write great code now
    • zuzululu 48 minutes ago
      Exactly, none of these skills really help other than bloating your token usage

      Got rid of superpowers and other useless skills

      Your LLM is more than capable of learning from the sea of knowledge

  • appplication 1 hour ago
    I see what this is going for but can’t help but feel like it’s overwrought. It feels a bit like the most likely outcomes are increased token burn, review surface, and time per task vs not using this.

    Who knows, maybe that’s a good thing.

    • jlund-molfese 1 hour ago
      I feel that way about a lot of very long instructions.

      It seems that many of these projects are not benchmarked, so it's difficult to know whether there is an improvement in any circumstance, and what the cost is. Of course, a benchmark will be fuzzy, because codebases are all different, but it'd be a start.

      • mhitza 1 hour ago
        Relinking the recent study which argues that many instructions in the context are not followed through https://news.ycombinator.com/item?id=49096969

        Many of these skills, rules, "playbooks", and such are kitchensink attempts at steering the model. It augments the model to frame it's reasoning according to project rules and flows, but cannot be really trusted to adhere to it. More of a vibe guideline.

    • kanfilior 1 hour ago
      see the team-boot skill, it is lean
    • imadierich 1 hour ago
      [dead]
  • Stitch4223 1 hour ago
    The promise is nice, yet I find the readme very hard to understand. So I’m not sure how it solves these problems exactly.

    First off I would expect a (team) methodology to be referenced. There are tons to choose from. From that point on other terms may make more sense.

    For example:

    “ Pillar 2: Product Strategy & Architectural Governance (PDRs & ADRs)

    Factor III — Mission Definition. Factor IV — Structured Planning. Factor IX — Traceability.”

    Why are the Roman numerals in that order, what do they reference and why. Why is this Pilar 2. Etc. It’s easy to get lost in this, even if it would be the best approach in the world.

    • dawnerd 24 minutes ago
      I couldn’t get past the first couple lines. It’s clear no human reviewed that.
    • kanfilior 1 hour ago
      Thanks for the feedback, working on that
  • ppeetteerr 2 minutes ago
    I hate to be that guy, but I'm not reading a readme written by AI, nor using their tool. You don't care to put in a few hours to describe your project, I'm not going to bother learning about it.
  • hankbond 1 hour ago
    Write your README or ME won't READ it.
    • kanfilior 1 hour ago
      Sure, will be fixing that.
  • mtzaldo 58 minutes ago
    why is so hard for people to create a CONTRIBUTE.MD file which tells anyone (including AI) how to contribute to the repo. You can also set gates and everything.
  • dominotw 48 minutes ago
    > Stop Vibe Coding in Silos. Build a Shared Cognitive Layer for Your Engineering Team.

    I dont want to be biased but i can get myself to read this after an opening like that .

  • xyzsparetimexyz 1 hour ago
    Slop
  • Rob_Yeager 4 minutes ago
    [flagged]
  • daniel_mcsoft 34 minutes ago
    [flagged]
  • clamshelldev 21 minutes ago
    The split that has worked best for me is to keep agent instructions about intent and workflow, then move anything mechanically checkable into tests, linters, or build gates. More rules in context are not enforcement.

    For a central skills repository I would also record the exact rules revision in each run or generated artifact. Otherwise a failed run becomes hard to reproduce after the shared repository changes. It would be useful if each skill declared which claims are advisory and which are backed by a command the agent can execute and verify.

  • gdemartino 1 hour ago
    [flagged]
  • kanfilior 1 hour ago
    I work with an engineering team using Claude Code, Codex, and OpenCode daily. Early on, we created a custom fork of spec-kit to set up our team directives repository and distribute custom agent workflows.

    While that fork got us started, maintaining a custom fork of a CLI just to ship prompt workflows created constant merge debt and maintenance headaches. Every session, agents would still drift or forget our architecture decisions, and prompt shortcuts alone couldn't enforce team-wide standards across different developer tools.

    To eliminate the fork entirely, we decoupled our workflow skills into adlc-team-skills, built on the open Agent Skills standard (SKILL.md). You install them into any repo with npx skills add tikalk/adlc-team-skills.

    The setup works across a few core layers:

    On session start, team-boot auto-loads your team constitution from Git and dynamically fetches only the rules, PDRs, and ADRs relevant to the active task — zero prompt-wall bloat.

    For product and architecture strategy, product decisions are captured as Product Decision Records (PDRs) and compiled into PRD.md, while architectural decisions use Rozanski and Woods viewpoints composed into AD.md.

    For execution, mission-brief acts as an autonomous pipeline runner that derives a formal contract (Goal, Constraints, Non-Goals, Success Criteria) and walks a specify-plan-implement-converge loop. When an agent fails, you edit the spec, not just the code.

    In v0.15.0, mission-brief auto-discovers installed skills at runtime. Whether you have spec-kit, OpenSpec, Matt Pocock's skills, Addy Osmani's checklists, or custom skills installed side-by-side, the LLM dynamically decides which skill fits each pipeline step — letting us run upstream spec-kit directly with zero custom fork code.

    What doesn't work well yet: our evals suite holdout-split validation is still manual. The architecture skills work, but multi-view DAG orchestration can be slow on very large codebases.

    Repos: - Skills: https://github.com/tikalk/adlc-team-skills - Methodology: https://github.com/tikalk/agentic-sdlc-12-factors - CLI: https://github.com/tikalk/adlc-skills-cli

    I'm curious — for those of you managing AI coding agents across engineering teams, how are you balancing team standards with the maintenance overhead of custom agent tooling?

    • senderista 15 minutes ago
      I thought the HN guidelines forbid AI-generated comments?