using-agent-skills
Sicher 78Discover and Apply Agent Skills
von addyosmani
Teams often lose time choosing the right workflow for a software task. This skill maps task context to focused agent skills and a practical development sequence.
Kuratieren Sie Ihre Lieblings-Skills zu einer wiederverwendbaren Sammlung und installieren Sie sie mit einem Befehl.
Discover and Apply Agent Skills
von addyosmani
Teams often lose time choosing the right workflow for a software task. This skill maps task context to focused agent skills and a practical development sequence.
Retrieve Public Web Data with AgentBody
von agentbody
Finding the correct API for public social and document data can require repeated documentation searches. This skill selects documented AgentBody endpoints and reports results with coverage limits.
Build Code From Official Documentation
von addyosmani
Framework guidance becomes outdated as APIs and recommended patterns change. This skill verifies versions, follows current official documentation, and cites sources for each decision.
Plan Safer Production Launches
von addyosmani
Production releases can fail without clear gates, monitoring, and rollback criteria. This skill creates a structured launch plan for controlled, observable deployment.
Harden Applications Against Security Risks
von addyosmani
Security reviews can miss trust boundaries and unsafe data flows. This skill supplies threat-modeling prompts, OWASP patterns, and practical review checklists.
Instrument Production Systems with Clear Telemetry
von addyosmani
Production teams need reliable evidence when services fail, slow down, or behave unexpectedly. This skill helps design useful logs, metrics, traces, alerts, and verification steps.
Build Software in Small, Verifiable Increments
von addyosmani
Large changes are difficult to test, review, and recover when problems appear late. This skill breaks work into complete increments with explicit tests, verification, and rollback points.
Improve Git Workflows and Release Versioning
von addyosmani
Unstructured branches, oversized commits, and unclear releases make changes difficult to review, revert, and communicate. This skill provides practical Git workflows for disciplined changes, safe collaboration, and predictable versioned releases.
Refine Ideas Into Actionable Concepts
von addyosmani
Vague ideas often hide weak assumptions and unclear priorities. This skill expands options, tests directions, and produces a focused one-page brief for action.
Build Accessible, Production-Ready Frontends
von addyosmani
Frontend work can become inconsistent, inaccessible, or difficult to maintain. This skill guides component architecture, responsive layouts, state handling, and polished user experiences.
Challenge Engineering Decisions Before They Stand
von addyosmani
Long sessions can turn assumptions into accepted facts and hide costly failure modes. This skill applies bounded, fresh-context adversarial review before non-trivial decisions stand.
Plan Safer Deprecations and Migrations
von addyosmani
Legacy systems create maintenance cost and migration risk. This skill provides staged plans, compatibility checks, and rollback guidance for controlled change.
Debug Errors with a Root-Cause Workflow
von addyosmani
Debugging failures by guesswork wastes time and can hide the real cause. This skill provides a repeatable process for reproducing, isolating, fixing, and verifying problems.
Define Enforceable Project Quality Constraints
von addyosmani
Teams often lack measurable quality standards, allowing checks and thresholds to drift during development. This skill defines a shared contract and connects each constraint to practical enforcement.
Structure Better Context for Coding Agents
von addyosmani
Coding agents lose accuracy when context is incomplete, stale, or excessive. This skill provides practical structures for focused sessions, durable rules, and reliable handoffs.
Simplify Code Without Changing Behavior
von addyosmani
Complex code slows reviews, maintenance, and debugging. This skill guides focused refactoring that improves clarity while preserving behavior, errors, side effects, and tests.
Build Reliable CI/CD Pipelines
von addyosmani
Teams need repeatable checks and controlled releases to reduce broken builds and deployment risk. This skill provides practical pipeline, testing, rollout, secret, and rollback guidance.
Design Stable APIs and Interfaces
von addyosmani
Unclear contracts, inconsistent errors, and unsafe retries make APIs difficult to use and evolve. This skill provides practical patterns for typed interfaces, validation boundaries, compatibility, pagination, and idempotency.
Test Browser Experiences with Chrome DevTools
von addyosmani
Browser bugs can hide behind static code and incomplete unit tests. This skill uses Chrome DevTools MCP to inspect live behavior and verify fixes with runtime evidence.
Map Architecture Before You Change Code
von qiuner
Complex repositories hide ownership, constraints, and change impact. Birdview builds evidence-linked maps and reviewable implementation scopes before coding begins.