Skip to content
Skillv1.0.0

app-tip-splitter

This file contains instructions and context for AI agents working on this repository.

by juninmd(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from juninmd/simple-apps (app-tip-splitter/AGENTS.md). Install upstream with npx skills add juninmd/simple-apps --skill app-tip-splitter. Copyright stays with the author.

Agents Protocol

This file contains instructions and context for AI agents working on this repository.

Guiding Principles

  1. Safety First: Ensure no breaking changes without approval.
  2. Test Coverage: Maintain 100% test coverage for new/modified logic.
  3. Code Quality: Follow strict linting rules (ESLint + Prettier).
  4. Accessibility: Ensure UI components are accessible (ARIA labels, roles).

Development Guidelines

  • Use pnpm for package management.
  • Run tests: pnpm test.
  • Run lint: pnpm lint.

Future Roadmap

  1. Feature: Add ability to enter custom tip percentage.
  2. Feature: Add ability to split by item/share.
  3. Tech Debt: Set up E2E testing with Maestro or Detox.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/juninmd-simple-apps-app-tip-splitter/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

juninmd-simple-apps-app-tip-splitter.ocm.jsonjson
{
  "ocm": "1",
  "id": "juninmd-simple-apps-app-tip-splitter",
  "kind": "skill",
  "name": "app-tip-splitter",
  "description": "This file contains instructions and context for AI agents working on this repository.",
  "publisher": "juninmd",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This file contains instructions and context for AI agents working on this repository."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/juninmd/simple-apps",
      "path": "app-tip-splitter/AGENTS.md",
      "ref": "f8781d7460e38d556713be96326533be790fe9d3",
      "url": "https://github.com/juninmd/simple-apps/blob/f8781d7460e38d556713be96326533be790fe9d3/app-tip-splitter/AGENTS.md",
      "key": "juninmd/simple-apps/app-tip-splitter/AGENTS.md"
    }
  },
  "instructions": "# Agents Protocol\n\nThis file contains instructions and context for AI agents working on this repository.\n\n## Guiding Principles\n\n1.  **Safety First**: Ensure no breaking changes without approval.\n2.  **Test Coverage**: Maintain 100% test coverage for new/modified logic.\n3.  **Code Quality**: Follow strict linting rules (ESLint + Prettier).\n4.  **Accessibility**: Ensure UI components are accessible (ARIA labels, roles).\n\n## Development Guidelines\n\n- Use `pnpm` for package management.\n- Run tests: `pnpm test`.\n- Run lint: `pnpm lint`.\n\n## Future Roadmap\n\n1.  **Feature**: Add ability to enter cus",
  "cost": {
    "context_tokens": 183
  }
}

Fetch it by URL: GET /api/v1/registry/juninmd-simple-apps-app-tip-splitter/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.