ai-news-research

ai-news-research is a skill for Claude Code, Codex from navikt/copilot. It costs 83 tokens per session (642 once invoked), scanned A, original, MIT.

A process for researching and writing monthly Norwegian summaries of AI news for developers. It covers coding agents, developer tools, repository instructions, and agent-based software workflows, using linked sources.

In plain words
What is it for?
Use it to research and summarize recent changes in GitHub Copilot and similar tools, AGENTS.md files, skills, memory, agent workflows, and developer experience.
Why use it?
It helps turn scattered announcements and discussions into a dated developer-focused update with source links and verified details.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to research and summarize recent changes in GitHub Copilot and similar tools, AGENTS.md files, skills, memory, agent workflows, and developer experience.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/navikt/copilot/ai-news-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add navikt/copilot --skill ai-news-research
Clone the repo
git clone --depth 1 https://github.com/navikt/copilot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-news-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/navikt/copilot/ai-news-research/github.svg)](https://agentmods.dev/skills/navikt/copilot/ai-news-research)
Your own site
<a href="https://agentmods.dev/skills/navikt/copilot/ai-news-research"><img src="https://agentmods.dev/badge/skills/navikt/copilot/ai-news-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-news-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/navikt/copilot/ai-news-research"><img src="https://agentmods.dev/badge/skills/navikt/copilot/ai-news-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 642 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00642
Opus 5 $0.00042 $0.00321
Sonnet 5 $0.00017 $0.00128
Haiku 4.5 $0.00008 $0.00064

Measured 12d ago against content hash c311574633ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-news-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ai-news-research/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI News Research

Research AI coding agent news and write a monthly summary in Norwegian. Output: docs/news/<month>.md.

Run web searches (adjust month/year):

GitHub Copilot news [month] [year]
AI coding agent trends [month] [year]
AI coding agent hardening readiness enterprise [year]
Reddit AI coding agents AGENTS.md skills context [year]
site:github.blog copilot

Step 2: Fetch sources

For each hit, fetch the full page and extract facts, numbers, quotes, and the exact URL.

web_fetch url="https://github.blog/..." → extract announcements, dates, feature names
web_fetch url="https://news.ycombinator.com/..." → extract top comments, sentiment
Source What to look for
github.blog Official announcements, feature launches, deep-dives
Hacker News Community reactions, real-world experiences
Reddit Practitioner sentiment, pain points, success stories
LinkedIn Thought leaders, experience reports
Anthropic, OpenAI, Google Competing platforms, trend reports

Step 3: Write the summary

Cover these topics when relevant news exists:

  • Platform updates: Copilot, Agent HQ, competing platforms
  • Agent context: AGENTS.md, skills, instructions, prompts
  • Memory: Cross-agent memory, session persistence
  • Agentic workflows: CI/CD, background agents, continuous AI
  • Security: Sandboxing, safe outputs, access controls
  • Readiness: Enterprise adoption, maturity models
  • SDK/extensibility: Copilot SDK, MCP servers, custom agents
  • Community sentiment: What developers actually experience

Write in Norwegian (bokmål), direct tone, short sentences. Use English tech terms where developers do (e.g. "public preview", "PR", "repo"). See OUTPUT-FORMAT.md for the exact document structure and source citation rules.

Step 4: Nav relevance

End with a "Relevans for Nav" table. Nav context:

  • GitHub Copilot as sanctioned AI coding tool, ~500 tech professionals
  • Nais platform (Kubernetes/GCP), Kotlin/Ktor, Next.js
  • Strong security/privacy/accessibility requirements
  • Measures developer experience (SPACE framework, DORA metrics)

Read the full file on GitHub · 70 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 70 lines · 83 tokens per session scan A c311574633ec

Subscribe to this mod's changes

ai-news-research is a skill published in the GitHub repository navikt/copilot (54 stars, last pushed yesterday), licensed MIT. It adds 83 tokens to every session and 642 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skill-guide

Design, write, and review SKILL.md files using proven patterns. Use when creating, improving, or reviewing agent skills, choosing a design pattern (Tool Wrapper, Generator, Reviewer, Inversion, Pipeline), structuring progressive disclosure, writing skill descriptions, or composing patterns. Also trigger for 'skill…

AndyElessar/skills · 102 tokens

microsoft-webui

Microsoft WebUI Framework expertise — a language-agnostic server-side rendering framework where templates compile to a binary protocol and interactive Web Components hydrate as islands. Use when authoring, reviewing, or debugging WebUI components (.html + .css + .ts triplets), wiring up routes, hydrating with…

AndyElessar/skills · 212 tokens

plugin-creator

Guide AI agents through creating GitHub Copilot CLI and Claude Code plugins and plugin marketplaces — from scaffolding plugin directories and writing plugin.json manifests to building marketplace.json registries and testing installations. Use this skill whenever the user wants to create, scaffold, configure, package…

AndyElessar/skills · 181 tokens

prose-guide

Guide AI-native development using the PROSE methodology — Progressive Disclosure, Reduced Scope, Orchestrated Composition, Safety Boundaries, Explicit Hierarchy. Use when: setting up AI-native projects, creating agent primitives (.instructions.md, .prompt.md, .agent.md, SKILL.md, .spec.md, AGENTS.md), designing…

AndyElessar/skills · 162 tokens

csharp-source-generator

Use when writing, reviewing, debugging, or testing C# source generators and Roslyn incremental generators. Covers IIncrementalGenerator architecture, SyntaxProvider pipelines, generated-code snapshots with Verify, analyzer packaging, marker attributes, AnalyzerConfigOptionsProvider, SDK compatibility, diagnostics, and…

AndyElessar/skills · 152 tokens

aspire-dev

Orchestrates Aspire distributed applications using the Aspire CLI and MCP tools. USE FOR: aspire start/stop, aspire describe, aspire doctor, view logs/traces, add integrations, debug resources, AppHost management. Also trigger for DistributedApplication.CreateBuilder, AddProject, AddContainer, or Aspire resource…

AndyElessar/skills · 146 tokens