swift-architecture-skill
swift-architecture-skill is a Python AI agent skill with npx, git clone. Agent Skill for Swift architecture design and implementation patterns.
How to use swift-architecture-skill
Install or run
npx skills add https://github.com/efremidze/swift-architecture-skill --skill swift-architecture-skillClient configuration
{
"version": 1,
"default_section_heading_regex": "^##\\s+Testing Strategy\\s*$",
"cases": [
{
"id": "tca-official-style-good",
"file": "tooling/evals/benchmarks/cases/tca-official-style-good.md",
"expect_syntax": true,
"expect_semantic": true
},
{
"id": "reactive-switchtolatest-good",
"file": "tooling/evals/benchmarks/cases/reactive-switchtolatest-good.md",
"expect_syntax": true,
"expect_semantic": true
},
{
"id": "xctest-async-good",
"file": "tooling/evals/benchmarks/cases/xctest-async-good.md",
"expect_syntax": true,
"expect_semantic": true
},
{
"id": "tca-cancel-id-good",
"architecture": "tca",
"file": "tooling/evals/benchmarks/cases/tca-cancel-id-good.md",
"expect_syntax": true,
"expect_semantic": true,
"expect_architecture": true,
"architecture_assertions": [
{
"label": "Uses TCA cancellable with explicit CancelID",
"regex": "\\.cancellable\\(id:\\s*CancelID(\\.[A-Za-z0-9_]+|\\(\\)),\\s*cancelInFlight:\\s*true\\)"
},
{
"label": "Has cancellation-focused test",
"regex": "(?m)func\\s+test\\w*cancel\\w+"
}
]
},
{
"id": "tca-missing-cancel-id-should-fail-architecture",
"architecture": "tca",
"file": "tooling/evals/benchmarks/cases/tca-missing-cancel-id-should-fail-architecture.md",
"expect_syntax": true,
"expect_semantic": true,
"expect_architecture": false,
"architecture_assertions": [
{
"label": "Uses TCA cancellable with explicit CancelID",
"regex": "\\.cancellable\\(id:\\s*CancelID(\\.[A-Za-z0-9_]+|\\(\\)),\\s*cancelInFlight:\\s*true\\)"
},
{
What is swift-architecture-skill?
swift-architecture-skill is a Python AI agent skill with npx, git clone. Agent Skill for Swift architecture design and implementation patterns. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Anthropic provider support
- tooling/evals/benchmarks/manifest.json config support
- swift-architecture-skill/SKILL.md config support
- tooling/evals/corpus/manifest.json config support
- Reusing agent instructions, scripts, and references
Technical details
Install or run swift-architecture-skill using npx. Check efremidze/swift-architecture-skill for the latest setup command.
- Built for Python
- Install or run with npx
- Install or run with git clone
- Uses SSE transport
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use swift-architecture-skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for testing workflows.
Built with
Explore related resources
Frequently asked questions
What is swift-architecture-skill?
swift-architecture-skill is a Python AI agent skill with npx, git clone. Agent Skill for Swift architecture design and implementation patterns.
Who is swift-architecture-skill best for?
swift-architecture-skill is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, testing workflows.
How do I install swift-architecture-skill?
Install or run swift-architecture-skill using npx. Check swift-architecture-skill for the latest setup command.
Is swift-architecture-skill actively maintained?
swift-architecture-skill may need a closer maintenance check before production use.
Auto-fetched from GitHub.