🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

neverinfamous-agent-skills

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

neverinfamous-agent-skills

Foundational AI agent metacognitive skills and workflows for the Adamic ecosystem.

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

neverinfamous-agent-skills

Reusable instruction sets that establish permanent AI behavior paradigms and extend agent capabilities for specialized tasks.

Installation & Distribution

This directory is published as a standalone internal NPM package. Developers can pull the latest skills into their local workspaces by running:

npx neverinfamous-agent-skills@latest

This command will automatically download and synchronize the latest SKILL.md files into ./.agents/skills/.

Structure

skills/
└── <skill-name>/
    ├── SKILL.md          # Main instruction file (required)
    ├── references/       # Progressive disclosure docs to reduce token bloat
    ├── scripts/          # Helper scripts and utilities
    ├── examples/         # Reference implementations
    └── resources/        # Templates, assets, external docs

SKILL.md Format

Every skill must have a SKILL.md with YAML frontmatter:

---
name: skill-name
description: When and why to load this skill.
---

The markdown body contains the full instructions the agent follows once the skill is activated.

Inventory

SkillDescription
adversarial-performanceMulti-pass adversarial performance audit — iterative profiling, stress-testing critique, and Copilot validation
adversarial-plannerMulti-pass adversarial planning — iterative plan drafting, structured critique, and Copilot validation
adversarial-securityMulti-pass adversarial security audit — iterative threat modeling, attack surface analysis, and Copilot validation
adversarial-skill-auditMulti-pass adversarial skill audit — iterative quality evaluation, trigger stress-testing, and Copilot validation
adversarial-workflow-auditMulti-pass adversarial workflow audit — sequential clarity, HITL safety gates, loop prevention, and Copilot validation
agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK
auth-identityStandards for Authentication and Identity management (OAuth, JWTs, RBAC)
autonomous-devHarness for autonomous software development — alignment gates, adversarial agents, Git workflows, and CI/CD pipelines
awsComprehensive AWS best practices — IAM, Serverless, S3, RDS, networking, and IaC
azureMicrosoft Azure best practices — Entra ID, App Service, AKS, Cosmos DB, networking, and Bicep
bunMaster the Bun all-in-one toolkit — runtime, package manager, test runner, and bundler
cloudflareComprehensive Cloudflare platform skill — decision trees, product index, retrieval sources
dockerProduction-grade Docker — multi-stage builds, security hardening, Compose v2, BuildKit, and CI/CD integration
docs-marketerDocumentation marketability audit — feature visibility, first impressions, competitive differentiation, and cross-surface consistency
drizzle-ormDrizzle ORM best practices — database configuration, schemas, relational queries, migrations
durable-objectsCreate and review Durable Objects — RPC, SQLite storage, alarms, WebSockets
gcpGoogle Cloud Platform best practices — IAM, Cloud Run, BigQuery, VPC SC, and Terraform
github-actionsGitHub Actions CI/CD — SHA pinning, reusable workflows, caching, matrix strategies, and artifacts v4
github-commanderGitHub pipeline workflows for orchestrating issues, regressions, and deployments
github-copilot-cliAdversarial pre-push validation and full repository code audits driven natively by the gh copilot CLI
github-repo-setupScaffold public TypeScript/Node.js repos under {{ORG_NAME}}
gitlabSpecialized assistant skill for managing repositories, code search, and CI/CD in GitLab
golangMaster Go development with production-grade best practices from Google and Uber style guides
graphqlGraphQL best practices — schema design, resolvers, DataLoader for N+1 issues, and mutations
honoHono framework best practices — edge runtimes, RPC, middleware, validation
journal-optimizerGuided database pruning and optimization — importance audits, orphan cleanup, duplicate detection, and safe soft-delete
llm-app-engineeringMaster modern LLM application engineering patterns — prompt chains, token management, streaming
multi-agent-orchestrationPatterns for multi-agent systems and agentic workflows (e.g. Plan-and-Execute, Supervisor)
mysqlEnterprise MySQL production rules — query safety, connection pooling, strict schema configurations
next-best-practicesNext.js file conventions, RSC boundaries, data patterns, metadata, error handling
opentelemetryObservability standards using OpenTelemetry — tracing, spans, metrics, exporters
playwright-standardOpinionated guidance for Playwright E2E/API tests, Page Object Models, and CI/CD resilience
postgresAdvanced PostgreSQL patterns — indexing layouts, JSONB querying, transactional guardrails, and RLS
pythonModern Python engineering — uv, ruff, type hints, pytest, Pydantic v2, and src/ layout project structure
rag-pipelinesBest practices for Retrieval-Augmented Generation (RAG) pipelines — embeddings, chunking, retrieval
redisRedis best practices — caching strategies, connection pooling, TTLs, and data structures
renderRender deployment best practices — Blueprints, Web Services, databases, and persistent disks
rustMaster Rust development using a layer-based "meta-cognition" framework for borrowing, lifetimes, and architecture
sandbox-sdkSandboxed code execution — interpreters, CI/CD, untrusted code
shadcn-uiDeep knowledge of shadcn/ui components, patterns, forms, and best practices
skill-builderGuide for creating, evaluating, and refining agent skills — progressive disclosure, triggers, and testing
sqliteProduction configurations for concurrency (WAL), typing (STRICT), and data integrity
tailwind-cssTailwind CSS v4 — CSS-first configuration, @theme directive, dark mode, responsive design, and v3 migration
typescriptEnterprise-grade TypeScript development with type-safe patterns, Zod validation, and modern tooling
vitest-standardComprehensive unit testing expertise covering Vitest, TDD, mocking strategies, and test architecture
web-perfChrome DevTools MCP performance auditing — Core Web Vitals, network, accessibility
workers-best-practicesCloudflare Workers production patterns — streaming, bindings, secrets, observability
wranglerCloudflare Workers CLI for deploying and managing Workers and bindings

