Initialize a new feature branch, prepare the development plan, and set up tracking.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add nobodyonlyc/skills --skill core-feature --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Core Feature?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nobodyonlyc-core-feature)More formats (shields.io, HTML) on the badges page.
---
name: core-feature
description: Initialize a new feature branch, prepare the development plan, and set up tracking.
---
Feature to implement: $ARGUMENTS
> This is the single-agent path. For a multi-agent, harness-tracked feature (parallel analysis, build/test/review loop, `./harness start`/`verify` lifecycle), use [workflow-feature](../workflow-feature/SKILL.md) instead.
Gather project context:
```bash
git log --oneline -5
git status
find . -name "*.md" -maxdepth 2 | head -5
```
Follow this workflow:
1. **Clarify** — If the requirement is ambiguous, ask at most 2 focused questions before continuing.
2. **Design** — Briefly describe the approach: what files change, what new code is needed, what stays the same. Get confirmation before writing code.
3. **Implement** — Write the code. Follow existing patterns in the codebase — don't introduce new abstractions unless necessary.
4. **Test** — Run existing tests. Add tests for the new behavior.
5. **Summary** — List files changed and what each does. Note any follow-up work.
Don't add features beyond what was asked. Don't refactor unrelated code.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...