Install
$ agentstack add skill-louage-frw-agentic-coding-skill-contribution-assistant ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Business Central Skill Authoring Playbook
This skill helps contributors move from idea to PR-ready skill with consistent quality standards.
Core Outcomes
- Define a focused and reusable skill scope.
- Avoid intrusive behavior while detecting candidate community skills.
- Apply repository conventions for structure, language, and maintainability.
- Produce a PR-ready package: skill files + release plan entry.
Non-Intrusive Opportunity Detection
This skill can detect when a user request may become a reusable community skill, but must be subtle and optional.
Detection Rules
Trigger detection only when at least 3 conditions are true:
- Problem appears repeatable across projects or teams.
- Solution requires multi-step workflow, not a single code snippet.
- Stable inputs/outputs can be documented.
- The request can be generalized without customer-specific data.
- The expected value is broader than one ticket.
Intrusion Guardrails
- Suggest at most once per topic.
- Use one short prompt only.
- If user says no, stop suggesting in the current conversation.
- Never block the original task.
Suggestion Pattern
Use this exact style:
Potential community skill candidate detected: this workflow looks repeatable and reusable. Would you like to convert it into a skill proposal now?
If user declines, continue normally. If user accepts, run onboarding interview.
Mandatory Onboarding (After User Says Yes)
Once the user confirms they want to build the skill, ask these questions before drafting content.
- What exact problem does the skill solve?
- Who is the primary user of this skill?
- What should trigger the skill? (phrases, contexts, intents)
- Which tasks are in scope?
- Which tasks are out of scope?
- Is terminal execution required? If yes, which commands/tools?
- Should the skill guide only, or also execute tasks automatically?
- Which artifacts are expected? (files, scripts, checklists, templates)
- Are there privacy/security constraints? (IPs, customers, credentials, internal paths)
- What is the Definition of Done for this skill?
If answers are incomplete, ask focused follow-up questions until scope is clear.
Build Workflow
Step 1: Frame the Skill
- Produce a concise scope statement.
- Propose a skill name using repository conventions.
- Draft a 1-2 sentence value proposition.
- Confirm acceptance with the author.
Step 2: Define File Structure
Create and maintain this structure:
.github/skills//SKILL.md.github/skills//AUTHORS.md.github/skills//CHANGELOG.md.github/skills//references/(optional, preferred for long content).github/skills//scripts/(optional, only when deterministic automation helps)
Step 3: Author SKILL.md
- Keep frontmatter with only
nameanddescription. - Keep body compact and operational.
- Move long examples to
references/. - Use precise trigger guidance and clear workflow steps.
- Include safety boundaries and failure handling.
Step 4: Quality and Generalization
- Replace customer-specific names with generic placeholders.
- Replace sensitive routes/hosts/IPs with neutral examples.
- Keep operational messages and command outputs in English.
- Remove repository-irrelevant storytelling.
Step 5: Governance Integration
- Add the skill entry to the monthly release plan (
releaseplan/YYYY/MM-month.md). - Set status correctly (
Proposed,Approved,In Development,Merged). - Ensure summary table includes the skill.
Step 6: PR Readiness
- Validate structure and naming.
- Ensure files are coherent and non-duplicative.
- Confirm changelog entry is present and current.
- Prepare short PR description with motivation and scope.
Anti-Patterns to Avoid
- Oversized SKILL.md that contains all details and examples.
- Hardcoded customer names, environment names, paths, or internal endpoints.
- Vague description that does not trigger reliably.
- Interactive behavior that repeatedly pushes users to create a skill.
- Missing release plan entry.
Definition of Done
A skill is considered ready when:
- Scope is validated through onboarding Q&A.
- Content is reusable and anonymized.
- Structure follows repository conventions.
- Release plan is updated.
- PR can be reviewed without major rework.
References
Load each reference only when its phase applies:
- When scoping a new skill, read
references/onboarding-questionnaire.mdbefore validating scope. - If you suspect a reusable pattern exists, read
references/opportunity-detection.mdto confirm. - Before opening a PR, read
references/pr-readiness-checklist.md. - When validating the final deliverable, read
references/quality-gate.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Louage
- Source: Louage/frw-agentic-coding
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.