mcpbeat Sign in

Nw Authoritative Sources Agent Skill

Domain-specific authoritative source databases, search strategies by topic category, and source freshness rules

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
588
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nWave-ai/nWave --skill nw-authoritative-sources

The instruction itself

16 sections, as written by the author

Authoritative Sources

Domain Authority Database

Supplements general reputation tiers in source-verification with domain-specific authorities.

Software Architecture

| Source | Authority | Notes |

|--------|-----------|-------|

| martinfowler.com | Primary | Patterns, refactoring, enterprise architecture |

| c2.com/wiki | Historical | Original wiki; pattern language origins |

| microservices.io | Domain-specific | Chris Richardson's microservices patterns |

| architecturenotes.co | Curated | ADRs and trade-off analysis |

| infoq.com | Industry reporting | Conference talks, practitioner reports |

| thoughtworks.com/radar | Trend tracking | Technology Radar adoption lifecycle |

Cloud Platforms

| Source | Authority | Notes |

|--------|-----------|-------|

| docs.aws.amazon.com | Official | AWS, well-architected framework |

| cloud.google.com/docs | Official | GCP services and practices |

| learn.microsoft.com | Official | Azure, .NET, Microsoft ecosystem |

| kubernetes.io/docs | Official | Container orchestration |

| docs.docker.com | Official | Container runtime |

Security

| Source | Authority | Notes |

|--------|-----------|-------|

| owasp.org | Standards body | Web app security, top-10 |

| nist.gov | Government | NIST CSF, SP 800 series |

| cve.mitre.org | Vuln database | CVE identifiers |

| nvd.nist.gov | Vuln database | NVD with scoring |

| csrc.nist.gov | Crypto standards | FIPS, module validation |

| cisa.gov | Government advisory | Security advisories |

Standards Bodies

| Source | Authority | Notes |

|--------|-----------|-------|

| ietf.org / datatracker.ietf.org | Protocol standards | RFCs: networking, HTTP, TLS, DNS |

| w3.org | Web standards | HTML, CSS, WCAG, web APIs |

| iso.org | International | Quality, security, process frameworks |

| ecma-international.org | Language standards | ECMAScript spec |

| unicode.org | Character standards | Unicode encoding |

Programming Languages and Frameworks

| Source | Authority | Notes |

|--------|-----------|-------|

| docs.python.org | Official | Python, stdlib, PEPs |

| go.dev/doc | Official | Go language, stdlib |

| typescriptlang.org | Official | TypeScript handbook |

| rust-lang.org/learn | Official | Rust book, reference |

| developer.mozilla.org (MDN) | Canonical web ref | JS, HTML, CSS, Web APIs |

| docs.oracle.com/javase | Official | Java spec, API docs |

Data and Databases

| Source | Authority | Notes |

|--------|-----------|-------|

| postgresql.org/docs | Official | PostgreSQL |

| dev.mysql.com/doc | Official | MySQL |

| redis.io/docs | Official | Redis |

| mongodb.com/docs | Official | MongoDB |

| cassandra.apache.org/doc | Official | Cassandra |

DevOps and SRE

| Source | Authority | Notes |

|--------|-----------|-------|

| sre.google | Industry | Google SRE books |

| 12factor.net | Methodology | Twelve-factor app |

| dora.dev | Research | DORA metrics |

| openpolicyagent.org | Policy-as-code | OPA docs |

Domain-Specific Search Strategies

Architecture Topics

  • Canonical authors: {topic} site:martinfowler.com or site:microservices.io
  • Conference talks: {topic} QCon OR StrangeLoop OR GOTO conference
  • Books/papers: {topic} book OR paper architecture
  • Adoption status: {topic} site:thoughtworks.com/radar
  • Local docs: Grep in docs/research/ and nWave/skills/

Security Topics

  • Vuln databases: {topic} site:cve.mitre.org or site:nvd.nist.gov
  • Advisories: {topic} site:cisa.gov or site:owasp.org
  • NIST frameworks: {topic} site:nist.gov
  • Vendor advisories if product-specific
  • Prioritize last 6 months

Framework and Library Topics

  • Official docs (see database above)
  • Release notes/changelogs for version-specific info
  • Migration guides: {framework} migration guide {version}
  • GitHub issues/discussions for known problems
  • Stack Overflow: {topic} site:stackoverflow.com

Methodology and Process Topics

  • Original author/publication
  • Case studies: {methodology} case study OR experience report
  • Critiques: {methodology} criticism OR alternative OR comparison
  • Academic: {topic} site:arxiv.org or Google Scholar
  • Practitioner adaptations vs original definitions

Source Freshness Rules

| Category | Max Age | Rationale |

|----------|---------|-----------|

| Security vulnerabilities | 6 months | Rapid threat evolution |

| Framework versions | 1 year | API/practice changes |

| Cloud service docs | 1 year | Frequent deprecation/launch |

| API references | 1 year | Breaking changes common |

| Architecture patterns | Evergreen | Core patterns stable |

| Methodology references | Evergreen | Foundational works stable |

| Language specs | Evergreen per version | Per-version permanent |

| Research papers | 3 years | Check for follow-up work |

| Industry trend reports | 1 year | Cite current edition only |

Handling Outdated Sources

  • Check if newer version exists
  • Stable concept: cite with "[Published {year}; concept remains current]"
  • Time-sensitive: find current source or document age limitation in Knowledge Gaps
  • Never cite outdated security advisories as current threat intelligence

Other skills for the same job

different authors, same section of the catalogue
Biorxiv Database
by christophacham
×4

Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.

9k tokens scripts
Brenda Database
by christophacham
×4

Access BRENDA enzyme database via SOAP API. Retrieve kinetic parameters (Km, kcat), reaction equations, organism data, and substrate-specific enzyme information for biochemical research and metabolic pathway analysis.

36k tokens scripts
Clinpgx Database
by christophacham
×4

Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.

13k tokens scripts
Clinvar Database
by christophacham
×4

Query NCBI ClinVar for variant clinical significance. Search by gene/position, interpret pathogenicity classifications, access via E-utilities API or FTP, annotate VCFs, for genomic medicine.

10k tokens
Cosmic Database
by christophacham
×4

Access COSMIC cancer mutation database. Query somatic mutations, Cancer Gene Census, mutational signatures, gene fusions, for cancer research and precision oncology. Requires authentication.

6k tokens scripts
Ensembl Database
by christophacham
×4

Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.

8k tokens scripts
Fda Database
by christophacham
×4

Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.

32k tokens scripts
Gene Database
by christophacham
×4

Query NCBI Gene via E-utilities/Datasets API. Search by symbol/ID, retrieve gene info (RefSeqs, GO, locations, phenotypes), batch lookups, for gene annotation and functional analysis.

13k tokens scripts

How to use it

Copy the folder

Take nwave-ai/nw-authoritative-sources from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.