KymiraCertified BI

The 22 skills · Intranet skill · Everything only

AGENT SKILL

intranet-copilot: what it makes your agent do, and what it refuses.

intranet-copilot is the conductor, not the orchestra. It holds the end state map, the build order where each phase ships something usable, and the completeness pass that surfaces what nobody thought to ask for. It decides sequence and completeness, and hands each piece to the skill that owns it.

The job intranet-copilot does

The gap between I have some spreadsheets and a working internal reporting platform is a known path, and the expensive way to learn it is out of order. This skill carries that path: what the full menu looks like, which phase to build next, and what each phase has to prove before the next one starts. It covers provisioning to a live URL behind an authentication wall, the two update paths for getting data in and how to choose between them by trust, and the split between a reusable engine and a per instance configuration that lets the second deployment take a day. It closes with a completeness pass over reporting and team functionality, so the platform is not shaped only by what the operator already knew to request.

What intranet-copilot refuses

A skill is worth what it stops as much as what it produces. These are the refusals written into intranet-copilot, taken from the rules and limits in its own file.

8 lines from the intranet-copilot skill file, verbatim

From skills/intranet-copilot/SKILL.md, unedited. Kymira skills are plain text you can read in full before you install them, which is the point of shipping a method rather than a binary.

- **The reusable engine** (same for every tenant): the landing-zone and manifest
  conventions, the extractor framework, the template renderer, the site shell +
  page registry, the auth/roles worker, the collaborative hubs, the delivery
  worker, the CSP/headers generation, and the pre-launch gate.
- **The per-instance config** (all a new tenant supplies): source schemas +
  their reconciliation anchors, the semantic-rules pack (metric definitions,
  aliases, exclusions, calendars), the account roster and audience zones, the
  access policies, branding tokens, feature flags, and the specific report pages.

The failure modes intranet-copilot addresses

No entry in the catalogue of 51 observed failure modes names intranet-copilot as the thing that addresses it. The catalogue records failures we have watched happen, so a skill appears there once a failure it covers has actually been observed and written up. Read the catalogue.

The tier intranet-copilot ships in

TierPriceWhat the tier holdsintranet-copilot
Free$0honest-dataviz and the eleven doctrine principles, published in fullNot in this tier
Core Pack$199the thirteen craft skills, one-time purchase, lifetime updatesNot in this tier
Everything$349all 22 skills, both libraries, the template bank, one-time purchase, lifetime updatesIncluded

Both paid tiers are a one-time purchase with lifetime updates, and all sales are final: the files are plain text you keep the moment they arrive, so judge the quality on the free skill and the published doctrine first. The pricing section states exactly what each tier contains.

Installing intranet-copilot

A skill is a folder with a SKILL.md file in it. Installing one is copying that folder where your agent looks for skills, with no build step and no dependencies.

mkdir -p ~/.claude/skills
cp -R Kymira/skills/intranet-copilot ~/.claude/skills/

Or open the unzipped pack in Claude Code and say install Kymira, which installs every skill in your tier, or double-click the installer for your system. Cursor reads the same skill as a rule file: copy intranet-copilot.mdc into .cursor/rules/. Skills are read at startup, so start a new session and ask your agent which skills it has available.

Not for

It sequences and drives, and it does not replace the specialist skills or the human judgment the gates exist to hold. The end state map is a menu of the possible, not a promise that any intranet needs all of it. It cannot make a number correct or a definition right, and it is an Everything skill.

Last updated 2026-08-21 · Dylan, founder · one of 22 packaged skills, each one a method written down, not a product tour.

See the tiers → All 22 skills The doctrine The failure catalogue