Context Engineering for Coding Agents
2026年のAIワークフロー向け実践コンテンツ: Package the right files, constraints, architecture notes, and acceptance checks before asking a coding agent to edit a repo.
skills.shエコシステムの再利用可能なAgent Skillです。 harden from pbakaus/impeccable: Systematically strengthen interfaces against text overflow, internationalization, errors, and real-world edge cases.
harden is a reusable agent skill listed on skills.sh under pbakaus/impeccable. skills.sh rank #212, installs 53.3K, GitHub stars 29.9K, first seen Mar 4, 2026.
Systematically strengthen interfaces against text overflow, internationalization, errors, and real-world edge cases. Covers text handling (truncation, wrapping, responsive sizing), RTL/CJK support, date/number formatting, and translation expansion planning Provides error recovery patterns for network failures, API status codes, validation errors, and permission states Includes edge case strategies: empty states, loading states, large datasets, concurrent operations, and boundary conditions Offers testing approaches: extreme inputs, offline scenarios, keyboard/screen reader validation, and performance under slow connections
SKILL.md and only load extra files referenced by that skill.npx skills add https://github.com/pbakaus/impeccable --skill hardenIs harden an agent, a prompt, or a skill?
It is a skill: a reusable package of task-specific instructions and supporting files that an agent can load when the user's request matches the workflow.
Should I install it automatically?
Only after checking the repository, install command, audit status, and whether the user wants this capability in the current agent environment.
What makes it useful for AIDreamHub users?
It helps users discover practical agent capabilities from the open skills ecosystem and compare them by task, source, install count, and operational risk.
npx skills add https://github.com/pbakaus/impeccable --skill hardennpx skills add https://github.com/pbakaus/impeccable --skill harden2026年のAIワークフロー向け実践コンテンツ: Package the right files, constraints, architecture notes, and acceptance checks before asking a coding agent to edit a repo.
2026年のAIワークフロー向け実践コンテンツ: Manage prompts like production code with versions, eval sets, release notes, and rollback criteria.
2026年のAIワークフロー向け実践コンテンツ: Design agent workflows that use MCP tools safely, with permissions, secrets, audit logs, and human approvals.
2026年のAIワークフロー向け実践コンテンツ: Write reusable agent skills with clear triggers, workflows, assets, quality gates, and safe boundaries.