AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ios Kit

skill-edfenton-claude-skills-ios-kit · by edfenton

Startup runbook for iOS projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-edfenton-claude-skills-ios-kit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-edfenton-claude-skills-ios-kit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ios Kit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Purpose

Initialize a new iOS project with the standard stack, scaffolding, GitHub security, and constraints.

Input: `` (optional, default: "App")

Startup sequence (execute in order)

1. Confirm stack decisions

Execute /ios-stack to establish platform choices, architecture, environment model, and quality posture.

2. Scaffold the project

Execute /ios-scaffold [--github] to create a buildable baseline with offline-first storage, push plumbing (stubbed), tooling, and CI.

Verify the scaffold passes all quality gates before proceeding (build, tests, lint, format).

3. Set up local Git hooks

Execute /github-hooks --platform ios to install Git hooks for pre-commit validation (SwiftLint, SwiftFormat, secrets), commit message enforcement, and pre-push tests.

4. Configure GitHub security (if --github was used)

Execute /github-secure to apply branch protection, Dependabot, CodeQL (Swift), CODEOWNERS, SECURITY.md, PR templates, and security workflows.

5. Verify constraints are active

Confirm these always-on skills are enabled:

  • ios-sec — security policy
  • ios-nfr — non-functional requirements
  • ios-std — coding standards
  • ios-styleguide — design/UX standards

Quality workflows (invoke as needed)

  • /ios-unit-test — run tests, report failures, fix with approval
  • /ios-code-review — review against policies, fix with approval
  • /ios-design-review — visual review of screens, fix with approval

Additional workflows (invoke as needed)

  • /ios-add-feature — scaffold new features
  • /ios-add-auth — add authentication
  • /ios-deps — dependency management
  • /ios-release — App Store release preparation
  • /ios-teardown — tear down project (reverse of /ios-kit)

Ready state

After completing the startup sequence, the project is ready to develop when ALL of these pass:

  • xcodebuild build succeeds with zero warnings
  • xcodebuild test passes all tests
  • ./scripts/lint.sh reports zero violations
  • ./scripts/format.sh makes no changes
  • Git hooks are installed and functional (pre-commit, commit-msg, pre-push)
  • CI passes on first push (if --github)

If any gate fails, fix before proceeding to feature development.

Output

After running this kit, confirm:

  • Stack decisions applied
  • Project scaffolded and building
  • Local Git hooks installed (pre-commit, commit-msg, pre-push)
  • GitHub security configured (if --github)
  • Governing constraints active
  • Quality workflows available
  • Ready state achieved (all gates passing)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.