GitHub Commander Workflows

This package natively bundles the github-commander skill, which equips your AI agent with 4 autonomous DevOps workflows for repository stewardship:

  • issue-triage: End-to-end bug replication, PR submission, and Kanban lifecycle linking.
  • milestone-sprint: Sequential traversal of all open issues mapped to a specific release target.
  • pr-review: Exhaustive local execution, typechecking, and heuristic code reviews against base branches.
  • copilot-audit: AI-evaluating-AI adversarial evaluations covering localized diffs and whole codebases.
  • security-audit: Deep Trivy/CodeQL supply chain matrix evaluation.
  • code-quality-audit: Enforcement of project guidelines, strict-typing boundaries, and import normalization.
  • perf-audit: Bundle-size constraints, runtime hot-path execution, and CI/CD cache-hit evaluations.
  • roadmap-kickoff: Parses implementation specifications to sequentially scaffold Epic hierarchies across issues and milestones.
  • update-deps: Dependency constraint tracking, security patching, and major bump safety tests.

Automated Auditing

The adversarial-skill-audit skill includes automated scripts for evaluating the skills directory:

  • skills/adversarial-skill-audit/scripts/check-skills.ps1: Generates an inventory of all skills, checking line counts, trigger lengths, and frontmatter compliance.
  • skills/adversarial-skill-audit/scripts/run-copilot.ps1: Runs independent validation against the Copilot CLI.

Latest Audit: May 26, 2026. The 59 skills in this repository were audited via a multi-pass GitHub Copilot validation sweep, evaluating Trigger Reliability, Instruction Clarity, Completeness, Token Efficiency, and Security. Key improvements identified: consolidating overlapping Next.js and testing skills, enhancing security gating on broad skills, and addressing Cloudflare product-specific coverage gaps.

Adding a Skill

  • Create a new directory: skills/<skill-name>/
  • Add SKILL.md with the frontmatter and instructions
  • Optionally add scripts/, examples/, or resources/ sub-directories
  • The skill auto-registers — agents discover it via the directory listing

Keywords

agent

FAQs

Package last updated on 31 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts