aero-agent-skills 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # aero-agent-skills
2
+
3
+ **Name reserved.** This is a placeholder for **Aero Agent Skills**, the aerospace knowledge layer for AI agents, built and maintained by [Ashforde OÜ](https://ashforde.org) (Estonia).
4
+
5
+ The full release ships here when the library goes public: standards-mapped `SKILL.md` workflows on the open [agentskills.io](https://agentskills.io) format with verification gates and human sign-off stops, a deterministic skill-router CLI, and an MCP server for JetBrains AI Assistant, Claude Desktop, VS Code, Cursor, Windsurf, and any Model Context Protocol host.
6
+
7
+ Until then: **[ashforde.org/aeroagentskills](https://ashforde.org/aeroagentskills)**
8
+
9
+ Apache-2.0 © Ashforde OÜ.
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "aero-agent-skills",
3
+ "version": "0.0.1",
4
+ "description": "Name reserved for Aero Agent Skills, the aerospace knowledge layer for AI agents, by Ashforde OU. The full library (standards-mapped SKILL.md workflows, deterministic router CLI, MCP server) ships here at public release.",
5
+ "license": "Apache-2.0",
6
+ "author": "Ashforde OU <contact@ashforde.org> (https://ashforde.org)",
7
+ "homepage": "https://ashforde.org/aeroagentskills",
8
+ "files": [],
9
+ "keywords": [
10
+ "aerospace",
11
+ "aerospace-engineering",
12
+ "ai-agents",
13
+ "agent-skills",
14
+ "mcp"
15
+ ]
16
+ }