feat: AGENTS.md ve .agents/skills/ ekle — calmkerneltr.github.io#4
Merged
devin-ai-integration[bot] merged 1 commit intomainfrom Feb 28, 2026
Conversation
Co-Authored-By: ahmet@tanrikulu.net <ahmet@tanrikulu.net>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds AI agent guidance documentation for the CalmKernel static website repository. Documentation-only PR — no functional code changes.
Files added:
AGENTS.md— Master reference covering project overview, directory structure, untouchable files, override strategy, dark mode rules, SEO requirements, KVKK compliance, i18n rules, CI pipeline, HTML page template, and common mistakes..agents/skills/html-page-creation/SKILL.md— Step-by-step guide for adding new HTML pages with full meta/OG/hreflang/JSON-LD checklist..agents/skills/i18n-sync/SKILL.md— TR/EN page synchronization rules, eşleme tablosu, and common pitfalls..agents/skills/blog-post-creation/SKILL.md— Blog post creation workflow including BlogPosting JSON-LD, sitemap update, and index page card addition..agents/skills/dark-mode-css/SKILL.md—.active-bodyprefix conventions, color palette, common CSS patterns, and!importantusage guidelines.All content is written in Turkish as requested.
Review & Testing Checklist for Human
calmkernel-custom.cssin the CSS load order, butindex.htmlon main does not load this file — only blog pages do. Verify this is the desired canonical order for new pages, or if the template should matchindex.html's current pattern.x-defaultalways pointing to TR, dark mode class namesactive-body/dark-mode, CSS variable names like--color-content-white) against the actual source files to confirm accuracy.<style>guidance: The blog skill documents that blog pages use inline<style>for article CSS. Confirm this is the intended long-term pattern vs. extracting to a shared CSS file.Notes
Link to Devin run | Requested by @ahm3t0t